SDK Test Tracking for Android iOS

I updated the Facebook iOS SDK from version 3.8 to 3.13, and I would like to check if installation tracking works using the following code:

[FBSettings setDefaultAppID:YOUR_APP_ID];
[FBAppEvents activateApp];    

The application is already installed on my device with a much earlier date / Facebook SDK version 3.8. Is there a way to check if I am updated correctly? I'm not sure that reinstalling the application on my device will work, since the installation has already occurred in the past.

+4
source share

Source: https://habr.com/ru/post/1530795/


All Articles