I want to track app installs that came from Facebook ads.
Facebook says to add the following to the Resume section of my app:
When I compile my app it doesn't work because it doesn't understand what that line means. Is there a library that needs to be added or something? Does someone know what else I need to do?
Facebook instructions are here: https://developers.facebook.com/docs/ads-for-apps/mobile-app-ads/
More info here: https://developers.facebook.com/docs/android/getting-started/
Facebook says to add the following to the Resume section of my app:
B4X:
com.facebook.AppEventsLogger.activateApp(context, YOUR_APP_ID);
When I compile my app it doesn't work because it doesn't understand what that line means. Is there a library that needs to be added or something? Does someone know what else I need to do?
Facebook instructions are here: https://developers.facebook.com/docs/ads-for-apps/mobile-app-ads/
More info here: https://developers.facebook.com/docs/android/getting-started/
Last edited: