My biggest request is that Superblock LLC would add a third type of alert level 3? It would also be great if the repeat frequency of the level 2 and 3 alerts could be configured.
Well some of the software I use has companion apps that allow me to be a notification to get notifications via push messages, I was looking for a bit more flexibility and customization. I was able to quickly migrate some of my alerts by using the custom email address they give you. I have my home automation system pushing these notifications and my phone gets every one of them and almost instantly.
The Watch only gets some of them and often delayed. I use many other apps with watch notifications without issue so it is not a communication or settings problem. My watch gets the automation app notifications also at the same second, the pushover notification comes sometimes at the same time, sometimes a few seconds later and sometimes never. This app is literally the only one that I have the problem with. I have reinstalled both the phone and watch app and tried all combinations of Bluetooth, WiFi and Cellular connections with the watch and the phone The following data may be collected and linked to your identity:.
Privacy practices may vary, for example, based on the features you use or your age. Learn More. I have never received a notification when I redownload an app and I have done it quite a few times. However - as you both know - you are doing this not in the way it is intended to work. More Less. Communities Get Support. Sign in Sign in Sign in corporate. Browse Search. Ask a question. User profile for user: lucky lucky Hey guys! Reply I have this question too I have this question too Me too Me too.
Helpful answers Drop Down menu. View answer in context. So instead you need to poll for this info. Every day you might need to hit Apple Notification servers asking it to give you device Ids who have deleted your app.
Once you get them you mark them in your DB as deleted thereby not sending any more notifications. Hope this is what you wanted. From Apple Documentation -. Apple Push Notification Service includes a feedback service that APNs continually updates with a per-application list of devices for which there were failed-delivery attempts. The devices are identified by device tokens encoded in binary format. Providers should periodically query the feedback service to get the list of device tokens for their applications, each of which is identified by its topic.
Access to the feedback service takes place through a binary interface similar to that used for sending push notifications. You access the production feedback service via feedback.
As with the binary interface for push notifications, you must use TLS or SSL to establish a secured communications channel. The SSL certificate required for these connections is the same one that is provisioned for sending notifications.
To establish a trusted provider identity, you should present this certificate to APNs at connection time using peer-to-peer authentication. Be sure to checkout - Issues with Feedback Service. Having not seen this answer so far, there is a small note in the Apple "Troubleshooting Push Notifications" document.
In short, if you delete the last push enabled app, the persistent connection from the device to Apples push server is broken before the server is told that the app has been deleted.
Solution: keep at least one push enabled app on your device. Issues with Using the Feedback Service If you remove your app from your device or computer and then send a push notification to it, you would expect to have the device token rejected, and the invalidated device token should appear on the feedback service.
However, if this was the last push-enabled app on the device or computer, it will not show up in the feedback service. This is because deleting the last app tears down the persistent connection to the push service before the notice of the deletion can be sent. You can work around this by leaving at least one push-enabled app on the device or computer in order to keep the persistent connection up.
To keep the persistent connection to the production environment up, just install any free push-enabled app from the App Store and you should then be able to delete your app and see it appear in the feedback service. Recall that each push environment has its own persistent connection. So to keep the persistent connection to the sandbox environment up, install another development push-enabled app.
0コメント