AppUpdater icon indicating copy to clipboard operation
AppUpdater copied to clipboard

Any example on this?

Open arkilis opened this issue 5 years ago • 1 comments

i.e. how to set up URL, msg?

arkilis avatar Jul 30 '19 04:07 arkilis

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)
    }

AMJ-7 avatar Jun 28 '21 03:06 AMJ-7