timdinhdotcom

Results 8 comments of timdinhdotcom

We are using IAsyncCommand from Xamarin Community Toolkit, which has a parameter for `onException` action. It basically call the action whenever an exception occurred, which is very handy. We are...

> I fixed it. Need delete "totification". More detail [here](https://stackoverflow.com/questions/37358462/firebase-onmessagereceived-not-called-when-app-in-background) If you remove `notification` then you won't see alert when iOS app is not active.

I have an Apple M1 and a project that utilize Magick.NET. I'm getting an error at runtime and was hoping someone can point me to the right direction to resolve....

On Android, you can have multiple instance of an app running and this create problem with `connection=direct`. A workaround for me is that I would catch the IOException then attempt...

Our app crashed when installed via TestFlight too. What we found out is that if we build against a generic device then it crashes when running on physical device. If...

try plug in a physical device and build against that. Our app crashed if we build against a generic device via VS Mac