You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to implement a subscription on my app but, it worked great the first time, I called requestSubscription then purchaseUpdatedListener has been triggered.
But days after that, the sandbox subscription has expired and when I am calling requestSubscription then purchaseUpdatedListener is instantly triggered without asking me for the Apple Pay. The purchase variable from purchaseUpdatedListener is my old purchase which has been made days ago
When I verify the receipt from apple server using the /verifyReceipt endpoint the last expire date is 2022-12-14 18:58:28 Etc/GMT and when I am posting we are the 2022-12-17 so the subscription is expired
When I go in my phone parameters in the app store sandbox profile, I can activate again the subscription, but I would like to do it with requestSubscription, this is not really user-friendly to go into parameters, ...
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I am trying to implement a subscription on my app but, it worked great the first time, I called
requestSubscription
thenpurchaseUpdatedListener
has been triggered.But days after that, the sandbox subscription has expired and when I am calling
requestSubscription
thenpurchaseUpdatedListener
is instantly triggered without asking me for the Apple Pay. Thepurchase
variable frompurchaseUpdatedListener
is my old purchase which has been made days agoWhen I verify the receipt from apple server using the
/verifyReceipt
endpoint the last expire date is2022-12-14 18:58:28 Etc/GMT
and when I am posting we are the2022-12-17
so the subscription is expiredWhen I go in my phone parameters in the app store sandbox profile, I can activate again the subscription, but I would like to do it with
requestSubscription
, this is not really user-friendly to go into parameters, ...Thanks for the help
Beta Was this translation helpful? Give feedback.
All reactions