ios - How to send events to Firebase Analytics in iMessage extension -


i've been trying send events when user taps on tableview cell firebase analytics through imessage app no avail. using

firanalytics.logevent(withname: "\(stickeruniquename)", parameters: nil)

i added -firanalyticsdebugenabled scheme

i have setup on regular app, works fine , logs event in xcode console can see sent. can't show same imessage extension.

i guess i'm eluding possible log events in imessage extension? there other service can track button presses on imessage extension?

ok checked next day , events showed in firebase analytics woot! still haven't manage events log in xcode console. problem kinda solved...

big take away here firebase analytics work in imessage extensions. takes couple hours show up.


Comments

Popular posts from this blog

php - Autoloader issue not returning Class -

python - Getting next two indexes regardless of current index -

ruby - Prevent Custom Validation Error on Association -