-
Notifications
You must be signed in to change notification settings - Fork 43
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support "App-Install Tracking" by default on iOS #69
Comments
Just to really confirm: It is integrated into Android, so it should also be done for iOS. I guess I have some overhead right now, as I've put the code above inside of appdelegate.m with #import <FacebookSDK/FacebookSDK.h> Is it safe to put the code mentioned in my first post into you plugin or does it have to be inside of appdelegate? |
ping |
Did you ever resolve this, I have a similar issue but when I add it in AppDelegate applicationDidBecomeActive Class it does nothing. Adding it to didFinishLaunchingWithOptions see to trigger the activation but I still don't see anything coming through in the Facebook analytics, Android is fine. |
Add
To your appdelegate.m and the fb code inside of becomeactive as explained above. The stats will take some time (up to 48 Hours) to be triggered. Sems only To work in real AppStore Downloads and work fine |
FYI, this is now done automatically by the JS SDK, if you use that: http://stackoverflow.com/a/39441305/627729 |
Hi,
just figured out that android app installs can be tracked automatically trough Facebook (I guess SimpleFacebook provides this by default) while iOS doesn't.
Just need to simply provide this:
Could you please integrate this by default in your plugin? I've just added it to my appDelegate.m file but maybe it is enough to put this inside of CordovaFacebook.m
The text was updated successfully, but these errors were encountered: