I want to install a new version of same app from the application inside and after n days of installing app.

Suppose user install app.then after 10 days he will get a prompt that your app want to install new version and then if he allow new version get installed.

it's not for app store submission.

I want to keep new verion of ipa in iPhone local memory or main bundle

link|improve this question

30% accept rate
feedback

1 Answer

I'm not sure you can install an app directly from an IPA inside another app. You can install one over-the-air though, so you might be able to do it by running a web server right on the device and serving the IPA through the web server. It's going to be complicated. Start by reading through the answers to this question:

How does TestFlight do it?

link|improve this answer
Note that this won't work for applications installed via the App Store. – duskwuff Jan 30 at 5:59
He said “it's not for app store submission.” – rob mayoff Jan 30 at 5:59
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.