How to Implement a key Store?

S Siddhant Wadhera 3 years 5 months ago
4 2 0

Hi

I need to store some data into a key store rather than storing it in Sql Database.
I have tried but could not find any API related to this in rhomobile docs.

It would great if you can provide some API links which can help me in implementing this for both android and iOS Platform

Any help is appreciated

Thanks
Siddhant

Please Register or Login to post a reply

2 Replies

J Jon Tara

What do you mean by "a keystore"? Do you mean specifically the OSs, keystore? (Most OSs have one.) Or something else?

You'd have to write a Rhodes extension, and you'd have to implement it for each platform you intend to support. You'll have to obtain the documentation on how to use the native keystore, and write an extension to wrap it.

This would be a useful addition to Rhodes in the developer's spare time.

iOS calls it a "keychain":

Keychain Services Programming Guide: Keychain Services Concepts

S Siddhant Wadhera

Hi Jon
Yes i would like to key store which most OSs have like Key chain in iOS as you mentioned!!.

Indeed this will be a useful addition to Rhodes.But as i have timing constraints is there any alternative to this??

Basically i want to store some key-value pair within the app where it is more secured as compared to when stored in Database.

Is there any existing Rhodes extension/API  to do this??

Thanks
Siddhant

CONTACT
Can’t find what you’re looking for?