Google Analytics not working

Hello , I’ve done adding the google analytics plugin and follow every single step on integration … the syntax of the sdkbox is already the same … I’ve also updated the tracking code in sdk_box_config

if(cc.sys.isNative){
sdkbox.PluginGoogleAnalytics.init();
sdkbox.PluginGoogleAnalytics.startSession();
sdkbox.PluginGoogleAnalytics.logScreen(“Menu”);
}

the same code is written on ios and android … in android tracking is fully functional … but on ios none is appearing no active users no new users …

hope someone could help
Thanks

I am facing the same problem !!

I was debating whether to use Google Analytics or Flurry Analytics…I think I’m gonna go with Flurry.

Sorry this is not a solution but just wanted to leave this note incase others post a solution.

Good luck.

Have you tried turn off ATS?

http://docs.sdkbox.com/en/plugins/googleanalytics/v3-cpp/#disable-app-transport-security

Otherwise any http request on iOS will be blocked.