Tuesday, September 2, 2014

Mobile App w/ Bluemix

The Mobile Cloud boilerplate available in Bluemix includes the Mobile Data, Mobile Application Security and Push services and a Node.js runtime. The SDK and sample applications are provided to get started developing mobile apps that access these services.
 


The Mobile Cloud services are integrated. The services can be accessed with the common Mobile Cloud Services SDK.
Each Mobile Cloud application has a unique application ID. A mobile app uses this unique ID with the SDK to access the services that are associated with that application.

Bluemix Mobile Cloud services

  • Mobile Data: Mobile Data is a cloud storage service with an SDK that can be used for storing data. No need to worry about the management and implementation of the data store. Its all taken care of. Objects with classes can be defined in the Mobile Data APIs. CRUD (Create, Retrieve/Read, Update and Delete) operations can be carried out for the objects stored in the cloud very easily.
  • Push: Push can be used in enterprise applications to send relevant content to the right people at the right place and time. Push notification messages can be sent to the iOS and Android mobile platforms. Again, technology details of sending notifications to your enterprise applications is nothing to be worried about when you are using Bluemix!
  • Mobile Application Security: Mobile Application Security is used to securely control the access and behaviour of applications running on mobile devices from the Bluemix dashboard.
An overview of Mobile Cloud Services of Bluemix:



Good luck with your mobile app! Hope this information helped :)

1 comment:

  1. The article is informative. Can you pl elaborate more on "common Mobile Cloud Services SDK".

    ReplyDelete