I am working on integrating Google Analytics with my Corona app, using Google’s rest API (Google Analytics Measurement Protocol). Everything seems to be cruising along except that my iOS builds aren’t registering as mobile devices in the analytics reporting. The page views and events register, they just show up with the OS/Browser name being the name of the app. Android builds show up perfectly. They show up with the device type I would expect. I’ve used the Corona SDK Flurry library in the past and things worked great for both iOS and Android. I’m wondering if the Flurry library has to manually set the user-agent or if there is some special handling of OS/Device info as it’s passed to Flurry?
Any help would be appreciated.
Thanks,
Jeremy