Patrick Kozlowski

Results 6 comments of Patrick Kozlowski

Works for me, I implemented to get images from a URL. ``` internal class CustomPushHandler: DefaultPushNotificationHandler { public CustomPushHandler() {} public override void OnBuildNotification(NotificationCompat.Builder notificationBuilder, IDictionary < string, object >...

Your manifest is correct comparing to mine. Check this, it worked for me in Android 13 by adding these upgraded nugets to log in. https://github.com/xamarin/FacebookComponents/pull/237#issuecomment-1345252138

> > Hi, if you're interested in "Login with Facebook" feature only, you may try using this plugin [https://www.nuget.org/packages/Xam.Facebook.Login.Android/](https://www.nuget.org/packages/Xam.Facebook.Login.Android) > > [https://www.nuget.org/packages/Xam.Facebook.Core.Android/](https://www.nuget.org/packages/Xam.Facebook.Core.Android) > > [https://www.nuget.org/packages/Xam.Facebook.Common.Android/](https://www.nuget.org/packages/Xam.Facebook.Common.Android) > > I've stripped all...

Yes, they do. In iOS, the geofencing API uses StartMonitoringSignificantLocationChanges which relaunches the app into the background if a new event arrives, IE a geofence event occurs. This is when...

Any ETA on fixing this for Android 8.0 and above? I’m noticing this same exact behavior. I have an app in production that heavily uses this.

I had to modify the API to get this to work with my specific use case. This does work for Android 8 and above, but I had to start the...