At some point since I last released a version of my app to Apple's iTunes service something has changed in either XCode or Titanium. I used to have no problems publishing my app, but now when doing so Titanium builds the app without a problem, but when I ask XCode to validate my it I get the following error.
The following URL schemes found in your app are not in the correct format: [cowes_co_uk]. 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.My app is called
cowes.co.uk
and it seems something somewhere is converting my app name to cowes_co_uk and trying to use that as a URL somewhere. How do I configure/stop this?
I am a Windows/Visual Studio developer guy usually and all of this Apple stuff does my head in...