158
Views
1
Comments
[Key Store Plugin] Keychain sharing in outsystems
Question
key-store-plugin
Mobile icon
Forge asset by OutSystems

Hi,

I am using https://www.outsystems.com/forge/component-overview/1550/key-store-plugin this plugin in my app. My requirement is to save username in one application store and Get this saved value of username from store of another application. This can be achieved by keychain sharing. Can we implement this in outsystems using KeyStore plugin?

Regards,

Rashmi Hatwar

2021-04-09 11-42-43
assif_tiger
 
MVP

Hi,

You need to use Shared-Preferences/User Preferences[Android/iOS] & to access the preferences of Application-A from Application-B it is better to set the private mode & app needs to be signed with the same set of certificates to share this .

You can try to use the below plugin but for common you need to make some update or maybe trial on this:

https://www.outsystems.com/forge/component-overview/5013/android-ios-shared-user-preferences

Hope it helps,

Assif


Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.