MichaelV00

Results 184 comments of MichaelV00

Hey there, when you mean not working, is it not logging events at all? In debug mode you need to manually configure it through cli it which I am assuming...

Brilliant, also can you please clarify are you using an Expo or standard React Native project?

Given your setup, I think it would be helpful if you could provide me a reproduction repo I could use my own internal app config on (google-services.json e.t.c). Would you...

hey there @elozino-eryk I was unfortunately not able to get the app running but it was still helpful, I suspect this issue might be to do with your implementation. Event...

Considering it is working on debug and not release also makes me suspect it could be an obfuscation issue where analytics related classes may be stripped for optimisation purposes. Can...

Hi there, can you try "Allow Non-modular Includes in Framework Modules" in your project's build settings?

Historically, setting ``` CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES = YES ``` in XCode was a temporary workaround maybe this could help for now? Also considering fixes linked by @anudit I suspect this is a...

Happyt to hear its working now. I will close this ticket now 😄 Feel free to open a new one or reopen if the issue persists