Jul 26, 2016

Track native webview applications

Track your native web applications for iOS and Android

With the latest update to the Adjust SDK, it is now possible to track your native web applications for iOS and Android. So how does this work?

Well, we have added a basic bridge between JavaScript and the native SDK. By using JavaScript functions to call and initialize the adjust SDK this allows us to track in-app events in your webview applications for the first time. This can be implemented in just a few lines of code.

Web view support for iOS is possible with usage of native iOS SDK 4.8.0 and higher. Web view support for Android is possible with usage of native Android SDK 4.7.0 and higher.

For step-by-step information on how to implement this please check the following docs for iOS and Android respectively.