CAMOBAP
CAMOBAP

Reputation: 5657

Will sandbox Auto-renewable subscription survive app reinstallation

Currently I testing Auto-renewable subscription in my app. Once I reinstalled app I cannot get my subscription back.

My question:

Will sandbox Auto-renewable subscription survive app reinstallation?

Upvotes: 0

Views: 346

Answers (1)

DarkDust
DarkDust

Reputation: 92335

Yes, they do survive an app reinstallation. The user might need to trigger "Restore purchases" (which you really should provide in your app), but in my testing that usually wasn't necessary as after a reinstall all in-app purchases are already present in the App Store receipt.

Your code must be able to parse the App Store receipt to detect that subscription (and read its expiry date), of course.

Upvotes: 1

Related Questions