Quantcast
Channel: Ionic Framework - Ionic Forum
Viewing all articles
Browse latest Browse all 49172

Enable Install Tracking for Facebook SDK

$
0
0

@Redooc wrote:

Hi All,
how to integrate the 'Install Tracking' for facebook sdk in ionic project? for both ios and android
https://developers.facebook.com/docs/app-ads/sdk at point 4

Android
@Override
protected void onResume() {
super.onResume();
AppEventsLogger.activateApp(this);
// ...
}

// Optional: App Deactivation Event
@Override
protected void onPause() {
super.onPause();
AppEventsLogger.deactivateApp(this);
}

Ios
- (void)applicationDidBecomeActive:(UIApplication *)application {
[FBSDKAppEvents activateApp];
}

Thank you

Posts: 1

Participants: 1

Read full topic


Viewing all articles
Browse latest Browse all 49172

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>