Ben Bieker

Results 59 comments of Ben Bieker

why another ticket i don't get it he means the same right? to just add meta stuff into relationships

ok :) can you help to work on this feature?

Hm, indeed this is a problem. The main problem is that we just call the `FindOne` method of the resource which in this case most likely behaves like a normal...

Thanks, LGTM but before we merge we should get the tests back to be running. I will look into this, merge it in and then you can rebase on master.

Ok, fixed the build problems in PR #325 What you could also do is add a small test to check that this functionality works so that we can guarantee that...

@mikeschinkel ping: would you like to continue here? otherwise I can also take over and merge after adding tests

I can also confirm that the callback is still called on iOS, although it seems to be in a way longer interval than when it's normally active. And also the...

Hm, I was just reading through the code a bit. What is basically confusing me a bit is this method here: https://github.com/rekab-app/background_locator/blob/132b5b9daba8140d1e1afc7e632425c9dc9b0956/ios/Classes/BackgroundLocatorPlugin.m#L190 Docs: https://developer.apple.com/documentation/corelocation/cllocationmanager/1423531-startmonitoringsignificantlocati > If you start this service...

But I also don't understand this. The location region monitoring is basically always registered, no matter what, when the app is closed? https://github.com/rekab-app/background_locator/blob/132b5b9daba8140d1e1afc7e632425c9dc9b0956/ios/Classes/BackgroundLocatorPlugin.m#L65-L67 Does that code mean even if the...