Hi, We are currently implementing the SDK on iOS (swift) and we just want to track a couple of events, such as first login and push notifications as the majority of the app is a web-view and will have it's own container (different profile) so the tracking is enabled on demand for single events and not permanently. We did a couple of tests and the log seems to be ok with something like this... ▶️[Track #7]: TEST ===================================== Module Responses: 1. tagmanagement: SUCCESSFUL TRACK ✅ And the payload with all the corresponding information... But despite having configured multiple tags over the iq management profile (3 different tags for GA) no hit is sent to GA, no real time data is seen in the respective property. Any ideas on what may be happening here? How can I debug the excecution of this rules, I currently don't know if the hit is being fired and being blocked some where or not firing at all. Any recommendations on what to raise to the developer in terms of debugging? Tests were made both in emulator and then deployed in a physical phone. Thanks, Felipe
... View more