Obtain Apple software id number before appstore submission (for Appirater)

To get your software id from Apple, log into iTunesConnect and go through the process of submitting your app. Essentially, perform every step except the binary upload. At that point, you’ll have an Apple ID for your app, which you can use in Appirater. You can always go back and change the app description text … Read more

An App ID with Identifier ‘com.example.app.extention’ is not available. Please enter a different string

Version 7.3 (7D175) The Application ID Name should be same as application bundle identifier, if you application bundle identifier is com.abc.xyz than the application ID name for this bundle ID should be XC com abc xyz A name in any other format won’t be seen by Xcode. If your application is already on app store … Read more

Do I need an appId for a XFBML version of the Facebook Like button?

Answering my own question, after pulling out all my hair… http://developers.facebook.com/docs/guides/web/ “The JavaScript SDK requires that you register your website with Facebook to get an App ID (or appId). The appId is a unique identifier for your site that ensures that we have the right level of security in place between the user and your … Read more

An App ID with Identifier ” is not available. Please enter a different string

update As of Xcode 8, iOS Team Provision Profile Managed by Xcode are now updated by Xcode automatically and correctly. They are not even listed at the Developer Portal, but generated on-the-flight. However, the solution proposed below will still work. I’ve switched to using the automatic provisioning profiles. tl;dr Remove INVALID iOS Team Provision Profile … Read more