Skip to content

theRealGupta/iOS-Swift-ArgAppUpdater

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 

Repository files navigation

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

About

check Swift application Update.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages