rburnashev85

Results 3 comments of rburnashev85

I also see many Assertion at /__w/1/s/src/runtime/src/mono/mono/metadata/jit-info.c:918, condition `!ji->async' not met after I released my app on NET10 with all nugets updated to latest versions. Before NET9 worked with no...

I fixed my app with these set of parameters. I see in the google play console that crashes are gone. ` true false false` UseInterpreter didn't work alone. I think...

It started to work both on Google (Galaxy S20) and iOS after I did these steps: 1) As https://github.com/Kebechet suggested I added android.permission.SCHEDULE_EXACT_ALARM and Android = new AndroidNotificationPermission() { RequestPermissionToScheduleExactAlarm...