My iOS app uses the iOS Box SDK. As required by the documentation, my app is configured with a URL Type for OAuth 2 redirect in the following format:
boxsdk-YOUR_CLIENT_ID_HERE://boxsdkoauth2redirect
Everything works great in testing, but when I try to submit to the app store, I get the following message. Is there any workaround for this? It seems to indicate that the "://" part is simply not allowed, and yet it is required by the SDK according to the doc:
iTunes Store Operation Failed
ERROR ITMS-90158: "The following URL schemes found in your app are not in the correct format: [boxsdk-://boxsdkoauth2redirect]. URL schemes need to begin with an alphabetic character, and be comprised of alphanumeric characters, the period, the hyphen or the plus sign only. Please see RFC1738 for more detail."