/iOS-Swift-ArgAppUpdater

check Swift application Update.

Primary LanguageSwift

Check Swift application Update.

There are 2 way to update app.

  1. User Confirmation Method
  2. 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()

img_2968

if you want to Force Method Then Try This 👇🏻

ArgAppUpdater.getSingleton().showUpdateWithForce()

img_2969

Note: This is compltely free for any user. Anyone can Change the code or logic