Secure storage in IOS Native SDK

Some customers that develop in both the Android Native SDK and the IOS Native SDK may notice that there is nothing in our docs regarding secure storage for IOS Native SDK. This is because we use it automatically in the IOS Core framework when storing data.

On Android, it's mentioned explicitly because secure storage requires a separate framework and a dependency. The default Shared framework doesn't use secure storage on Android.