Capacitor - JS Google Analytics on iOS

Hi,
we are using Capacitor for our app that is also running in browser and we want to use same analytics as we use on web. We are using Google Analytics, it works without any issue on web and on Android Capacitor, but it is not working for iOS Capacitor, no error thrown but also no events are logged. Any ideas? Thanks.

Same issue here. It all looks good in dev mode or on a live android app, however, not working live/TestFlight iOS application.

I’m also using Capacitor with Quasar Framework.

I thought it might have something to do with iOS permissions since iOS v14 so I’ve added tracking permissions request following this link without success.

@Nodon have you made any progress?