Anton

Results 26 comments of Anton

I think they become necessary when a PendingIntent.FLAG_MUTABLE is used (native code)

You are right, that doesn't affect that I am indeed using Android X APIs. I think I found the problem. I have always had my build hint `android.useAndroidX=true` but the...

I was just about to open an issue like this one :-) Can proguard at least be disabled for the following 2 options? -Run in simulator -Run as Desktop app...

Can't debug on xcode after updating to latest version (keeps crashing, my mac has probably reached EOL). There are no errors thrown by `loginFailed`. The only difference between accounts that...

Just trying to understand if this applies to my use case. When you say extension, you mean things like Share Extensions, Notification Extensions, right? I currently use a notification and...

Yes, every time I build with sources, then open with xcode, then add the extensions (file -> new target, etc). Then I add the UserDefaults capability to each extension (I...

That sounds awesome! Thanks a lot for this There is another use case that might be useful in the future. I also happen to replace the app delegate's .m code...

Hi Francesco, thanks for your input. I just tried exactly what you suggested and unfortunately it did not work. This is the code I used: public void Test() { Form...

So I tested a bit more, here are my conclusions: Your workaround just revalidates, which helps, but was something I was already doing before so it doesn't present any improvement...