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
But if you prefer to not use it, our default sharedPreferencesName is: **shared_preferences** and keychainService is: **app**
99
+
But if you prefer to not use it, our default sharedPreferencesName is: **shared_preferences** and keychainService is: **app**. For that, use:
100
+
101
+
```javascript
102
+
SInfo.setItem('key1', 'value1', {});
103
+
```
108
104
109
105
If you used Android's getDefaultSharedPreferences in your project the shared preference's name that you are looking for is: **com.mypackage.MyApp_preferences**. In other hands if you used iOS's Keychain the default service is: **app** which is our default too.
0 commit comments