iphone - Extract embedded profile from ipa in PHP -


i want create web server testflight. want upload ipa file , fetch provision profile. user don't need add provision profile. there solution this?

also, how testflight working install application in device?

actually embedded profile in ad-hoc distribution install on user's device automatically while downloaded ota. check apples docs on distributing enterprise apps ios 4 devices, section installing apps wirelessly. full sample read [deleted]

edit: link above broken, , seems have moved to: http://aaronparecki.com/articles/2011/01/21/1/how-to-distribute-your-ios-apps-over-the-air

also since ios 7.0.3, plist (not ipa) must hosted on ssl secured site (https).


Comments

Popular posts from this blog

c# - How to set Z index when using WPF DrawingContext? -

razor - Is this a bug in WebMatrix PageData? -

visual c++ - Using relative values in array sorting ( asm ) -