Tour
Not convinced yet? Take a small tour and look at the great features of Plamo. The following tour only contains a small overview of the powerful features.
-
Versioning
Experiences tell that your App users will upgrade to new version of your App in their own pace. Therefore different versions of your App will be running on different types of devices at any moment in time. For this reason Plamo has been implemented from the ground up with support for multiple versions of your App on multiple operating platforms. This means that all features have support for multiple versions, including:
• Feeds - different feeds for specific versions for backward compatibility
• Notification - send notification to specific versions of your App
• Statistics - know how many users use a particular version of your App
-
Push Notifications
Send push notifications to your iOS or Android device without the hassle of setting up your own server. Just configure your Apple Push Certificate or Android Push tokens in Plamo and you are ready to go.
Use Plamo to send notifications to your users through a web interface or via a RESTful interface. Whether it is a simple alert or a complex data structure, the notification can be pushed to all or a selection of registered devices:
• Topic - push notification to specific topic
• Device - push notification to specific devices
• Version - push notification to specific versions of your App
• Schedule - schedule notifications on particular date and time
-
Data storage
Store your own data in the Plamo cloud data store. You can fully configure the definition of your data store. Create your own tables. The data store may contain numbers, dates, text or files.
Data can be edited via the Plamo console or via the RESTful interface.
In App purchase protected data
Each item in the data store can be protected. To retrieve the data your App user must buy the content with Apple or Google. After performing an InApp purchase Apple and Google will send a purchase ticket. Plamo will check the purchase ticket with Apple or Google. Only after a successfull purchase ticket validation the content will be returned to the client. -
Feeds
Feeds are configure JSON based information flows to your App.
You can use a feed to get data from multiple sources. The data retrieved can be manipulated before sending to you App.
• Static feed - static JSON data
• URL feed - JSON retrieved from another source
• HTML parse feed - extract data from a source and structure the data in a JSON format
• Combined feed - combine multiple feeds into one feed.
To support older App version feed can be defined for a set of App versions.