Hello Community,
I have an App that uses In-App Purchases. Basically it works fine, but since some iOS 9 Release the App requests the App Store login credentials continuously and about every hour.
It does not help to just enter the credentials, because after some time (about 1 hour) it asks again.
I have already reviewed the change logs but could not find any changes related to that. Because of the fact that nothing has changed in the App itself, it must be caused by something "external".
In the Release Notes of iOS 9 I found following Known Issue. Maybe it is related to this:
„Users might be prompted twice for credentials on the first In-App Purchase.“
I have also checked this site („Download iOS 9.0 - 9.3.2 Information“):
https://support.apple.com/kb/DL1842?locale=de_AT&viewlocale=en_US
Could it has something to do with the new two-factor authentication which came with iOS 9?
Would it help to just rebuild the App with the latest SDK and to upload it to the App Store again?
Any ideas?