Reputation: 31
I am developing a flutter app to do geofencing and generating local notifications even when the app is in background or terminated. I use background_services, flutter_local_notification, geolocator packages to achieve this on android. But I don't know the way to do this in ios and i don't even know whether it is possible in ios. I must do this periodically for every 30 min or 1 hour.
Is there any way of achieving this (keep tracking the location of user and generate if the user is near the pre-define location) on ios in flutter or any native language (swift/C++) and connecting this with flutter app?
Upvotes: 2
Views: 113