loup-v / beacons

Flutter beacons plugin for Android and iOS.
Apache License 2.0
78 stars 53 forks source link

MissingPluginException startMonitoring on iOS #21

Open lchinke opened 6 years ago

lchinke commented 6 years ago

When I try to use startMonitoring method i got this error. I looked over the code and I didn't find any implementation of this. -.-

lchinke commented 6 years ago

Confirmed: This implementation is completely missing. Going to develop it. If anyone is stuck with this, contact me.

vinceramcesoliveros commented 6 years ago

Thanks. I've always wanted to test this with two or more beacons, I just read it up recently. please do make PR for this. I don't really have experience in Kotlin nor in Platform Channels.

lchinke commented 6 years ago

Hey buddy,

I already did this implementation, but is very tricky and not well implemented. I would have to invest time to clean it to make a PR. If you really need this i can tell you what I did to solve this issue.

vinceramcesoliveros commented 6 years ago

@lchinke , I'll just have a quick skim in Swift and altbeacon's API reference for me to cope up. I haven't touched the iOS feature yet. only in android by now, Maybe sometime, if the author wished to update his work in progress. Thanks anyway.