Skip to content

Latest commit

 

History

History
34 lines (16 loc) · 834 Bytes

README.md

File metadata and controls

34 lines (16 loc) · 834 Bytes

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