My client complaining that after 2 or 3 months the app when launched opens and closes immediately and then they have to reinstall the app, my question is does the ipa file have some validity/expiry date once installed?
Asked
Active
Viewed 151 times
-1
-
see this once https://stackoverflow.com/questions/36453102/retrieve-certificate-expiration-date-from-an-ipa-file – Anbu.Karthik Aug 28 '17 at 11:32
-
https://www.reddit.com/r/iOSProgramming/comments/3fojzf/how_to_get_an_ipa_files_expiry_date_from_the/ – Anbu.Karthik Aug 28 '17 at 11:33
-
@Anbu.Karthik thanks, i don't want to know how to check the expiry date, i want to know the period for which the ipa file exported with "Save for development deployment" will be valid, because my client can install the same ipa file again it works for another 2-3 months. – Ariven Nadar Aug 28 '17 at 11:44
-
i think the validy is max 1 month, but i am not sure – Anbu.Karthik Aug 28 '17 at 11:48
-
Ok Thanks, if anybody know the actual time period please answer. – Ariven Nadar Aug 28 '17 at 11:52
-
@ArivenNadar check url https://stackoverflow.com/questions/36453102/retrieve-certificate-expiration-date-from-an-ipa-file . If you are making only iPa not diawi link than it will depends on your expiration certificates. – Lalit kumar Aug 28 '17 at 12:12
-
As per Apple doc, "The app successfully launches if the app’s bundle ID matches the App ID, the signature matches the distribution certificate, and the device is in the device list of the ad hoc provisioning profile." Refer https://developer.apple.com/library/content/documentation/IDEs/Conceptual/AppDistributionGuide/TestingYouriOSApp/TestingYouriOSApp.html. so your expectation of time duration is actually depends on certificate and provisioning profile validity period. – Basheer Aug 28 '17 at 12:37
-
Is it possible the application is crashing? I think you can look at crash logs in Settings.app -> Privacy -> Diagnostics & Usage -> Diagnostics & Usage Data. – Mats Aug 28 '17 at 15:08
1 Answers
-1
you need to make new Diawi url And send to client after adding his Device Udid in Apple developer program Drag and drop .ipa in Diwai with https://www.diawi.com/

Vikas Rajput
- 1,754
- 1
- 14
- 26
-
question is not to make new diwali. Question is How longer time valid iPa build. – Lalit kumar Aug 28 '17 at 12:14