playPORTAL
Search…
⌃K

Link playPORTAL In Your App

Main Function

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 openOrDownloadPlayPORTALthis function handles opening the app if you have it installed already, or downloading it if you don't.

Example

@IBAction func leftBar(_ sender: UIBarButtonItem) {
Utils.openOrDownloadPlayPortal(delegate: self)
}