iOS-Swift-ArgAppUpdater
iOS-Swift-ArgAppUpdater copied to clipboard
check Swift application Update.
Check Swift application Update.
There are 2 way to update app.
- User Confirmation Method
- Force Method
By user confirmation Method name is
showUpdateWithConfirmation()
By Force Method name is
showUpdateWithForce()
Now let's see how to call this method
if you want to user Confirmation Then Try This 👇🏻
ArgAppUpdater.getSingleton().showUpdateWithConfirmation()
if you want to Force Method Then Try This 👇🏻
ArgAppUpdater.getSingleton().showUpdateWithForce()
Note: This is compltely free for any user. Anyone can Change the code or logic