When testing our app in a sandbox account for in-app purchases it gives the verification that the transaction has completed, but it does not UNLOCK the content that was purchased.
For example:
Store
Buy Level Packs
Result: Transaction Successful, but the packs are NOT unlocked.
Steps Taken:
- Created multiple test user accounts.
- Only build to device when completely signed out of everything
- Only signing in once prompted from in-app purchase.
- App removed and freshly installed with each test account
Is there something we are missing or have to do in order for the content to actually be unlocked after a successful in-app purchase?
Fairly new to development, Thanks