Xcode7 beta no provisioning is it right? [duplicate]
Asked Answered
I

2

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?

Improbity answered 17/6, 2015 at 7:27 Comment(4)
Yeah I heard about free provisioning but not sure how that worksKilovolt
developer.apple.com/library/prerelease/ios/documentation/IDEs/…Kilovolt
Thank you Inder Kumar Rathore.Improbity
Check this answer #30974299Granicus
H
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 .

Hachure answered 17/6, 2015 at 7:34 Comment(8)
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.Improbity
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 .Hachure
I'm sorry,SKT.You are right.developer.apple.com/library/prerelease/ios/documentation/IDEs/…Improbity
dont be sorry . no issue .. then make it right answer so that other get help from this .Hachure
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.Yesseniayester
unfortunatly when i hit button Fix Issue my iphone 5s isn't being "registered" i get"a message saying "No Devices Registerd Creating a provisioning profile requires one or more devices to be registered with your team. Connect a device to your Mac to add it to your team" But my iphone is connected, any ideas how i can fix this?Praetor
nevermind i forgot to choose my device from the product destination toolbar menu before i hit Fix IssuePraetor
Check this answer for details #30974299Granicus
A
-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.

Abrahamsen answered 26/6, 2015 at 9:18 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.