Scott Murphy
Scott Murphy
I believe the intention was to get this done back in 2020, but maybe it is not even realistic at this point? https://grails.org/blog/2020-09-10-grails-state-of-union.html I am not sure why there is...
@sdelamo Unfortunately, it appears the only people capable of decoupling it are those that are working on Micronaut. It seems like all the development resources went from Grails to creating...
@sdelamo [Thymeleaf, freemaker, apache velocity, rocker, soy, pebble, jte](https://micronaut-projects.github.io/micronaut-views/latest/guide/) are just not viable options coming from Grails. None of them are exciting to use and the syntax is just so...
Seems pretty straightforward to implement. Just add a method `.logEvent(MY_EVENT);` https://developers.facebook.com/docs/app-events/getting-started-app-events-ios#manually-log-events https://developers.facebook.com/docs/app-events/getting-started-app-events-android#log-manually
I am not sure if my app is configured properly because the only Test Events that I receive are ``` fb_login_dialog_confirm_accept fb_login_dialog_confirm_impression ``` and I only receive these on iOS....
Seems related to my issue https://github.com/SpellChucker/capacitor-plugin-facebook-analytics/issues/4
I have determined on iOS, it is version specific. v13.5 works but 15.2 does not work. Not sure if the following are related: https://developers.facebook.com/docs/audience-network/setting-up/platform-setup/ios/add-sdk/ https://stackoverflow.com/questions/68599825/not-receiving-events-via-facebook-ios-sdk https://developers.facebook.com/docs/app-events/guides/advertising-tracking-enabled/ https://stackoverflow.com/questions/67832203/cannot-find-fbadsettings-isadvertisertrackingenabledtrue https://developers.facebook.com/docs/app-events/getting-started-app-events-ios#add-events
I just confirmed `Capacitor.Plugins.FacebookLogin.logEvent({eventName:'BattleTheMonster'})` also works with iOS 13.7 devices.
https://github.com/facebook/facebook-ios-sdk/issues/1937
https://github.com/xamarin/FacebookComponents/issues/228