Configure test mode URLs on iOS

You need to take a few steps to set up test mode for iOS.

So that your app properly handles this URL, register it to handle the unlock URL scheme by setting the “URL Types” in your plist file. The URL scheme is defined as “amp” followed by your application key, as demonstrated below. If you switch between multiple app keys, as when you have separate testing and production app keys, there's no harm in registering both URL schemes.

  1. In Xcode, open the Supporting Files folder.
  2. Click YourAppName-Info.plist.
  3. Select Information Property List.
  4. Open URL Types > Item 0.
  5. Open URL Schemes > Item 0.
  6. In the Value field, enter amp followed by your application key.