AppUpdater
AppUpdater copied to clipboard
Any example on this?
i.e. how to set up URL, msg?
i.e. how to set up URL, msg?
1- Make sure Bundle Identifier
is the same as on the AppStore
2- Just add the code on AppDelegate
> applicationDidBecomeActive
import AppUpdater
...
func applicationDidBecomeActive(_ application: UIApplication) {
AppUpdater.showUpdateAlert(isForce: true)
}