In the older versions/API’s of Android the SDK handled the “no local pin set” issue with a popup indicating this message and directing the user to the settings page in Android.
Is this functionality no longer being handled by the SDK and is it something that will need to be catered for within the application?
Release : 4.2
Component : MOBILE API
The MOB + SDK engineering team has looked at this and enforcing the pin for secure storage was never done by the SDK , it was android who enforced it when you try to access the secure storage.
There are some changes in android in api 28 which are causing that the pin is not enforced anymore.
This pop is a android os system popup ,whenever the app uses any feature of local storage, then the android OS checks, if the pin is set. If not set it will show this popup.
After API 28 android does not do this anymore ,which is not a bug in the SDK and this needs to be handled in the App .