apple-push-notifications Questions

3

I'm struggling with adding an image to my Push Notification in iOS 10. I have added a Notification Service Extension, and have used the following code: override func didReceive(_ request: UNNoti...

4

Solved

The Gmail app for iOS is able to receive push notifications while the app is not running (as most email apps do). However, it is also able to clear all Gmail push notifications from the device whe...

1

While testing the delivery of silent notifications (one which has "content-available": 1 in the payload) to my app I noticed that, after device is rebooted notifications are not delivered. Sending ...
Europium asked 23/10, 2019 at 14:42

2

It seems everyone uses PushSharp for sending push notifications to iOS devices from C#. But that library has a queue it uses instead of sending the notification directly, which then means you need ...
Feuilleton asked 31/1, 2014 at 5:20

2

Solved

I am working on Android app (API level >23). And I have to support Notification. And my notification icon is supported more than two colors. If I use that icon then icon displays in grey in notifi...

2

User install the app and tapped "Don't allow" and denied push notifications. And when the app is active, user go to system settings and grant push notification and then go back to the application. ...
Pointblank asked 11/10, 2019 at 9:11

1

It is not clear to me whether we need to request push notification permissions in the provisioning profile, if we are only sending local notifications. I received the warning email when doing a tes...

4

In the PushKit it is mentioned we can use regular push or VoIP push. But I did not find any documentation for what PKPushType to use for regular push. Did anybody try the regular push using the Pus...

8

Solved

I'm having trouble with using APNS with PHP and getting the following message: stream_socket_client(): Failed to enable crypto The problem only happens sometimes, and other times it would actual...
Tawnatawney asked 11/3, 2015 at 19:3

4

Solved

i like to show the push notification count like this ,i have searched about it but can't get the right solution.

2

I am successfully able to send APNs to apple devices. I have coded up my app in react native. When someone clicks on the notification, I want to redirect them to a deep link I have configured my ap...
Enroot asked 2/9, 2019 at 20:34

0

iOS 13 changes: Change 1: In iOS 13 Beta 6, a silent remote notification (AKA Background Notification) with priority 10 is no longer handled by the OS and dropped. This was documented in the past ...
Secessionist asked 10/9, 2019 at 13:16

1

We use Amazon SNS to send push notifications to our users. We recently renewed the certificates but for some reason we nog get the following error: <?xml version="1.0" encoding="UTF-8"?> &lt...
Davidson asked 23/10, 2017 at 11:36

7

Solved

I am triggering a background fetch by using the content-available flag on a push notification. I have the fetch and remote-notification UIBackgroundModes enabled. Here is the implementation I am u...
Monophthong asked 28/9, 2013 at 15:53

3

Solved

I'm trying to send a push notification to APNs using Erlang. This is the code I came up with so far: -module(apnstest2). -export([connect/0]). connect() -> application:start(ssl), ssl:seed("...
Kathikathiawar asked 18/11, 2009 at 16:17

4

Solved

Apple recently added a new authentication method to APNS ( Apple Push Notification Authentication Key (Sandbox & Production)). The downloaded key is a .p8 file with a private key: $ cat APN...
Nigrify asked 9/10, 2016 at 12:36

1

Solved

I use my own server, use FCM to push notifications to the ios device, push notifications are successful, I also use the Realm database system to help me store the fcm push notifications, but the st...

6

Solved

I'm using FCM server for remote notifications, it worked perfectly with sending and receiving notifications. My problem is when the device is in the background, this function func application(_ ap...

3

I've added a custom sound to my app but it doesn't get played when a push arrives. I've no idea why not, I can't see anything different from what I have done and there are so few steps involved. 1...
Denigrate asked 24/2, 2015 at 5:34

3

Solved

We were able to get an response with Status as Idle after send the first payload as mdm:. Now we want to send a simple device lock payload. we followed the exact same process to send the payload bu...
Confession asked 2/3, 2012 at 13:50

1

Solved

Trying to get Apple push notifications to work with my Spring Boot project. I'm using this apns-http2 for sending push notification. From their GitGub page: Note: Ensure that you have Jetty's A...
Heriot asked 20/4, 2019 at 8:24

2

I have an interest in APNS and GCM push notifications for SIP VoIP on iOS and Android, respectively. It would appear that Linphone may support GCM, according to the "Receive data from Internet" pe...
Magnetoelectricity asked 25/1, 2014 at 21:10

1

While there is a similarity to another question here: iOS 10 don't call Notification Service Extension I wish to provide a more concrete issue with concrete misbehavior. Consider the following...

0

I'm sometimes receiving 401's from our firebase project's http v1 endpoint. The error message I'm receiving is: "error": { "code": 401, "message": "Auth error from APNS or Web Push Service", ...

3

Solved

I have created the app id with APNS enabled and I configured both development and production certificate Now when I create entitlements it is always displaying development even If I change the Pro...
Lough asked 17/2, 2017 at 7:54

© 2022 - 2024 — McMap. All rights reserved.