When I watch the WWDC 2015 video,I got a message:you can run on the device without provisioning.But when I use the Xcode7 beta for test,I must choose a provisioning for my iphone4s (iOS7.1) and the iPad(iOS9 beta)no need.Any one Know why?Is it only support iOS9 without provisioning?
- Yeah I heard about free provisioning but not sure how that worksInder Kumar Rathore– Inder Kumar Rathore2015-06-17 07:33:11 +00:00Commented Jun 17, 2015 at 7:33
- 1developer.apple.com/library/prerelease/ios/documentation/IDEs/…Inder Kumar Rathore– Inder Kumar Rathore2015-06-17 07:34:50 +00:00Commented Jun 17, 2015 at 7:34
- Thank you Inder Kumar Rathore.SuperHappy– SuperHappy2015-06-17 07:43:35 +00:00Commented Jun 17, 2015 at 7:43
- Check this answer stackoverflow.com/questions/30973799/…Aditya Deshmane– Aditya Deshmane2016-01-09 20:45:42 +00:00Commented Jan 9, 2016 at 20:45
Add a comment |
2 Answers
Yeh now anyone can test iOS app on physical device so no need to enroll in developer program . Here is step for running iOS application without using provisioning profile : link
- In
Xcode, first of all add your Apple ID to Accounts preferences. - In the project navigator, select the project and your target to display the project editor.
- Click General and choose your name from the Team pop-up menu.
- Connect the device to your Mac and choose your device from the Scheme toolbar menu.
- Below the Team pop-up menu, click Fix Issue. Xcode creates a free provisioning profile for you and the warning text under the Team pop-up menu disappears.
Click the Run button.
Xcode installs the app on the device before launching the app.
Hope it helps .
8 Comments
SuperHappy
I know what you mean,Thank you for your answer,but it is not new in Xcode7,the provisioning is made by Xcode,not the free provisioning.
Shobhakar Tiwari
yeah but in the above apple developer link it is clearly mention "Xcode creates a free provisioning profile for you and the warning text under the Team pop-up menu disappears." when we configured apple id and select team and then fix issue .
SuperHappy
I'm sorry,SKT.You are right.developer.apple.com/library/prerelease/ios/documentation/IDEs/…
Shobhakar Tiwari
dont be sorry . no issue .. then make it right answer so that other get help from this .
Charlie
It is true.. I am able to run my app on my iphone with free developer account. Same is mentioned in apple key note video too.
|
Yes, one of the new features of Xcode 7 Beta is that anyone can now load apps onto their device without having to be a member of the developer program.
in this blog,there are the steps: http://bouk.co/blog/sideload-iphone/
Hope it helps.