apple-push-notifications Questions

3

We develop an iPhone app, and have push notification for development and ad hoc version working properly. But when we try to send push notification to real user devices in our database, we got SSL ...
Towrope asked 12/4, 2010 at 23:11

1

I'm developing a chat system for web, Android and iOS. Doing my research I've found differences on how GCM and APNS handle the Push Notifications. If I send a Push Notification to a Android Device...

1

Solved

Scenario I have an app that sends notifications to the users. I have recently changed my app name in Xcode (about every way you can change it, "Bundle Name", "Product Name", you 'name' it...) and...
Dartmouth asked 2/11, 2014 at 21:49

2

Solved

This is maybe a strange question but it is really confusing me. Why do we have to create a development and a production SSL certificate for push notifications in iOS? What is the difference between...
Spam asked 25/2, 2016 at 11:23

2

I am working on an iOS app, in which my client is asking for implementing GCM (Google Cloud Messaging) on iOS platform. I need to be sure if it can be done on iOS. As we use APNS for Push Notificat...
Protero asked 26/10, 2015 at 6:36

5

Can someone clarify what the APNs (Apple Push Notification) wants as far as how you query it? The docs say it starts sending as soon as the connection is made. Does this mean that I don't do an fr...
Excerpta asked 14/8, 2009 at 16:27

4

Is there any possibilities of setting push subject as the title in push notification? I'm getting app name as the subject and description is same as given in the push. I want to change the title o...

5

Solved

I can check if user granted notification (alert) permission or not before iOS8 like that: UIRemoteNotificationType types = [[UIApplication sharedApplication] enabledRemoteNotificationTypes]; if (t...

2

I've tried a number of things and can't seem to reset the badge count from notifications comings from cloudKit. Has anyone else ran into this problem. Here is what I've tried: 1) Set the badge cou...

3

Solved

I have two applications in one device. For iOS 7 both applications are sending different device tokens but for iOS 6 both apps are sending same device token. As per my understanding device token h...
Shirting asked 22/10, 2013 at 17:52

2

I am working on iPhone app named "INTERSTIZIO".In this I have implemented functionality like chat between users.In this user can send text,location and text with emojis symbol.If the app is not in ...
Candytuft asked 20/5, 2013 at 11:59

2

Solved

I am attempting to run the Ray Wenderlich tutorial found at Apple Push Notification Services in iOS 6 Tutorial: Part 1/2. I created an AppID and SSL certificate and keys and PEM files in a local ...
Outhaul asked 28/4, 2014 at 14:33

2

Solved

Since a few hours we have a strange issue in our iOS app: every push notification received on the home screen of iOS will trigger/show the same notification banner twice with a 2 sec delay be...
Herrenvolk asked 11/12, 2015 at 11:59

1

Solved

Is there a way to debug (breakpoints) my app via Xcode if it's not running already and was launched as a result of swiping a remote notification from the locked screen? Obviously I can't just add ...
Montgomery asked 3/2, 2016 at 10:43

4

Solved

Is it possible when your app is not running but the user is still able to receive a push notifcation when he's near a particular location. This will require checking of the user's current latitude ...
Tarrant asked 1/4, 2013 at 4:1

2

Solved

I notice that for apps like Google Hangout, Facebook etc. when I get a push notification for any event (people writing on my wall, etc.), if I view the event on my desktop, it will clear the push n...
Studding asked 14/1, 2014 at 21:17

3

My app is configured to support silent push (content-available), and also supports background fetch. Want I need to achieve is upon receiving a silent push, I need to send an ajax request to the se...
Maxima asked 16/8, 2015 at 2:37

2

Solved

So I have run into a very strange problem with Google Cloud Messaging. The problem I am having is that it is registering the devices successfully, and when a message is sent I get a success message...
Horta asked 21/9, 2015 at 8:45

2

Solved

I am receiving the duplicate Notification. for both Remote notification and Local notifications. I have used the following code [application registerUserNotificationSettings:[UIUserNotificationSe...
Dormer asked 24/11, 2015 at 9:29

1

I am reading about Apple push notification for iOS. While searching I found that Google also providing GCM service to iOS devices GCM for iOS. I am having below doubts- is there any difference in ...

4

I'm trying to create a certificate for Production iOS Push Services. Instead I get an Apple Push Services. How can I create a dedicated Apple Production iOS Push Services certificate? The top cert...
Basilbasilar asked 23/12, 2015 at 8:16

1

Solved

I was going through updated official APNS documentation and it clearly says, All developers should migrate their remote notification provider servers to the more capable and more efficient HTTP/...
Outwardbound asked 6/1, 2016 at 10:15

2

Solved

It's a late night. I just spent 10 hours in google/stackoverflow search and experiments. And seems I hate Apple Push Notifications. I'm totally frustrated and will appreciate any help. Thank you. ...
Saccharide asked 13/8, 2015 at 1:11

2

Solved

I'm new to .net and doing apn server side in C#. I'm using below code to push the messages to apple server. private void pushMessage() { int port = 2195; String deviceID = "4564c705 63b371aa 3...
Gracielagracile asked 28/1, 2013 at 8:47

5

Solved

How do iOS "push" notifications get delivered to a particular device without that device needing to poll a server? For example, let's say I have received a new message on Facebook. Facebook notifi...
Woodwaxen asked 23/6, 2013 at 15:53

© 2022 - 2024 — McMap. All rights reserved.