amplitude/Amplitude-Flutter

Google Play Services SDK not found for app set id!

eli1stark opened this issue · 4 comments

Summary

Is it considered an error for Amplitude? Can it function with this error, I haven't published my app yet.

Hi @eli1stark ,

Can you provide more detail about the error? Thank you very much.

It just prints "Google Play Services SDK not found for app set id!" at the debug console after init. No exceptions, just the print statement. I don't know what else to say) So, the question is, should I ignore it? Is this okay? Will it affect any functionality of Amplitude?

Hi @eli1stark,
In Android native, we provide the method that uses app set id as a device Id.
If you do enable that, the error means the device Id value will be an unexpected value. Since we cannot get the app set id, the logic will still auto-generated a device id for you. If that is the case, please check here to see the instruction about how to get the app set id.
But if you didn't enable use app set id as a device id, you are all good.

Thanks