-
Push Notifications
PushNote, the Push Notifications module of mob1serv allows you to easily add support of Apple Push Notification service to your applications w/o having to set up your own server and deal with APPN certificates etc.
Our API provides your app with an access to its own secure push notifications queue. Our server takes care of sending the notifications right when it’s necessary (you may set up notifications in the future and even create recurring notifications!).
This is ideal for any push notification featured task:
- sending a direct message to one of your application users when your app is not running
- sending a reminder about event (you can easily build calendar/organizer app using our PushNote module)
- sending calls for user action – you can display a text message / play sounds / modify badge counter + link the pop-up message button with a particular function in your app!
Easy to use admin panel is included.
Xcode (iPhone SDK) implementation samples are provided.
Everything is free!
Register at http://admin.mob1serv.com/ to power your app with mob1serv APIs right now.
Features
Our PushNote module allows to:
- send Push Notifications to your users
- you can use it for IM functionality: your users are able to send direct messages to each other!
- users receive messages even when app is not running!
- PNQueue feature – you may put delayed push notifications to be sent to specific user at specific date and time
- you can use it for Events Notification or Alarm functionality!
Downloads
Library package:
http://mob1serv.com/downloads/library/PushnotesLibPackage.zipExample project (simple / empty Xcode project with library already implemented):
http://mob1serv.com/downloads/sample_projects/PushnotesTestExample.zipNote that in this example a test account is used. You need to register your own account and add at least one application there. There is a tutorial video available.
Use case
Example: DayTimer application




