iOS 13 - How to login in in-app purchase Sandbox account?

匆匆过客 提交于 2020-05-09 20:33:07

问题


In order to test my in-app purchases with iOS 13 I have updates one of my test devices to iOS 13.1 beta.

On iOS 12 and before I there was a special Sandbox login in Settings/iTunes & App Store/Sandbox Account:

However, after the update to iOS 13 this section is missing. I tried to follow the instruction in the answer to a similar problem on iOS 12 but nothing worked. I completely rest the device and logged out both at Settings/iTunes & App Store and at Settings/Apple ID, so currently the device is not connected to any account (real or sandbox). At least as far as I can tell.

I have re-installed my app on the devices using Xcode 11 beta and tried to perform an in-app purchase. The store shows a login prompt which shows that this is a Sandbox purchase. However, the prompt only ask for the password, not for a username or Apple ID. So I have no idea which account should be used here.

When using the password of a newly created test user account the password is not known. I can use the password of my real Apple ID account which was used during the device setup and was than disconnected.

So, how to connect to a specific Sandbox account in iOS 13?


回答1:


Here's what worked for me (on a dedicated development iPhone 6s running iOS 13.3).

  1. Sign out of iTunes & App Stores
  2. Sign out of iCloud
  3. Run app on device, and click to purchase an item.
  4. When prompted for an ID/Password, enter the Sandbox Tester credentials.

It took entering the credentials a couple of times, but the In App purchase dialog alert did say the environment was Sandbox.

After it "made good" (that is, stopped asking me to log in and processed the SKPaymentTransation), I was able to go to iTunes & App Stores in the General Settings, scrolled to the bottom, and now the Sandbox Account appears with the tester account showing.

Now when I run the app and click the button to purchase content, it just asks for the tester password.

Hopefully this helps others.




回答2:


Sandbox Account section, in the iTunes & App Store of iOS 13, is not visible right away and can be confusing. Here is how to enable it:

  1. Navigate to Settings.app → iTunes & App Store
  2. Log in with your developer account (non-sandbox) on top of the screen where it says "Sign In..."
  3. Ignore rest of the screen for now and go to your app.
  4. Make an In-App Purchase.
  5. iOS will ask you for an email and password to complete the purchase.
  6. Enter sandbox user credentials in the alert form.
  7. In-App Purchase will proceed with compressed sandbox times.
  8. Go to iTunes & App Store again. At the very bottom, you will see the new Sandbox Account section. You can logout and login to a different sandbox account or leave it as is.

You can't enter the sandbox account into iTunes & App Store as the primary account as of iOS 13 — the system will refuse to log you in with error with an odd copy mentioning "try again later." No matter how much you wait, iOS 13 will refuse your sandbox account here.




回答3:


It seems iOS bug, I had the same issue, And i was able to see SANDBOX ACCOUNT section only after doing these steps:

  1. Sign out with my production apple id.
  2. Sign in with the sandbox account apple id.
  3. Sign out with the sandbox account apple id.
  4. Sign in with my production apple id.

Afterwards you will be able to see your production apple id in use and the test apple id in SANDBOX ACCOUNT section.




回答4:


I had the same issue looking for a solution than I found this article, in-app purchase testing

I think from ios 13 and onward, we don't require a sandbox user for in-app purchase testing neither for dev nor prod.




回答5:


I had the same issue and i finally found the solution : You just try to purchase the product in your app and enter your sandbox user credentials then you will get the Settings/iTunes & App Store/Sandbox Account login.




回答6:


Install your app with in-app purchases via TestFlight.




回答7:


While unfortunately none of the suggested answers helped to actively bring back the Sandbox option, in my case it helped to update to the (now) latest iOS 13 version.

I do not know if this just a coincidence, if there was some bug fix in the latest iOS update or if I have performed any healing steps without knowing it...

So, while this is no real solution I added this answer just in case it might help someone else.



来源:https://stackoverflow.com/questions/57850713/ios-13-how-to-login-in-in-app-purchase-sandbox-account

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!