Question

I have created an iOS sample app implementing the In-App Purchase. The functionality is to display the retina images if the user purchases the HD Subscription. Here, I am getting some issue as follow:

  1. I launch the app and purchase the HD Subscription
  2. It asks for signing in, I sign in using the test account created for testing
  3. Purchase successful
  4. View updated to retina images with all the parameters set inside the code
  5. Now, I go to settings and sign out from the iTunes and App Store

  6. At this point i am getting the issue. The issue is that I get the alert saying "Sign-In Required","Tap continue and sign in to check for downloads. [Environment: Sandbox]". Every time I cancel, I immediately get the alert back and not able to proceed with the app.

Kindly suggest what can be the issue or where can i get the detailed description about the issue and it's solution.

Thanks in advance.

Was it helpful?

Solution

Don't worry, its a issue in iOS 7/8. I also have faced this irritating illogical issue but this alert will not appear in live app. My app is in appstore now and earning well.

The reason behind this is, conflict between live app installed in your device with sandbox mode apps. To get rid of the issue you need to reset your device then run your app. Issue will not appear again until you again install apps from app store.

Here you can read more about this:

Tap continue and sign in to check for downloads. [Sandbox]

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top