umair13adil / simple_beacons_flutter

A flutter plugin project to range & monitor iBeacons.
Apache License 2.0
35 stars 42 forks source link

Addregion for iOS #10

Closed vincent-odx closed 4 years ago

vincent-odx commented 4 years ago

Hi, Is there a way to control the user permission than pop up from app startup?

umair13adil commented 4 years ago

Hi,

major and minor values are optional, you can send them as empty string from flutter.

Med venlig hilsen / Kind regards

Muhammad Umair Adil, Sr. Software Engineer

On 03-May-2020, at 4:29 AM, vincent-odx notifications@github.com wrote:

Hi, can I add regionforios without specifying major and minor? Would it be possible to detect android devices from in iOS ?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/umair13adil/simple_beacons_flutter/issues/10, or unsubscribe https://github.com/notifications/unsubscribe-auth/AB5P7RG2X2RSNN3A6E2LFHLRPSUD5ANCNFSM4MX4DWRA.

vincent-odx commented 4 years ago

Hi, major and minor values are optional, you can send them as empty string from flutter. Med venlig hilsen / Kind regards Muhammad Umair Adil, Sr. Software Engineer On 03-May-2020, at 4:29 AM, vincent-odx @.***> wrote: Hi, can I add regionforios without specifying major and minor? Would it be possible to detect android devices from in iOS ? — You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub <#10>, or unsubscribe https://github.com/notifications/unsubscribe-auth/AB5P7RG2X2RSNN3A6E2LFHLRPSUD5ANCNFSM4MX4DWRA.

Thanks. Is there a way to delay the permissions?

umair13adil commented 4 years ago

No, there is not, as soon as it is invoked, permissions will be checked.