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?
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试):
问题:
This question already has answers here:
Closed 4 years ago.
回答1:
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 .
回答2:
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.