Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Switching to IOS/windows from Android. #44

Open
Toolfolks opened this issue Mar 21, 2024 · 1 comment
Open

Switching to IOS/windows from Android. #44

Toolfolks opened this issue Mar 21, 2024 · 1 comment

Comments

@Toolfolks
Copy link

Hi I have tried:

{$IFDEF ANDROID} MobilePermissions.Model.Signature, MobilePermissions.Model.Dangerous,
MobilePermissions.Model.Standard, MobilePermissions.Component,{$ENDIF}System.IOUtils;

Which works on Android.

When I switch platforms the uses are added again

{$IFDEF ANDROID} MobilePermissions.Model.Signature, MobilePermissions.Model.Dangerous,
MobilePermissions.Model.Standard, MobilePermissions.Component,{$ENDIF}System.IOUtils,
MobilePermissions.Model.Signature, MobilePermissions.Model.Dangerous,
MobilePermissions.Model.Standard, MobilePermissions.Component;

How do I correct this please.

@rioda78
Copy link

rioda78 commented Jun 11, 2024

i hope this answer that question :

{$IFDEF ANDROID} MobilePermissions.Model.Signature, MobilePermissions.Model.Dangerous,
MobilePermissions.Model.Standard, MobilePermissions.Component,{$ENDIF}System.IOUtils;
not duplicate mobile permision to non android

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants