2

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?

4

2 Answers 2

14

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 .

Sign up to request clarification or add additional context in comments.

8 Comments

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.
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 .
dont be sorry . no issue .. then make it right answer so that other get help from this .
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.
|
-1

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.

Comments

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.