CrossGeeks / AzurePushNotificationPlugin

Azure Push Notification Plugin for Xamarin iOS and Android
MIT License
67 stars 34 forks source link

Call RestApi in OnNotificationReceived when app is closed #23

Closed HectorOCH closed 5 years ago

HectorOCH commented 5 years ago

as I make the call in release mode (Rest), the application closes and I do not visualize the error, the call is an asynchronous method, this happens only when the application is closed

HectorOCH commented 5 years ago

finally the error is not with the asynchronous method, but with the way to open the sqlite, it is solved