-
Notifications
You must be signed in to change notification settings - Fork 508
No events being logged on the Android version #21
Comments
You're correct. Feel free to send a PR On Mon, Aug 17, 2015 at 11:52 PM manuelpaulo [email protected]
|
Well I don't know what's wrong with your plug-in, but I used a workaround in my app and added this to MainActivity.java
This works. |
Here: influencemobile@837ed2e |
ping |
pong |
??? |
I've been very busy with the day job, if you can send a PR, I'll gladly On Tue, Sep 1, 2015 at 7:51 PM, manuelpaulo [email protected]
|
Any progress on this? @manuelpaulo I don't see how that piece of code fixed your problem, as this is exactly what is done in the plugin. Update Like you said, the original plugin had the same issue. I got this to work by manually logging the activation event, as suggested here. |
v1.6.0 introduced a way to manually send activation events. https://github.com/jeduan/cordova-plugin-facebook4#manually-log-activation-events |
Any update on having all events available, not just activation? |
No updates in sight. This is a good first pull request if you want to take a stab at it. |
You say: "Activation events are automatically tracked for you in the plugin."
Meaning you must be calling the AppEventsLogger.activateApp.
Problem is I am getting no events from the Android version.
This is an issue you inherited from the previous now deprecated version of this plugin since it had the exact same problem.
Instead, I get this message from FB:
Why am I seeing this message: "Your app’s using an older version of the Android SDK and may not count all installs. Update your app to use the latest Android SDK."?
If you are using version 3.19.0 or earlier of the Facebook Android SDK, there is an issue with counting all installs. We recommend upgrading to the latest version of the Facebook Android SDK. This guide walks through updating to the latest version of the Android SDK.
The text was updated successfully, but these errors were encountered: