Search code examples
iosiphoneobjective-citunestestflight

Does iTunes backup and restore works for iOS app deployed via OTA?


I am deploying an app via OTA (Testflight) to the clients. I have heard that if we use same provisioning profile which is using for Appstore distribution to deploy the OTA app, normal iTunes backup and restore process should work. Is it correct?

But currently I am doing that. I am using same App Store distribution profile to deploy via OTA too. BUT OTA app does not show/sync via iTunes?

Any idea??


Solution

  • From the Backup section of this Apple iPad in Business document

    "Applications you’ve developed in-house and distributed to your users with enterprise provisioning profiles won’t be backed up or transferred to the user’s computer. However, the device backup will include any data files the enterprise application creates."

    I think you can replace "enterprise provisioning profiles" with non-AppStore profiles here.

    In other words, iTunes only backs up apps downloaded from the AppStore.