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

前端 未结 2 878
Happy的楠姐
Happy的楠姐 2020-12-31 18:50

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

2条回答
  •  一整个雨季
    2020-12-31 19:15

    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)

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

    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.

    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....

提交回复
热议问题