can Jailbroken iphone used for development

后端 未结 5 1005
执念已碎
执念已碎 2020-12-07 23:12

We have paid developer account for iphone development and we have 2 iphones one jail broken and other one non jail broken. We have registered both phones for development and

5条回答
  •  挽巷
    挽巷 (楼主)
    2020-12-07 23:43

    I have no any problems with development for jailbroken iPhone. Moreover I like to use several advantages... for example full-featured UNIX console environment into device. In additional using jailbroken iPhone may help developer better understand how iPhone/OS/Environment works at low level.

    You may add new Target to your project and use it if you connect jailbroken device.

    You just need to add two keys for new target in User-Defined Settings (Target->Get Info->"Build" Tab->Show "User-Defined Settings")

     PROVISIONING_PROFILE_ALLOWED  NO 
     PROVISIONING_PROFILE_REQUIRED NO
    

    So you will have two very similar targets... one for jailbroken and second for povisioned iPhone.

提交回复
热议问题