Start a Project

How to show the Update application for latest version functionality in iOS app (swift 3)

Update application for latest version

Many times we need to update the application in app store (version update) but user did not get a proper information regarding the updation of application, when he/she opens the application.

so now we can give a functionality like when user open application and any updation in app store then user will get pop up message to update the application.

for this we need to follow some steps:

1: we need to find the app store application version and current application version ,

get application version:

get application version in app store:

2: Now combine this two and write a common method to check like that:

3: Now on your first view controller write this code on viewdidload()

4: if the user click on update then move to app store.

Note:

copy the url of your application in app store and write like that.

Exit mobile version