3
I’m concluding an app on Swift 2 IOS and would like to know if there is how to export and install on an iphone without having apple Developer program, as can be done on android.
3
I’m concluding an app on Swift 2 IOS and would like to know if there is how to export and install on an iphone without having apple Developer program, as can be done on android.
3
You can install yes and from Xcode 7 no longer need to pay for the license!
Applications are installed before you open, and can be opened even after disconnecting from the computer. Remember that some functions, such as the game center, do not work without a developer account.
More info: 1) https://stackoverflow.com/questions/4952820/test-ios-app-on-device-without-apple-developer-program-or-jailbreak 2)http://blog.ionic.io/deploying-to-a-device-without-an-apple-developer-account/
3
You can create a developer account, but without paying 99 USD. That way you can still not publish apps in the Appstore, but you can install the app on your iPhone.
For this, you plug the iPhone on your Mac and, in Xcode, when choosing the device, will appear your iPhone there... Your developer account needs to be linked to the project, but if I’m not mistaken Xcode kind of guides you to do this. ;)
0
Boas, Clever
Without the Apple account program is not possible, as far as I know.
Also you can’t simulate an Xcode app on your iPhone that tried with Swift 3 Xcode 8.
Thanks for the feedback but I have https://developer.apple.com account and I can test the app on the iPhone plugged with Xcode. But I’m not a subscriber of the apple Veloper program, which has to pay $99.00. Since app development isn’t my strong suit, I didn’t want to spend it in vain on this account. So I wonder if there is any way to install the app on test devices without having to pay. Android, for example, I can pass the app by email to anyone who wants and install as a test.
On Android and Windows Phone you can, already on Apple without the program’s account and impossible with jailbreak you can solve. http://www.techtudo.com.br/dicas-e-tutorials/noticia/2014/04/que-e-jailbreak.html
Andreza, The account is only linked if there is the Developer Program account. If you do not have will not install, simulate is the most that can be done.
As I mentioned...you can install yes on the device even if you don’t have program...only active account because I did. But apparently send someone else has no way without joining the Apple Veloper program
Browser other questions tagged ios swift
You are not signed in. Login or sign up in order to post.
Yes.. just compile directly on the device. Or you mean you want to distribute on other devices without having to compile each one?
– Daniel Omine