Demyan Kimitsa
Demyan Kimitsa
- bitcode is disabled as deprecated, causes binary verification fail at apple side, also causes VM natives compilation to fail - added `Library/Developer/Xcode/UserData/Provisioning Profiles` folder for provisioning profiles - fixed...
recently I've added bindings for StoreKit2 swift based API. and as quick test have implemented PurchaseManager using it. I have not any experience using `gdx-pay` before, thus implementation might be...
Hello, GAD version v12.9.0. Observer behaviour: when two thread has SIGBUS signal, first thread restores previous in chain, but second nulls it. Reproducible: 100% This causes C#/Java signals handlers to...
### Description this ovserved in Java/C#, mostly due https://github.com/firebase/firebase-ios-sdk/issues/15383, but anyway Crashlytics is not handling simultaneous crash events in different threads (or just null pointers exception in try/catch blocks). ###...
### Description Java/C# ecosystems requires signals to be handled by them firstly to allow handling of null pointer exceptions inside try/catch block. To achieve this proper signal chain has to...
user provided shared libraries were used during linkage but were not copied. ```xml libs/libsqlitejdbc.dylib ``` as result application failed at runtime. also logic added to allow not link the library...
`org_robovm_rt_bro_Struct` might be not initialized if class is not present (e.g. in pure console app), in this case org_robovm_rt_bro_Struct will be null and GC will recognize generic classes as Structs...
iOS sdk scanned and updated using bro-gen script. PR is opened as draft as bro-gen removed really old deprecated API which might be breaking change for some old code. added...
1. There was a classic deadlock with two locks: * thread A: CUSTOM_OBJECTS, objcBridgeLock * thread B: objcBridgeLock, CUSTOM_OBJECTS 2. dealloc and CUSTOM_OBJECTS.remove was not atomic, as result between these...
also fixes #826 iOS 26.1 no log output in console os/log uses macro that wrap implementation API and it can't be bound directly. instead wrapper with clear api to be...