mphill
mphill
How are people syncing their data or even just backing up. If you build an app with CoreStore is the expectation a reinstall will wipe all your data?
@mos379 If the app is terminated and/or backgrounded this is not really possible to do practically speaking. This feature is offered by the OS so there is no need to...
I have a branch out with the sample app updated. There is still more work to do to fully integrate this will the existing notification repository - the geofence notifications...
I will continue work and get PR out soon. Android still needed work.
@thudugala I’ll start testing. Thanks.
It's working well, there is one issue that that will improve the feature: https://github.com/thudugala/Plugin.LocalNotification/blob/558c7e2e8b6aeaec17d6fec0411c9ea24ec242c7/Source/Plugin.LocalNotification/Platforms/iOS/NotificationServiceImpl.cs#L180 `trigger = UNLocationNotificationTrigger.CreateTrigger(regin, false);` All that is needed is to add a `bool Repeats` to the...
This is working well on iOS. I have not tested on Android.
I used Xamarin Essentials to manage this: `await Permissions.RequestAsync()` Also see: https://developer.apple.com/documentation/usernotifications/unlocationnotificationtrigger
I see the issue. `AskPermission` is only defined in the the project that targets iOS. As a result this can not be called in the Xamarin head project. I think...
I don't see any comments, did you mean commits? Looks like you mostly bypassed this PR and implemented the changes directly. Also, summaryArguments will possibly be removed in iOS 16...