apple-push-notifications
apple apns server max can take how many request in 10 minute?
my application send out 10k of request to APNS server in ~10 mins and non of them reach my clients. any idea ? is there a max cap?[详细]
2023-03-24 22:39 分类:问答How can I know if my apps come from background or are already in foreground
I want to handle APNs differently whether my application come from background or is already in the foreground. Do you know what methods could help 开发者_开发知识库me ?These are the messages that hand[详细]
2023-03-24 20:17 分类:问答Need help to create an identity from APNS' der certificate
I am trying to implement my own ApplePushNotification provider (deamon) in objC for Mac OS X 10.6 environment. As a basis I took PushMeBaby code, but I have to make some modification on order to use i[详细]
2023-03-24 07:38 分类:问答Apple Push Notification, PKCS12 in java-apns
I try to send a push notification from a java application to an iphone. there is the source code : PayLoad payLoad = new PayLoad();[详细]
2023-03-23 17:58 分类:问答How can I install Entrust's Apple Root Certificate onto Linux (Fedora 14) platform? [closed]
Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow.[详细]
2023-03-23 16:51 分类:问答ApnsPHP on Linux
I am setting up a push server on Linux. I made it working on Mac OS X easily as the KeyChain helped me a lot.[详细]
2023-03-23 13:52 分类:问答Apple Feedback Service (APNS) is slow
I have coded Push Notifications (APNS, Apple Push Notification Service) for an iPhone App with PHP. Everything is working fine while no app is deleted from a device. I use the Feedback Service from Ap[详细]
2023-03-23 07:12 分类:问答Apple push notification service, when device is off line
My push notification service in sandbox development phase works well when开发者_如何学Go the device is online. It keeps getting push messages.[详细]
2023-03-22 23:57 分类:问答How often does APNS try to push message to devices?
If the target device is offline, How often 开发者_如何学Cdoes APNS try to forward the message to device? Is it when just after the device gets online? How does it happen?You\'re not going to get a st[详细]
2023-03-22 23:18 分类:问答Javapns issue - stuck on pushManager.sendNotification( client, aPayload ); function
Everytime I try to send a notification Get the following error: Connection initialized... Attempt failed... trying again[详细]
2023-03-22 17:39 分类:问答