Hi all, I had a working app which was allowing the user to sign and circle a body part using 2 separate canvases labelled anatomy and signature which would then be stored to firebase (see blocks below) however its no longer working, possibly coinciding with 1.5.5 release.
I thought this may be related to a permission error I started seeing with 1.5.5 but since changing the Android API to 29 the error has gone and the app is able to write to the device as it saves a PDF and TXT file elsewhere.
Also, I’ve still got a working APK of the app compiled in May which doesn’t have this issue, it’s only if I make a change then I start seeing the problem.
Yes, this seems to be the same bug that AI2 also has, namely that WRITE permission (incorrectly) must be declared in the Manifest on Android 11+ as well. With AI2, this is achieved if and only if the DefaultFileScope is set to Legacy. This is NOT the case with Kodular. There is NO way to declare WRITE permission in the Manifest on Android 11+. I tried with an extension but it is overridden by AI2 and by Kodular on the build server:
For Kodular there is no other way than to do it manually, because Kodular does not declare any storage permissions in the Manifest with DefaultFileScope, unlike AI2.
have noticed from the firebase storage upload failed block that the path is slightly different for the file and message variables it returns so this may have something to do with it …