c# - Trigger BackgroundTask either any of two conditions: PushNotification Received or using Geofence -
i have single backgroundtask. can start backgroundtask using both pushnotification or using "geofencing" technique in same app? requirement that, backgroundtask should start in either of following 2 cases:
- when push notification received, implemented on app , working well.
- when user change location, using "geofencing" technique need implement on app.
any appreciated. advance!
i found solution. can add many background tasks per requirement in package.appmanifest. have added 2 backgroundtasks , works perfectly. completed task successfully. 
Comments
Post a Comment