The Apple Push Notification Service is a service created by Apple Inc. that was launched together with iOS 3.0.APNS is used together with Mac OS X Lion Server to push update notifications to clients that have registered to receive updates via a configuration profile and are also using the server's ...
0
votes
1answer
26 views
Remove Tapped Notification from Notification Center
It could be a possible duplicate link of.
Remove single remote notification from Notification Center
According to this post we can't delete single notification from notification center(NC).
For ...
1
vote
1answer
20 views
Worklight: Which APNS library worklight is using
I want to know which APNS library has been used in Worklight? and can we extend it ? or customize it as per our own needs?
Thanks
-1
votes
0answers
11 views
The credentials supplied to the package were not recognized APN
Edit for those who might say that "This question asked before " : I know there is a lot of different questions ask before like this one here. But beleive me ive read all of them and i still couldn't ...
0
votes
0answers
48 views
+50
Push Notification Receiving Issues with Parse
I am trying to send push notifications via
PFPush *push = [PFPush push];
[push setQuery:pushQuery];
[push setPushToIOS:YES];
[push setData:data];
[push sendPushInBackgroundWithBlock:^(BOOL succeeded, ...
0
votes
0answers
5 views
Stackmob push notification logs?
I am sending push notification through stackmob . It first gives log as
"Pushed to [2384740BD0B06EAA8635B33CF58B6E2693E8EAC41B6E7F085DE4DA6955D47098]"
then after certain time it says
"No push ...
0
votes
0answers
5 views
Stackmob console logs definition?
I am getting below log errors on stackmob console but dont know what is wrong happening ?
WARN Push Service
No push tokens found while pushing to 1 tokens with payload {"alert":"New alert(s) ...
0
votes
1answer
32 views
Postpone Apple push notification approval from startup
Is it possible to postpone the first time app startup request, about allowing apple push notifications: "X would like to send you push notifications" ("Don't Allow / OK")
I seems to remember having ...
0
votes
1answer
35 views
IBM Worklight: iOS Push Notification Length Limit
From Apple specification, the maximum payload of push notification message is 256 bytes.
Normally, the minimum payload should be
{"aps":{"alert":""}} which have taken 20 bytes. So, the maximum number ...
1
vote
2answers
36 views
Worklight: Push Notification message length & formatting - limitations
I am facing below issues when sending Push notifications through Worklight.
Push Message length is very much limited - around 65 characters
payload message when received on device has removed all ...
-3
votes
0answers
32 views
My application got rejected while uploading it [closed]
This is the information they have provided:
Your app appears to include API used to register with the Apple Push Notification service, but the app signature's entitlements do not include the ...
1
vote
1answer
46 views
iOS 6 send passes via push
It is possible to send passes via Apple Push Notifications directly? I know about the update function of passes via push. But I need to send the whole pass from a server after the user orders the ...
-1
votes
1answer
22 views
How to access to the active notification list
Does anyone know how to check the list of unread notifications in the iPhone IOS? I think that there must exist a list with them. What is the library or framework that allow us to check the list?
0
votes
1answer
49 views
Sending msg to iOS app from server manually
I'm kind of starting programmer and on Objective-C. So I want to make an app for iOS that receives messages from a server. These messages are inputed manually, and send to all iOS connected to the ...
1
vote
1answer
42 views
Questions about iOS Push
I'm wondering two questions about iOS Push notifications :
I'm managing in-house apps that I send to lot of people. Is it possible to enable push notifications without a fixed app id ? Actually, I ...
0
votes
0answers
7 views
itunes push notification in build sounds
Is there a inbuilt sound file list which I can use for sending push notification ?
One example is ping.aiff
Is there any documentation about these inbuilt sound files ? Which I can use for sending ...