The following URL schemes found in your app are not in the correct format:

Problem:

When i upload my package to itunes it shows the below error

"The following URL schemes found in your app are not in the correct formatURL 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"


Solution:

find in your project using below key

CFBundleURLSchemes

Then in url strings remove the http:// or https:// and upload it.Then it goes well

Comments

Popular posts from this blog

Invalid bundle error while upload the app to the app Store

store cgpoint in userdefaults iOS swift