xamarin - Install IPA file from server and install programmatically -
i want download ipa file server , install programmatically. want same kind of thing in android , have found way.
android: http://bpsinghrajput.blogspot.in/2012/07/how-to-download-and-install-apk-from.html
ios: ?
could please me.
regards,
sneh
you can't install ipa's programatically within ios (on non-jailbroken device).
some other options are:
- if testing : upload application apple's testflight , invite testers.
- if testing can use web adhoc-install. requires device going have application installed registered in provisioning profile. see: http://gknops.github.io/adhocgenerate/ , https://developer.apple.com/library/ios/documentation/ides/conceptual/appdistributionguide/testingyouriosapp/testingyouriosapp.html
- open direct link appstore application want install within app. see: how link apps on app store
Comments
Post a Comment