Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Install app on iOS without Apple Developer Program (Xcode 7)

Tags:

ios9

xcode7

On June 8th, Apple announced that with Xcode 7, everyone would be able to install any apps they develop on their devices without an Apple Developer Program Certificate. The Apple Developer website says you only need to log in with your Apple ID. I already did that on Xcode, but every time I try to run an app on my iPad, this happens:

Xcode error

I've been looking through the Apple Developer website on any instructions on how to do this, but I have not found anything. Does anyone know how to solve this problem?

Thanks!

like image 986
José María Avatar asked Jun 09 '15 15:06

José María


People also ask

Can I install iOS app without developer account?

The good news is that you can develop and test your apps on your iOS device without a paid Apple Developer account.

Do you need Apple Developer for Xcode?

With just an Apple ID, you can access Xcode, software downloads, documentation, sample code, forums, and Feedback Assistant, as well as test your apps on devices. If you don't already have an Apple ID, you can create one now. To distribute apps, join the Apple Developer Program.

Will you still be able to build apps without the Apple Developer Program?

If you don't join the Apple Developer Program, you can still build and run your app on your devices using free provisioning. However, the capabilities available to your app, described in Adding Capabilities, are restricted when you don't belong to the Apple Developer Program.


2 Answers

First Of All, you must have a valid Apple Developer Account. But no need to add device UDID in developer a/c for install the app on the device. Follow below steps achieve above:

1) Install Xcode 7

2) Give a unique bundle identifier(Any unique identifier) edit bundle identifier

3) Select a valid team from "Team" option. (You can add account from Xcode preferences or there is an option for adding account) enter image description here

4)Then Click on fix issue. It will take some time and will be resolved. (If you are getting any error, then there may be some issue with your Apple developer a/c).

5)If you are not getting any kind of error after Click on "Fix issue", then your set up is success.

enter image description here

6) Now connect your device. Run your Code on Xcode 7 by selecting the destination as your connected device name.

Hopefully it works for all. I have tried in Xcode 7 beta version. Good Luck and Enjoy....

like image 135
Manoj Avatar answered Sep 28 '22 03:09

Manoj


If you've previously enrolled in the Safari Developer Program you may find yourself to be an 'Agent' (see your account in Xcode preferences to verify this).

Try logging in with another account, never used for development - create one if you must. Then you will appear as 'Free' and you will be able to fix all issues and finally install your app to your iOS Device.

like image 33
stol Avatar answered Sep 28 '22 03:09

stol