C++ API for android Shared Preferences and ios KeyChain -


what need

i have project c++ "core" , 2 platform support: android , ios. need methods in c++ pass data keychain , android shared preferences.

problem

i've done ios passing std::string (it gets converted nsstring , stored keychain). need able pass many types can.

my question put plainly

which types overlap between apple's keychain , android's shared preferences? types pass c++ converted types understood keychain (like std::string being converted nsstring) , android.

edit: preferences -> shared preferences


Comments

Popular posts from this blog

commonjs - How to write a typescript definition file for a node module that exports a function? -

openid - Okta: Failed to get authorization code through API call -

thorough guide for profiling racket code -