Hina-Hussain / DeviceInformationPlugin

Apache License 2.0
6 stars 11 forks source link

permission is not granded ( only in android) #5

Closed victorsdd01 closed 2 years ago

victorsdd01 commented 2 years ago

somebody know why happened this? I add the user permission in the manifest but don't work when I want get the Imei, he display this message.

nadas00 commented 2 years ago

@victorsdd01 did you solved it?

victorsdd01 commented 2 years ago

Hello yes, thank for comment... if you need the solution tell me ;)

nadas00 commented 2 years ago

Hello yes, thank for comment... if you need the solution tell me ;)

I need help. Could you please tell me solution?

nadas00 commented 2 years ago

any update?

victorsdd01 commented 2 years ago

sorry bro, yeah sure, that solution that I found was make a request permission... I do a phone (calls) permission and works good, but the "IMEI" isn't the real imei is the androidID.

Hina-Hussain commented 2 years ago

We could not get direct IMEI no as android restricts it so it's just an alternative approach to identify the device uniqueness. So in updated android phone instead of imei this plugin return unique UDID key for device uniqueness. Thanks.