Reputation: 81
I wrote a simple app. I'm not in "iOS Developer Program", i.e. I cannot publish on AppStore. But I would like to show the app to a friend who as an iPad. How can I manage to do it? Does the friends needs to jail-break his iPad? Is it possible that someone else who is in the "Program" will publish the app for me?
Upvotes: 1
Views: 756
Reputation: 23
You can use Cydia Impactor to install unsigned apps onto the “jailed” iPad. The app will only be available for two weeks until it has to be resigned with Cydia Impactor.
https://www.shoutpedia.com/use-cydia-impactor-install-ipa-apps-iphone-without-jailbreak/
Upvotes: 1
Reputation: 3364
If you friends has jail-breaken iPad, you can make ipa-file and install on his device. You can make ipa-file with command "Build&Archive" in XCode 3.x or "Archive" in XCode 4. And you have no ways to install your app on not jail-breaken devices without iOS Developer Program.
Upvotes: 0