Access the notification center in IOS from Phonegap - ios5

I need to access the nofification center using phonegap . I am developing iPad app using phonegap (Cordova - 1.9.0 ) and JQM 1.0.1.
Is there any way to access the notification centre using phonegap?

Your application will have to send a push notification. Which the user will have to agree to receive.
Either a location notification using the following plugin :
https://github.com/phonegap/phonegap-plugins/tree/master/iOS/LocalNotifications
Or Push Notification via Apples Server or Urban Airship Push
http://urbanairship.com/blog/2010/06/09/phonegap-push/
Once you have a push setup the user can select your app from notification center in Settings.

Related

Push enabled app is not listed in the Notification section in the device

Am converting apk to bar with push feature with reference of the below url,
http://developer.blackberry.com/android/apisupport/creating_push-enabled_android_apps.html.
I installed the app in Blackberry Z10 and getting the device token. But my installed app is not listing the notification enabled apps section.
Is there any other parameter to be added "android.cfg" file to make it push enabled app ?
Thanks in advance,
JRH
If your app is push enabled then it is not automatically added to the notification section of BlackBerry settings. You have to implement notifications.
Notifications

Can we send push notifications to apps that use our SDK?

Lets suppose some app developers use our SDK. Can we send push notifications to devices that use our SDK independently, without the help of hosted app?
I know that push is unique to every app , multiple push keys , settings can't be made.
But I just like to know if any other options are available.
Our goal is to send push for devices that use our SDK.
Thanks.
This is not possible using Apple Push Notifications. Sending an Apple Push Notification to an iOS Application requires a certificate that is unique for each application. You would need to receive the certificates from the developers of those apps.
In addition, the apps would have to register to APNS and send the device token to your server. This part can be done as part of your SDK, assuming the users of your SDK call some SDK method that performs the registration and sends the token.

Push notifications for a salesforce iPhone application

I am trying to evaluate the ways in which I could implement push notification for a salesforce iPhone app that I am going to create. Options I am going to explore are Urban Airship or Salesforce's Streaming API. Does anyone have any recommendation (Best solutions available) or does anyone know of any other ways. Also please guide me on the steps to achieve push notification for an app that gets data from salesforce.com using salesforce.com's rest API.
Starting with the Spring 14 release, Salesforce supports Apple ( APNS ) and Google ( GCM ) mobile push notifications via the Connected Apps framework. Please check the Mobile Push Notifications Tip Sheet on Developer Force for more information: http://www2.developerforce.com/en/mobile/resources

Titanium .How to Register device token automatically for push notification using urban airship?

Hi Titanium developers.
How to register a device token as soon as you open an app? like any regular app that supports push notification.
I checked kitchen sink examples and urban airship but this will need clicking on a button to register the device.
Thanks.
Take a look at the guides for Appcelerator Push Notifications through Urban Airship. If you want to target Android right now, look for where it links to UrbanAirship.js.
Then when your app loads, you can register their device for push notifications. I hope this helps! Let me know if anything comes up or you have trouble understanding what I've linked.

Apple push: does it need an application at all?

Do we need to install an app to receive some push from a service ?
Is there a way to register an iphone somewhere (website / apple server) without having an app installed on the iphone to register to the push service ?
Apple Push Notification Service is to be used with native iOS applications. Without an application APNS cannot be used.
you are saying you want to push a message to a particular iphone, but not have it related to any app? This is basically a text message, and you could do this from a server remotely using SMS.
Yes, if you want to use Apple Push Notification Service, you will need an app.
But go have a try at notifio.com