+

Search Tips   |   Advanced Search

Simple data sharing general terminology

Learn about simple data sharing general terminology.


MobileFirst application family

An application family is a way to associate a group of applications which share the same level of trust. Applications in the same family can securely and safely share information with each other.

To be considered part of the same MobileFirst application family, all applications in the same family must comply with the following requirements:

Aside from the MPF provided APIs, applications in the same MobileFirst application family can also use the data sharing APIs available through their respective native mobile SDK APIs.


String tokens

Sharing string tokens across applications of the same MobileFirst application family can now be accomplished in hybrid or native iOS and Android applications through the Simple Data Sharing feature.

String tokens are considered simple strings, such as passwords or cookies. Using large strings results in considerable performance degradation.

Consider encrypting tokens when we use the APIs for added security. See JSONStore security utilities.


Parent topic: Simple data sharing