How would I delete a free app ID?

How would I delete a free app ID (I'm not a developer so I used the automatic provision thingy) Anyway, it has definitely been 7 days since my last app was created but it still says I can't make another app because I've created more than 10 in the past seven days. Is it possible to delete one of the ones I've created?

Replies

> Is it possible to delete one of the ones I've created?


For you, no.


You've maxed your abilities to sample the dev program via free provisioning. If you've made up your mind to continue, however, the next step is the purchase of a Developer Program account. See the 'Programs' thingy above.


Free provisioning secrets/things you’ll want to know:

- The profile will be valid for 1 week, after which time you will need to recreate a new one (delete the account from Xcode and repeat the process).

- There is a limit to how many apps you can build and test to your device. If you hit this error, delete old versions and try again.

- Maximum number of (connected only) devices limit is reported as 3. And unlike a paid account, there is no Member Center/devices access/management.

- What you can/can't do w/free provisioning is listed here:

https://developer.apple.com/library/ios/documentation/IDEs/Conceptual/AppDistributionGuide/SupportedCapabilities/SupportedCapabilities.html#//apple_ref/doc/uid/TP40012582-CH38-SW1 - In App Purchase, as an example, is one of the features not avaliable w/free provisioning.

- If you see an error that says "change your Bundle Identifier to a unique one”, that means don’t use the same string (and/or the string is malformed; no special characters, hyphens, underscores, spaces etc.) such as: com.sample.app …add your last name or some string to the end such as com.sample.lastname, then click on ’Try Again’. Note: You may need to change it again if your app goes to the store. Don’t use a string here that you intend to be in the store later. Use something non—important. If you make this change, follow it up by using the ‘Product’ menu while holding down on the option key, then choosing to ‘clean build folder’.

- If this is about creating an .ipa to manually hand off, select Build For Archiving under the project menu, not ‘Run’.

- *If you have, had or plan to have, a paid developer account, be sure to use a unique/different apple ID for each account.

- **Free accounts may experience issues launching apps on the watch for the first time.

Workaround: Launch the app manually on the device and click “Trust” when the security sheet appears. You should then be able to launch the app from Xcode.


Good luck.