Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

the apple id you entered couldn't be found or your password was incorrect

I am debugging my in-app purchase on ipad ( ios 7.0.3).

But when I enter my password, it always says "the apple id you entered couldn't be found or your password was incorrect".

  1. my developer id and the apple id registered on this ipad are different.
  2. when I intentionally enter wrong password, it displays a different message "Your Apple ID or password is incorrect".
  3. My in-app purchase is in review state. But I feel, it doesn't have any impact on sandbox testing
  4. I have restarted my device. I can use the same password for downloading/purchasing other apps from itunes.

I am not posting my in-app purchase code as this is out of our coding context.

like image 670
Sanmoy Avatar asked Mar 05 '14 19:03

Sanmoy


People also ask

Why does Apple ID keep saying my password is incorrect?

Answer: A: Try signing out of the App Store/iTunes, restart, and then sign back in. Check the updates to see if the apps requiring an update are in your Purchases History. If they aren't in your Purchases History, you can delete the app, and download it using your Apple ID if desired.

Why does it say my Apple ID Cannot be found?

Apple will sometimes only recognize an Apple ID if you log in with the primary email associated with the account. If your account is compromised, you will get this error. This is because someone has accessed your account, signed in, and then changed your Apple ID to something else to ensure that you cannot get back in.


1 Answers

In order to test in-app purchases before they are approved, you have to use test users, which you can create in iTunes Connect.

Once you sign in to iTunes Connect, you click where it says "Manage Users", which will let you create test users. Once you create a test user, you can use it within your development build of your app to test your in-app purchases. You can also create multiple test users if you need to repeatedly test non-consumable in-app purchases.

like image 199
Gavin Avatar answered Sep 28 '22 19:09

Gavin