apple-push-notifications Questions
2
Solved
How does whatsapp receive multiple notification when APNS stores only one in case device is offline?
According to the official Apple documentation, APNS (Apple Push Notification Service) stores only the last notification if the device is offline.
Apple Push Notification Service includes a defau...
Nihil asked 21/8, 2015 at 11:2
8
i try to make a push-notification server.
I get connection to ssl://gateway.sandbox.push.apple.com:2195 with telnet.
telnet gateway.sandbox.push.apple.com 2195
Trying 17.172.232.229...
Connected t...
Driving asked 16/6, 2011 at 13:2
1
I understand that it is possible to set the badge counter when publishing to individual devices, but is it possible to set a device independent counter when publishing to ALL devices subscribed to ...
Doornail asked 10/8, 2015 at 5:26
1
Solved
Apple sends the following email when submitting iOS app:
Missing Push Notification Entitlement - Your app appears to include API used to register with the Apple Push Notification service, but the ...
Edroi asked 20/8, 2015 at 20:13
1
Solved
In our app, we want to download a small amount of data in response to a push notification. So far, push notifications are working smoothly, launching the app in the background and causing didReceiv...
Unveil asked 16/8, 2015 at 3:52
2
I'm a PHP Developer by profession. So, I don't have much knowledge about mobile apps, iOS, Android, etc. such like things. So, please try to understand me.
I've an app developed using iOS by the r...
Damascus asked 4/6, 2015 at 3:0
1
WatchKit allows us to simulate notifications with an .apns file.
How can I do the same thing in an iOS app? (Preferably in the simulator.)
The reason I ask is that I want to have the debugger act...
Triggerhappy asked 6/8, 2015 at 19:56
1
I'm trying to develop a small enterprise tool that has push notifications. I have notifications arriving via the development certificate and development provisioning and certs, however, not in rele...
Swayne asked 14/7, 2015 at 3:40
1
I am trying to send APN from C# using SslStream.AuthenticateAsClient method by passing server IP, SslProtocols.Tls and X509Certificate2Collection. But I am getting an error message:
Authenticati...
Kennithkennon asked 10/7, 2015 at 7:29
10
Solved
Recently my application got rejected while uploading it. The Apple review team says my app is "Missing Push Notification Entitlements"
This is the information they have provided:
Missing Push ...
Led asked 19/4, 2011 at 15:55
2
Solved
I am using CloudKit to store user data and want to get push notifications when the records are changed or new records are created. But it does not work...
I register for the subscriptions like thi...
Hyperostosis asked 12/7, 2015 at 16:29
2
I notice that Parse Unity support still doesn't provide push notification for iOS.
Has anyone implemented a Unity plugin or another solution to support iOS Push Notifications via Parse?
(Cross ...
Hellenhellene asked 11/8, 2014 at 7:17
2
Solved
I downloaded the PushyMac sample application from Apple website but cannot figure out why I couldn't register for push notification upon application startup. Here's the error I get
2013-02-27 19:5...
Conqueror asked 28/2, 2013 at 3:59
4
Update Question :
The requirement is; as soon as I receive silent notification, I want to run a web service and show the one liner in the notification bar. It has to work if the app is killed als...
Cedric asked 8/4, 2014 at 12:50
2
Solved
I'm using apn for sending push notification from node.js App to Apple.
My code:
// send to development****
var dev_cert_path = path.join(__dirname, '..', 'cert.pem');
var dev_key_path = path.j...
Illfated asked 21/5, 2014 at 13:38
2
Solved
I am observing a keychain error in the device console thrown by SecItemCopyMatching when acting on an iOS 8 push notification on a locked phone. The detailed repro steps are as follows:
Uninstall...
Coastward asked 3/7, 2015 at 3:3
2
Solved
I am listneing to actions pressed for my local notifications, but is there a way to determine when the user dismisses a notification?
Here is how I'm listening to my actions in my AppDelegate, but...
Verism asked 10/5, 2015 at 16:2
1
I am currently facing a problem with push notifications in iOS.
My app receives silent push notifications containing an identifier. This identifier is then used to fetch data from a remote server ...
Gaul asked 27/4, 2015 at 22:56
2
Solved
I have implemented my didReceiveRemoteNotification method. It works and displays a view controller with the notification data which is passed through. This only works when the app was already in th...
Invalidate asked 19/2, 2013 at 22:15
3
Solved
I need to add some arguments to a json payload for APNS service. How can i do this?
this is the documentation of apple: http://developer.apple.com/library/ios/#documentation/NetworkingInternet/Conc...
Keyser asked 10/5, 2011 at 18:50
0
I create a subscription for create and update. Creation always works perfect and I get push notifications from other devices. Update goes to iCloud, you can see them there, but push notifications a...
Hager asked 3/7, 2015 at 6:10
1
EDIT:
Retested today 27.08.2015 and it works again, Apple has fixed it.
I have an application in development mode. The application uses CKSubscription to get notified on changes on the server, con...
Semaphore asked 29/6, 2015 at 5:44
2
Here's the code I'm using
<?php
$deviceToken = 'my device key'; // not putting in for security
$payload['aps'] = array('alert' => 'This is the alert text', 'badge' => 1, 'sound' => 'de...
Jezabelle asked 14/12, 2009 at 0:6
3
Solved
I have a quick question. I have been testing Development Push Notification Certificate for my iPhone App and its been working fine. I just want to know that is it possible to test Production Certif...
Semipostal asked 20/6, 2011 at 14:56
1
I need to install the certificate I've downloaded from apple dev portal in order to test the push notification on my Windows server. I searched online a solution but everyone says different things ...
Melmon asked 20/4, 2015 at 9:41
© 2022 - 2024 — McMap. All rights reserved.