Questions tagged [netmera]

Netmera Platform is a cloud platform (PaaS) optimized for mobile applications

Netmera Platform is a cloud platform (PaaS) optimized for mobile applications. Netmera offers a cloud based content & data repository. With simple APIs and mobile SDKs it is easy to store, retrieve, search and query data & content on the cloud. Netmera Platform infact has several other features that will be released in coming months. Netmera mobile service is optimized for native mobile development. More tools and features are coming to better suppport HTML5 mobile web apps.

4 questions
3
votes
1 answer

Overriding the way public libraries treat push notifications

I am building an app that uses push notification and decided to simplify work and go for a public library that sends the message, Netmera. However, once the notification is received I can't seam to read it. Is there a way to do it directly? If not…
Syntax_Error
  • 5,964
  • 15
  • 53
  • 73
3
votes
1 answer

Netmera Android SDK Pagination

What is the purpose of setPage() function of NetmeraService in Netmera Android SDK? For example, when we search as setPage(3) and setMax(10), is it creating a query for 30 results and respond as pages of 10?
bilal
  • 33
  • 2
2
votes
2 answers

Push notification service for iOS

I have developed an iOS app and have my server (just a couple of php files and a database) set up on GoDaddy.com. Unfortunately GoDaddy.com does not allow me to send a push notification from its server because it requires to use a specific port. I…
Tengyu Liu
  • 1,223
  • 2
  • 15
  • 36
1
vote
1 answer

How to control when Netmera ios sdk will prompt Push notifications permission?

I'm using Netmera SDK in my app. And it's prompting user's permission for Push notifications right after app launches. How to control that behaviour and ask user's permission after he will log in inside my app? Adding or removing [Netmera…