(Solved) GameAnalytics Android permission

I am testing the GameAnalytics… going thru the tutorial, I just found the following info:

“DO NOT set “android.permission.READ_PHONE_STATE”; this prevents your app from sending the Android IDs to the GameAnalytics servers!”

The problem is that some ad networks requires that permission. Anyone knows if GameAnalytics can work fine using that permission?

Hello, 

You can safely set the android.permission.READ_PHONE_STATE. The only difference is that if you set this flag, then Corona will return another unique identifier than if you don’t (IMEI versus operating system ID).

Let me know if yo have any other questions. 

Hello, 

You can safely set the android.permission.READ_PHONE_STATE. The only difference is that if you set this flag, then Corona will return another unique identifier than if you don’t (IMEI versus operating system ID).

Let me know if yo have any other questions.