Question

Multiple Subscription IAP items [ProductChange] problem

  • 5 September 2023
  • 3 replies
  • 31 views

Badge +2

Hello RevenueCat Community,

 

I have 3 subscription item

firstNumber

secondNumber

thirdNumber

I've encountered an issue where I'm trying to subscribe to multiple items, but RevenueCat RestAPI only logs one of them. While the actual subscription process seems to work on my end, the logs in RevenueCat only show one item being subscribed to.

Upon checking the logs further, I noticed the term product_change

 

I dont want to change product, I want to subscribe another subscription item.

I have tried it ,3 different entitlement it says product change

i have tried it,1 entitlement (3 products) It says same product change

on the other hand apple transaction successfully,it takes the money.

Has anyone else experienced this? Can someone shed light on what might be happening or how to resolve this? Any insights or advice would be greatly appreciated!

Thank you in advance!

 

Please check screenshots

 


 

 

 

 

 

 


3 replies

Badge +2

I have found my problem,

when I declare subscriptions on appstore,i need to create subscription groups per subscription.

so I created 3 different subscription group instead of 1 group and all inside it,

now I think it is gonna work!

Userlevel 4
Badge +6

Hi @hexadec,

Yes you’re correct, this comes down to subscription groups! We have a great blog post here that could be helpful: https://www.revenuecat.com/blog/engineering/ios-subscription-groups-explained/

Badge +2

Hi @hexadec,

Yes you’re correct, this comes down to subscription groups! We have a great blog post here that could be helpful: https://www.revenuecat.com/blog/engineering/ios-subscription-groups-explained/

yup, you correct
i create separately subs groups for each one and it worked!

Reply