Closed smihir94 closed 1 year ago
Hello, Any progress on this task?
Hi there,
One of our colleagues is looking into this to see what might be happening and if we can add this into current sprint or if it might need to go to next one. We will need to follow up with you as we learn more.
Sure, Thanks
Hi @Bane-D Do you have any updates on this issue?
Hey @smihir94!
Please take a look at the version 2.6.15
- should be fixed there
@3akat I tried and it is still giving me blank screen with an error message on bottom. can you take a look please? Attached screenshot below.
@3akat Did you get a chance to look into the screenshot I have posted?
Hi @3akat or @Bane-D can you please take a look at the screenshot I have attached? This feature is on priority and it's stopping us from releasing the next version for our App.
Facing the issue, any progress on this? @3akat
try to add androidx.work:work-rintime-ktx.2.7.1 // crash fro Android 12+, Note: read, write permission should be updated fro API level 33
try to add androidx.work:work-rintime-ktx.2.7.1 // crash fro Android 12+, Note: read, write permission should be updated fro API level 33
I tried with the version you have provided. I'm still getting the black screen with the error strip on bottom. (ss attached.) can you please take a look?
Please take a look at the version 2.6.20
@3akat unfortunately. Besides in Android 14 it directly crashes while asking for permissions.
@objectorientedperson can you please double check you've update the version? I spent some time today trying to reproduce the issue with local and remote dependency - works fine. If you still face it, can you please specify exact steps on our demo app? Would be helpful!
@3akat I have checked with updating version 2.6.2 and also with the latest version 2.6.5. The result is still same on Android 13 devices. Can you take a look? In my App, targetSdkVersion = 33 and Test Device OS is Android 13
@smihir94 Please try this version implementation('com.ziggeo:android-sdk:2.6.20') { transitive = true }
Thank you. @3akat @aliceLit @Bane-D implementation 'com.ziggeo:android-sdk:2.6.20' Fixed the issue on Android 13+ devices.
Since Android 13 these 2 permissions are always denied
_android.permission.READ_EXTERNAL_STORAGE android.permission.WRITE_EXTERNALSTORAGE
SDK is opening new Blank Activity with storage access error message on bottom.
Update Ziggeo Android SDK to work with Android 13 - Tiramisu Devices.
Can you please add support for this? Thanks a lot in advance.