You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Just for reference isProtectedDataAvailable can be false if app started after phone reboot but before first unlock with pin. And this can happen if app uses PTT Framework and phone rebooted while app had PTT channel active.
The text was updated successfully, but these errors were encountered:
RSATom
changed the title
Logs not uploading if Bugfender SDK initialised when isProtectedDataAvailable == false
Logs not uploading if Bugfender SDK initialized when isProtectedDataAvailable == false
Nov 26, 2024
Hi @RSATom , this is a known limitation of the Bugfender SDK right now. The SDK requires disk access and if isProtectedDataAvailable == false, it is unable to access the disk. You can work this around by initializing the SDK after protected data is available.
Actually some workarounds are still possible... I'll try to look into sources - maybe I'll be lucky enough to find out not too complicated workaround...
It reproducible with v1.13.2 and v2.0.0.
Just for reference
isProtectedDataAvailable
can befalse
if app started after phone reboot but before first unlock with pin. And this can happen if app uses PTT Framework and phone rebooted while app had PTT channel active.The text was updated successfully, but these errors were encountered: