Michael
Michael
I would be interested to see your as3 call too? Just we aren't seeing this behaviour in our extensions so wondering what the difference is, or, worse, if I've just...
How are you determining the platform? Be aware that you may be getting iPadOS for some of the newer iPads ;)
What happens if it isn't iOS there? does it fall through to a different call with a different params?
Great to hear! That os name change has caught a few people recently. :)
I think it just caught everyone by surprise as iOS has been common across iPhone's and iPad's (even iPod's) for so long. But Apple's recent push to distinguish iPad's as...
How early are you calling this? Is it possible that the rootView is nil, i.e. before AIR has finished initialising the view? That would potentially result in a crash like...
All I can say is that we use `[[[UIApplication sharedApplication] keyWindow] rootViewController]` and the `view` property on that view controller regularly so I wouldn't expect that was the issue. I...
`%@` works for most objects but I'd be cautious with a view object and I prefer to be a little clearer about what's being logged than an arbitrary object. Definitely...
Do you have the latest `androidx.core` included? I believe that error is caused by missing that extension.
Can you post the complete error log and the extension list you are using.