Motivation
Do you develop native iOS applications with the SAP Cloud Platform SDK for iOS and
do you want to store device-specific configuration data without the need to enhance your backend?
SAP Cloud Platform Mobile Services offers a storage service. This service stores flexible data structure and supports application-level, user-level, and device-level storage. SAP Cloud Platform Mobile Services offers authorization and authentication schemes that secure the data.
In this article, I will help you to understand how to use the Storage Service of SAP Cloud Platform Mobile Services with the SAP Cloud Platform SDK for iOS.
How-To
The
SAPFoundation framework offers
SAPcpmsSettings as API to read, store and delete settings that are centrally maintained on SAP Cloud Platform Mobile Services.
The use is simply .. once you know it
🙂
Store

Load

Appendix
SDK's official documentation
Storage Service official documentation