‼️ Required data ‼️
Do not remove any of the steps from the template below. If a step is not applicable to your issue, please leave that step empty.
There are a lot of things that can contribute to things not working. Having a very basic understanding of your environment will help us understand your issue faster!
Environment
Describe the bug
purchases-flutter = 5.0.0-beta.2
Steps to produce:
- Subscribe to
pro_membership:monthly(subscription:baseplan) product in Android.
- Calling getCustomerInfo() in Android would return a subscription with id
pro_membership:monthly
- Calling getCustomerInfo() in iOS would return a subscription with id
pro_membership
Expected:
- Returned id should be consistence between iOS & Android (
pro_membership:monthly in my case)
The returned id of an active subscription that was configured according to the new subscription model is not consistent between Android & iOS sdks.
I wanted to use the id to identify the subscription period (month, 3 months, yearly) since this type of info isn't returned anywhere else.
Additional context
Android:

iOS:

Do not remove any of the steps from the template below. If a step is not applicable to your issue, please leave that step empty.
There are a lot of things that can contribute to things not working. Having a very basic understanding of your environment will help us understand your issue faster!
Environment
flutter doctorpurchases-flutterOther information (e.g. stacktraces, related issues, suggestions how to fix, links for us to have context, eg. stackoverflow, etc.)
Describe the bug
purchases-flutter =
5.0.0-beta.2Steps to produce:
pro_membership:monthly(subscription:baseplan) product in Android.pro_membership:monthlypro_membershipExpected:
pro_membership:monthlyin my case)The returned id of an active subscription that was configured according to the new subscription model is not consistent between Android & iOS sdks.
I wanted to use the id to identify the subscription period (month, 3 months, yearly) since this type of info isn't returned anywhere else.
Additional context
Android:


iOS: