apple-push-notifications Questions
2
Solved
I'm trying to implement iOS push notifications. My PHP version stopped working and I haven't been able to get it working again. However, I have a node.js script that works perfectly, using Apple's ...
Concave asked 6/5, 2017 at 21:1
1
Solved
From Apple Doc example on https://developer.apple.com/documentation/usernotifications/registering_your_app_with_apns
UIApplication.shared.registerForRemoteNotifications() is called all the time w...
Aulos asked 17/6, 2019 at 9:52
2
iOS10 notifications allow us to add images as media-attachments to them.
Unfortunately, I haven't found any good way to control attachment's appearance inside the notification.
For example, I'm ad...
Humidity asked 22/8, 2016 at 18:59
4
Solved
For iOS applications that require push notifications, it must first request the user for permission to do so. After that, a device token is generated and with this, the remote server may communicat...
Suspect asked 1/7, 2013 at 4:34
8
Solved
I am building an app that is heavily relies on APN. Upon the very first start of my app, iOS asks if this app is allowed to use APN (as a result of registerForRemoteNotificationTypes: call). Howeve...
Luxuriant asked 5/2, 2014 at 8:22
3
Does anyone know where the vulnerabilities are in Apple's APN push notification services?
We can ensure that our notifications are sent securely to Apple, so we just need to know whether they can ...
Averroism asked 22/9, 2015 at 14:22
10
Solved
When building a public key using the OpenSSL::PKey::RSA module by passing it a .pem file, what is the cause for a response:
OpenSSL::PKey::RSAError: Neither PUB key nor PRIV key:: nested asn1 erro...
Nonfeasance asked 19/2, 2010 at 1:58
0
I have a notification service extension for my app for modifying my regular push notifications, which works fine. The didReceive method in the extension is overriding the didReceiveRemoteNotificati...
Rone asked 5/9, 2020 at 1:52
3
I'm sending push notifications from a Django app (using django-push-notifications) to an iOS app. The app targets iOS 13 and I'm running it on an iPhone 7 running iOS 13.3.1. I'm debugging in Xcode...
Sundew asked 31/1, 2020 at 16:26
3
Emoji appears as a unicode characters in push notifications. i-e : if we have text like "\ud83d\ude0a". This is the code of SMILE EMOJI which displays as unicode characters or some time i...
Klan asked 14/8, 2020 at 9:31
19
Solved
I followed this thread, but the method didRegisterForRemoteNotificationsWithDeviceToken is still not called :
the documentation says :
After you call the registerForRemoteNotifications method o...
Aikens asked 24/1, 2015 at 17:57
0
I have a Java Spring Boot web service and I am trying to send push notifications to an iOS device.
The problem I am facing is that the emoji text Which is directly pasted, like
String emoji = &quo...
Colorcast asked 14/8, 2020 at 12:15
8
Solved
I am currently testing an app in TestFlight and need a production APNs certificate in order to test Notifications in Firebase.
I have followed all of the steps in this video and successfully confi...
Charry asked 13/6, 2016 at 9:53
1
Solved
I'm trying to send notification to specific users on my cordova application using cordova-plugin-firebasex which is a fork of cordova-plugin-firebase with fixs and improvement.
I'd like to know wh...
Depraved asked 4/6, 2020 at 21:32
9
I have tested push notifications as a developer account and it worked, But when i tried to put it on TestFlight for the testers to test it, it didn't show a push notification but the data is correc...
Scilla asked 4/6, 2014 at 17:54
1
Solved
I always thought it was for push notifications but there is an option below for push notifications and lately, all apps are being rejected because they say we are using NFC which we are not using. ...
Magisterial asked 22/7, 2020 at 11:34
9
Solved
I was trying to unit test the apple push notification library when I got a global leak error trying to open up an APN connection.
Is that a configuration error on my part or an error in node-apn ...
Ozalid asked 2/12, 2011 at 17:36
3
I am developing an iOS app using Swift which has push notification feature. The app sends Birthday reminders notifications to the users via push notifications (APNS used here).
Currently, the push ...
Organo asked 12/4, 2019 at 7:2
1
I have a PHP script that quickly sends a bunch of requests to the Apple API (APNs). Sometimes 10k requests are sent totally fine (just for the record, it takes ~30sec). However, when the API return...
Official asked 19/3, 2020 at 14:32
1
Solved
I using *.p8 APNs Auth Keys instead of *.p12 certificates for push notification of my apps.
And, push notifications were working well.
However, a third party SDK which I needed and related to pus...
Intolerable asked 17/10, 2019 at 3:23
0
Would anyone be why i get this error when i try to send a notification to a Iphone Physical device ??
Error sending message { Error: Requested entity was not found.
at FirebaseMessagingError.Fireb...
Antibiosis asked 19/6, 2020 at 18:49
0
So, i'm developing a IOS VOIP app, and find out that i need to use a Push notification server to make my app work on background to receive incoming calls and etc.
I searched and dont find anything ...
Parasitism asked 16/6, 2020 at 19:56
3
Solved
In iOS 7, when a user swipes one of my notifications from the lockscreen and is taken to my app, the notification sound keeps playing (unlike iOS 6). Is there any way to programmatically stop that ...
Gonidium asked 1/10, 2013 at 20:3
3
While configuring certificate for Push Notification on my ios build of cordova project using OneSignal, the certificate is getting rejected every time I'm trying to configure it.
I've followed step...
Gobbledygook asked 2/9, 2017 at 10:36
1
When attempting to implement Firebase Cloud Messaging into my application, I am receiving the following error at runtime:
I am receiving an FCM token, so it appears to be establishing a connecti...
Simpleton asked 27/5, 2020 at 20:20
© 2022 - 2024 — McMap. All rights reserved.