Hi,
I like to confirm if the following set up works in China market. I found out from FAQ that
For the native SDK you implicitly need to setup a custom ID if you are targeting users from China.
local gameanalytics = require "plugin.gameanalytics" gameanalytics.waitForCustomUserID = true local uniqueID = system.getInfo("deviceID") gameanalytics.setCustomUserID ( uniqueID )