In my app, I want to display to an existing subscriber the date and the amount they will be charged next.
From customerInfo.entitlements I can get the next charge date through expirationDate, but there's no "amount" in the entitlements object as far as I can see.
I know I can get the subscription price from the offering/package, but here's my use-case:
- I set a subscription price
- Some users subscribe against that price
- I change subscription price in AppStoreConnect, but only for new subscribers (existing subscribers will stay at the price they always paid).
- So now the offering/package will contain the new price, which is not the price the existing subscriber will be charged.
Any help is appreciated.
Thanks & regards,
Guido