Skip to main content

Native App

To embed a Smartzer player inside of your native app it is recommended to use a WebView. Once you have setup the WebView pointing to the Smartzer player URL, you can then use the following methods to communicate between the WebView and the native app.

Because our links are usually URL's, and they don't mean much inside of an app, you will need to send an isApp parameter at the end of the player url, and if an integration has been configured for your specific e-commerce platform, you should instead receive events from the WebView telling you what to do on a users action.

The most common events we send are goTo and addToCart which you would use to either navigate, or add an item to the users cart respectively. These events can be combined with UTM tracking for analytics.

iOS

Android