NativeScript / nativescript-facebook

NativeScript plugin, wrapper of native Facebook SDK for Android and iOS
Apache License 2.0
79 stars 50 forks source link

Not being able to log Standard Events #232

Open hhanckes opened 3 years ago

hhanckes commented 3 years ago

I am not being able to log a Standard Event in Facebook like Add To Cart or Purchase (https://developers.facebook.com/docs/app-events/getting-started-app-events-ios), how can I do it? Can you share an example?

I am currently doing

const facebook = require("nativescript-facebook")
facebook.logEvent("Purchase");

But it generates a Custom Event named Purchase not an Standard Event that's recognized by Facebook.

It occurs in all platforms and versions.

Thanks!