You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Can you add in the function of the Facebook API to track installs and uninstalls?
App Events let you measure installs on your mobile app ads, create high value audiences for targeting, and view analytics including user demographics. To log an app activation event, add the following code to the onResume() method of your app's default activity class:
// Logs 'install' and 'app activate' App Events.
AppEventsLogger.activateApp(this);
}
To accurately track the time people spend in your app, you should also log a deactivate event in the onPause() method of each activity where you added the activateApp() method above:
Just curious how difficult it would be to include a app review system for iOS like this one.
http://arashpayan.com/blog/2009/09/07/presenting-appirater/
Everyone seems to love this, but I have no idea how to implement it into my apps.
Please take a look, it would be really useful.
The text was updated successfully, but these errors were encountered: