apple-push-notifications
Warning on pack() in the push notifications script
I\'m writing my push notifications script in PHP. the $deviceToken is correct, but I\'ve a warning in this line:[详细]
2023-04-04 19:32 分类:问答Can I detect if a user erases device via APNS Feedback?
I have an application that uses the APNS Feedback Service to detect when a user has uninstalled my iOS application.[详细]
2023-04-03 15:09 分类:问答java-apns with http proxy problem
my project used java-apns to send notification to iPhone. before that, i have to go through a http proxy. so i add proxy feature like this:[详细]
2023-04-02 11:05 分类:问答APNS issue using APNS Sharp - first few notifications undelivered
Here is an issue that is giving me a real headache. We are developing a cross platform application where we need Push Notifications. We have a server syncing every app, and in case the app is not runn[详细]
2023-03-31 20:33 分类:问答Notnoop/ java-apns push
I have a problem with the notnoop/java-apns. It refuses to send a push notification form the java server i have and i get the following error/exception:[详细]
2023-03-31 17:19 分类:问答How to Deploy Apple Push Notification Certificate to Customer Site
Question: How can I securely include the SSL cert required for push notifications in the installer for my server product?[详细]
2023-03-30 04:49 分类:问答Do APNS push notifications work after removing an app from the App store?
I am in the process from transitioning an iOS app from one developer account to another. The original app uses APNS push notifications extensively, and wouldn\'t be very useful were they to stop.[详细]
2023-03-29 13:50 分类:问答Push Notify iPhone
I use this code to push: push("xxxx", 3); function push($deviceToken, $badge) { $message = "C\'è il vento ideale!!";[详细]
2023-03-29 12:41 分类:问答Apple Push Notification service PHP cpu usage too high. how can I Improve performance?
My ta开发者_如何学运维sk is sending push notification to multiple users which is working fine with following function[详细]
2023-03-29 12:00 分类:问答How did PUSH / APNS works?
I read a few tutorials / howtos about Apples Push Notifications, but 开发者_开发技巧there are a lot of information out there, so I wanna know if I understand everything correct.[详细]
2023-03-29 05:34 分类:问答