Enabling the push notification service for an existing application in IPhone? - iphone

I have an application in IPhone in which i am trying to implement push notification.I have already created the appstore and adhoc certificates for this project.Now i was in deep confusion how to enable push notification for the existing certificates.Can any body give me the steps to follow.when i am going trough google i only got a vague idea.can anybody help me?

use this tutorial. they have great explaination to this
http://www.raywenderlich.com/3443/apple-push-notification-services-tutorial-part-12
http://www.raywenderlich.com/3525/apple-push-notification-services-tutorial-part-2

Related

Confused about FCM and Push plugin in ionic

I have to develop an app with push notification in ionic where on notification click user should redirect to a specific page.
I searched and found two plugins(FCM and Push), But I am confused about their differences, How do both work? Which is the best to implement?
This question is already there on ionic forum:
Here's the accepted answer there:
If you are using Firebase, use the FCM/Firebase one. If you use any
other push provider (like Ionic Push or OneSignak), use the other one.
And for me I'll go for FCM, it being easier to implement.

MDM API Integration in iPhone

I am trying to do an enterprise application which need to list all the installed apps in iPhone and also should allow the user to delete some apps from current application.I know this is not possible using any direct API's.But I found that using MDM API's it is possible. I had gone through the documents about this in apple's website http://images.apple.com/iphone/business/docs/iPhone_OTA_Enrollment_Configuration.pdf
But I am not sure where I need to start. What are the steps I need to follow to access these APIs in the iPhone side. Do I need to perform all these steps programatically when I open the app or else these will be handled by server.
Please share your ideas about how to implement this from a developer point of view.
Thanks in advance.
Apps are not able to do any MDM, it can only be done by the server, that is managing the device.
Apple has a session video from WWDC 2010 that shows how this is done.

Is there a way to test Android, iPhone push notification without having one?

I need to create a push notification webservice for Android & iPhone, but I actually own an Iphone only, I'd like to be able to test on my machine the push notification.
I don't know anything to mobile device or development.
In order to push messages to Android using the Google Cloud to Device messaging (C2DM) requires an application on the device which has registered to the C2DM servers to receive push notifications. AFAIK, you cannot do a generic push (using C2DM) which will be received by all applications.
For more info on C2DM you can look at the documentation here and a good article can be found here.
You could download the Android SDK. It gives you the basic stuff you need to get up and running.
If you want a virtual machine, you can set one up using this guide. I set this up and it was pretty painless. I don't know how current it is, but it will at least get you something to work with.

Appcelerator Push Notifications

I was wondering if it's possible to create a generic push notification solution for mobile devices (or at least Android and iPhone) with Appcelerator. I found some examples on how to implement iPhone Push with Appcelerator but nothing generic.
Any ideas? Or are there maybe other cross-plattform development sdk to solve this?
As far as I know, you can use the push notification service with iOS only.
See the documentation here.
Then, for the iOS, the simpliest way to send/receive notifications, is to subscribe for free for the UrbanAirship service.
You can find a nice tutorial here.
I only know of push notifications working in IOS (for iPhone) too. However, I understand that Cocoafish are soon working on push notification for Android. Backends like this and UA are about as generic as you can get.
Using Appcelerator Cloud Service(ACS) you can implement the Push Notification.
It is the simplest and reliable one. Follow below tutorial for ACS Push Notification implementation on Android and iOS
Android :
http://www.titaniumtutorial.com/2012/06/appcelerator-cloud-push-notification-in.html
iOS :
http://blog.teemusk.com/2012/05/building-server-push-notifications-with-appcelerator-titanium-cloud/comment-page-1
Hope it helps someone

Reminder feature in iPhone Native Application

In my native iPhone Application, I have a requirement to add a reminder to the user's iPhone Device.
Is it possible to implement this feature using current iPhone SDK ?
Or else is there any other way to implement this feature ?
Thanks in advance...
You need to use Push notifications. The steps involved in doing this are too lengthy and involved to list in this answer. Familiarize yourself with Apple's documentation. You will need a Push notification server or pay a service to handle the Push Notification server for you (such as iLime)