[Solved] How to make app update available to users in the form of an attractive screen? [closed]
You can get all App info from iTunes store lookup API: http://itunes.apple.com/lookup?bundleId=YOUR_BUNDLE_ID, in this you can get App version on App Store. Make your design screen as you want to show your App users, Then compare your App version on App store & user’s device, if both version not equal then show the update version … Read more