Apple Push Notification Service (APNS for short) is the centerpiece of iOS's push notifications feature. It is Apple's service for propagating information to devices (such as iPhone, iPad, and iPod touch devices) and computers (such as Macintosh computers running OS X 10.7 or later).
0
votes
0answers
7 views
APNS push not working, and not 'failing', after moving to EC2 instance
So, I moved my application to an EC2 instance, and Apple Push Notification Service stopped working. I'm using the same certificate, same script, same everything.
I've opened port 2195 in the ...
1
vote
0answers
21 views
iphone push didn't receive (Window Server/IIS/PHP)
First of all, it is not a problem about certification or dev/distribution.
I used distribution certification, and server url -> gateway.push.apple.com:2195
I tested in my local server(apache2), and ...
1
vote
2answers
22 views
iOS - Push Notifications not sent for production
I have push notifications working perfectly for my app using the development aps-environment. However they do not work for the production environment. As far as I an aware, all my certificates and ...
0
votes
0answers
19 views
APNS mis-triggering the push notifications to some devices
I'm encountered a strange issue now..
The problem is that even though the central server which in charge of pushing notifications to APNS using APNS-PHP (Open source push sending management built on ...
0
votes
0answers
13 views
can not send ios Notification using easyAPNS with no error messages
I am trying to use easyAPNS to send push notification.
I am fine with registor devices and making messages.
When I try fetch to message, there is no error messages but nothing changes.
The ...
0
votes
1answer
36 views
Is there an Android GCM equivalent to the iOS Push Notification Feedback Service?
Our webapp sends push notification requests to iOS and Android devices.
For iOS, the Apple Push Notification Service has a feedback service so you can detect which devices have uninstalled your app ...
0
votes
1answer
18 views
Service Web with APNS serving two apps = two certificates?
I'm developing a iOS app. This app has two targets (free version and premium version). Then I want to send push notifications throw my Service Web.
So, Do I need two certificates? Because my app ...
0
votes
0answers
15 views
How to fix java apns provider error?
Every one! I have some errors. I'm going to implement Apple Push Notification by using java apns provider. I got follow error.
HTTP Status 500 - An exception occurred processing JSP page ...
0
votes
1answer
15 views
How does APN figures out the location of device to which a Push Notification is to be sent
I know that APN has a device token on the basis of which it identifies the device to which a notification is to be pushed.
I want know, how exactly it is able to deliver the notification using this ...
1
vote
2answers
58 views
Send Apple Notification Service A Message With Python
I am following the documentation given with the following pyAPNS library:
https://github.com/djacobs/PyAPNs
apns = APNs(use_sandbox=True, cert_file='ThePushCertificate.pem', ...
0
votes
1answer
43 views
How to clear badge number while preserving notification center
I use [[UIApplication sharedApplication] setApplicationIconBadgeNumber:0] to clear badge number. It works fine but remote notifications are removed at the same time.
There are many other questions to ...
1
vote
1answer
34 views
How to ask customer to apply for APNS push certification (no MDM capability)
I followed instruction to generate a development APNS certificate and I am able to send the push notification successfully to my iPhone. Our application would be deployed on premise in customer ...
1
vote
0answers
56 views
APNS PushSharp Not working in Production
I am using APNS Sharp for sending push notification in IOS. I have successfully used that in development environment. But when app is live it no longer working. I have changed the push certificate to ...
2
votes
3answers
60 views
If I use Apple Push Notification service for instant messaging will apple block my account?
I want to create an iOS chatting app using APNS. If I have 10,000 active and they are continuing chatting, will apple block my developer account ? Is there any limitation regarding this?
0
votes
0answers
20 views
access APNS notifications in UIAutomation testing iOS
I am working on UIAutomation testing for my iPad app. There are APNS notifications received when one user shares files with other user. I need to look at what notifications are there and then tap on ...
0
votes
0answers
20 views
Node-apn Feedback trouble
I'm using node-apn 1.3.3, i can push notification but feedback service doesn`t works. Can someone help me?
Thit is my code
app.get('/clean/:id.:format?', function(req, res) {
App.findOne({ _id: ...
0
votes
1answer
57 views
Apple Push Notification Gateway Connection, Notification not received
I am sending notifications many a time from my iOS application. For this i have used APNS-PHP library for sending it from server to Apple Push Notification Gateway.
Here is the code.
public ...
0
votes
1answer
34 views
APN Feedback service does not send tokens
I implemented a node.js script that queries the APN Feedback service to retrieve the list of invalid tokens. Unfortunately, I did not manage to get any invalid token. I followed these steps:
Install ...
0
votes
0answers
55 views
using notnoop / java-apns to send message: message is Sent … but I'm getting some error
using notnoop / java-apns https://github.com/notnoop/java-apns I'm using this code to send message:
try {
ApnsService service = APNS
.newService()
.withCert("myCertificates.p12",
...
0
votes
2answers
46 views
Push Notification Provisioning Profile
I've just added push notifications to my app and have tested it just fine with a development SSL. I have gotten a production SSL. My question is, do I need to do anything with my provisioning profile, ...
0
votes
2answers
73 views
push notification configuration helios
I am trying to use Helios to send push notifications to my app. The project does not offer any description on where and how to place the .pem file(apns certificate used for push notification). I was ...
1
vote
1answer
48 views
EasyAPNS not registering device to database for app thats now in production
I'm using easyapns to handle the Push Notifications for my app. Devices registered fine to the database while in development mode. When the app was run on the iphone, the iphone's details like ...
0
votes
1answer
52 views
Sending other data through Pyapns (iOS push notifcations) with Django
Is it possible to data other data through pyapns? For example, say I have a post model. Each post has a post_id. I would like to send the post_id with the push notification. The user who receives the ...
-1
votes
1answer
36 views
Moon APNs SocketException
I have tried for some days to solve this. Searched everything that has something to do with MoonAPNs, but my specific Error none of you have had.
As Title says I am using Moon APNs to send Push ...
0
votes
2answers
63 views
Ejabbered and Push Notification
I have integrate chat system in my ios and android app using XMPP. I have used ejabberd 2 in the serverside.Chating sytem works fine.I want to integrate push notification in my chating using APNS and ...
2
votes
1answer
62 views
PyAPNS not delivering push messages to iOS devices in production environment
since yesterday (2013-04-23) we have experienced problems to delivery notifications via APNS' production gateway, despite development works fine.
I haven't made changes in the code that sends the ...
0
votes
0answers
19 views
Adobe air APNs remoteNotificationEvent does not act
I use the notice of push using apns using Air 3.6 with RemoteNotificaitonEvent.
Although event listening is carried out by TOKEN, NOTIFICATION, and STATUS, and event flies to no listeners.
Would you ...
1
vote
1answer
49 views
Using the same server SSL certificate for multiple purposes
We have a backend server that services a multi-platform app that will be launched on iOS, Windows 8, Windows Phone 8 and Android. We'd like to use in production as few certificates as possible ...
0
votes
1answer
61 views
Does node-apn provide persistent connection?
I've some question about node-apn. I have three iOS apps which want to send push notifications.
I created 3 connections using apn.Connection, is this connection persistent? Should I create a ...
0
votes
0answers
191 views
Send Push Notifications Through Proxy (APNs and GCM)
I have built both ios and android apps which will receive push notifications. The problems are NOT from device side but from server side.
Because our company's internal server must connect to ...
0
votes
1answer
40 views
iOS, APNS, Push Notification, DeviceToken,iPhone
We are registerting our iOS application for APNS. After that APNS provide a deviceToken. Is there any process to get the iOS device registration URL on APNS.
0
votes
2answers
170 views
Get device token if user refuse Push notification ios
I have set Push notification into my new app. I have heard it is not a good way to do but I get the device token using:
- (void)application:(UIApplication *)application
...
0
votes
0answers
106 views
Citrix Receiver, XenApp/XenMobile, Zenprise, .ipa provisioning, and deploying an Ad Hoc .ipa into a Citrix environment
I'm working with a client that is asking for an .ipa file that they want to deploy using Citrix NetScaler. Is this similar to what TestFlight is doing? Is Citrix overriding the provisioning profile ...
0
votes
2answers
137 views
Apple apns push notification i iOS 6
i'm trying to set push notifications for my new app and i have heard that in ios 6 device token changes each time the app is launched !
Is it true ?
Can someone tell me what i've changed to Apns ...
2
votes
2answers
197 views
Push Notifications stopped working after move to Amazon ec2 server
I've been testing my iPad app with ad-hoc distributions.
On our server (running Windows Server 2008) APNS alerts come through fine.
On the ec2 (also running Windows Server 2008) they never arrive.
...
0
votes
1answer
88 views
ApnsPHP - Getting error while sending Push Notification
I integrated Push Notification library for sending out Push Notifications. When i tested it on my local machine it worked fine but when i uploaded library sample code to live server it throws me ...
1
vote
1answer
59 views
Linux APNS server which cert should I create?
I am going to use a linux server to push notification.
So,
Is the following correct?
Generate a CSR of the linux server
Upload the file to Apple to generate a cert
Change this cer to pem and then ...
2
votes
2answers
514 views
Unable to connect to 'ssl://gateway.sandbox.push.apple.com:2195'
I sucessfully run the APNS code in my macbook air, but it turns out that I can not run it in my other computer:
I checked that these are the same:
1. .pem file ( to be specific )
2. Program
The ...
0
votes
1answer
79 views
generate push notification ssl certificate and provision using new apple panel for development?
using this link i try to make push notification apps .
but, this used old apple panel for generate ssl and provision certificate.
any one generate ssl and provision using new apple panel?
below ...
0
votes
1answer
36 views
Push Notifications without a frontend?
I have this app which reads a third party (not mine in any way) JSON file from the internet. When a value goes above a certain value in the JSON file I want a Push notification to show up. Would I ...
0
votes
1answer
37 views
iOS development/production push certificates: when and how?
The documentation is very obscure about this so I couldn't find a real answer to these questions:
In which exact cases should I use development certificate instead of production to send push ...
0
votes
1answer
67 views
APNs Dev and Prod Certificate issue
So, I've done a zillion ios apps with push notifications and I've never run into this:
In the past, when I download the APNS cert (development or production), it showed up in my keychain as:
Apple ...
0
votes
2answers
85 views
How often I have to send a device token to the server if I want to implement push notifications?
I want to use Apple push notifications service in my application.I read several tutorials but nevertheless I didn't understand some things.It is said that I need to send periodically a device token to ...
0
votes
1answer
73 views
Send Push Notification to multiple tokens with PHP (iOS)
I've a database with all the devicetokens. I proceed to pick up the tokens from the database, but my script doens't work then anymore (the pushes don't send).
This is my script:
<?PHP
$db_user ...
2
votes
1answer
41 views
APNs Certificates look different in login keychain
I'm working on generating some replacement APNs server certificates and I'm concerned because when I drag them into the keychain login they look different. Before the certificates looked like:
Apple ...
0
votes
0answers
45 views
How a pass update automatically by APNs
Now I can send pushToken to APNs and my web service also works. But when I add a new updated pass, the pass doesn't update automatically, so how a push notification works ? how to make it push ...
0
votes
1answer
124 views
Worklight Push exception: SocketException: Connection closed by remote host
I did all steps of Push and now when calling Push its giving following exception.
I am calling IBM's sample Push code. I can see in the DB that device ID, Token, user ID are there as user has ...
-1
votes
1answer
58 views
Which gem is good for APNS persistent connection for ruby on rails?
Write now i am using apn_on_rails gem, which is not make persistent connection to APN Servers.
So i want to use gem which will make persistent connection to APN Servers and also will take low memory ...
0
votes
2answers
67 views
What's the use of ApnsService.start in notnoop java-apns? I can push msg with push method without start()
sv = APNS.newService()
.withCert("./dev.p12", "pwd")
.withSandboxDestination()
.build();
I just use sv.push(token, payload) without ...
0
votes
0answers
55 views
how to send apns notification with a picture in it
how to send apns notification with a picture in it as fellow:
should I put the image file name in the customer field or anything else?



