Thomas K
Thomas K
@Jordan-Nelson unfortunately yes. It seems to be until supscription and in the Error you see the obfuscation (H4, W4.n, ...) I tried: ``` -keep class com.amplifyframework.** { *; } -keep...
Some additional errors: ``` 2024-03-27 06:46:07.326 19374-19531 amplify:aws-datastore com.smaspos.kubikos E Failure encountered while attempting to start API sync. DataStoreException{message=DataStore subscriptionProcessor failed to start., cause=DataStoreException{message=Timed out waiting for subscription processor to...
@Jordan-Nelson i may found a working proguard file. It seems to be a Java function from Google which causes the issue. Currently, I don't have the time to examine which...
Same since update to Dart3
Will be there a new version soon? Somehow, the dependency override is not working anymore
> Sorry the delay, here it is: > > [wakelock-main.zip](https://github.com/creativecreatorormaybenot/wakelock/files/11832091/wakelock-main.zip) > > place the file at the same level as your project folder (1 level up from your pubspec.yaml) >...
@Jordan-Nelson sorry for my late response. The proguard file above works, so thank you for guiding me to this solution. I haven't had the time to investigate which line solved...