In-App Setup

App Infrastructure Planning

Developers should plan to store purchase information in the app for quick retrieval. Purchases are associated with transaction ID's which are associated with the Apple ID of the phone. These Transaction ID's are used like a receipt to verify purchases or to validate subscription status's.

We recommend you setup Stored Variables to hold this information locally for now if you are unfamiliar with NodeJS or Javascript programming.

The following is an example of saving information related to a Subscription and 1-Time purchase. The expiry time or T/F value is saved along with the corresponding transaction ID.

Last updated

Change request #1203: