Link playPORTAL In Your App
You are required to link playPORTAL inside your app to enable users to manage their account settings.
Coming from the
PlayPortalUtils
class you have access to openOrDownloadPlayPORTAL
this function handles opening the app if you have it installed already, or downloading it if you don't. @IBAction func leftBar(_ sender: UIBarButtonItem) {
Utils.openOrDownloadPlayPortal(delegate: self)
}
Last modified 4yr ago