apple-push-notifications Questions
0
When i run the app build is successful and when the app is installed on the ios simulator it shows white screen.
Using
NVM for node
node 16.14.2
xcode 14.2
macbook rpo 2017
firebase firestore,push ...
Hydria asked 19/2, 2023 at 18:19
7
When an iOS app attempts to register for push notifications for the first time, the system pops up a permissions dialog asking the user for permission to receive push notifications. Is it possible ...
Thimbleful asked 9/6, 2012 at 18:56
3
I have an ios app where i send push using apns. I need to handle push message and if it is correct show the message. How can i realize it in swift?
This is my code:
func application(application: U...
Cognizant asked 8/7, 2016 at 11:23
5
Solved
I was forwarded a p12 file from a client with the push cert.
Can I change the password of this p12 file without any ramifications and if yes, can I use something like this:
openssl pkcs12 -in Ce...
Island asked 30/4, 2015 at 15:29
0
I'm running an iOS one-time password (OTP) application, and a corresponding MacOS companion app. In the iOS application, users are able to tap on one-time passwords, resulting in the iOS applicatio...
Commodious asked 20/12, 2022 at 20:25
3
Solved
I'm trying to send push notifications to iOS devices, using token-based authentication.
As required, I generated an APNs Auth Key in Apple's Dev Portal, and downloaded it (it's a file with p8 exte...
Summerville asked 28/2, 2017 at 16:44
10
Solved
I'm building a set of Notification Extensions (Service/Content).
I'm unable to connect to Xcode debugger or even log out to the device log or console.
Is there any way to see any kind of output?
Heartland asked 1/7, 2016 at 8:2
14
I have created certificate to enable Push Services in my app, but every time I try to add certificate in my Keychain, after adding certificate it shows me following error:
This certificate has an ...
Hedley asked 14/2, 2016 at 9:5
7
Solved
Am trying to implement a Java program which sends an Apple Push Notification to an iPhone client app... Found the following library: Java APNs
Provider code:
Created the following code (from Java...
Creuse asked 31/8, 2009 at 4:48
4
I am having an issue with Flutter and IOS in regards to Push notifications.
My setup and things that work:
1) I installed the firebase_messaging: ^5.1.6 package with no errors / followed all thei...
Papillary asked 9/10, 2019 at 8:53
2
Solved
I'm looking into push notifications for an app I'm creating. I've heard lots about UrbanAirship but I can't seem to find a definitive reason why I should use it? As far as I understand it UA is a m...
Pokorny asked 30/6, 2011 at 22:28
9
Solved
I am using this code to get the Notification Center Device token.
It was working in Swift 3 but not working in Swift 4. What changed?
if #available(iOS 10.0, *) {
let center = UNUserNotification...
Soriano asked 20/11, 2017 at 6:31
3
Solved
What if app bundle does not contain a key for the "loc-key" received in push notification?
According to apple documentation, notification payload can carry "loc-key" key which identifies localization string key in app bundle. What will happen if there will be no such key in app's bundle ...
Autecology asked 17/4, 2013 at 9:58
3
So i have tried to receive push notifications from firebase and react-native-push-notifications.react-native-push-notifications
on android its work perfect.
my problem is only on IOS.
i have follow...
Howsoever asked 24/8, 2020 at 14:9
5
Solved
I'm trying to send Push Notifications to APN with tokenization. I tried to use a few libraries like jose-jwt and Microsot Jwt class for creating JWT token, but I can't wrap my head around it.
I ge...
Thickskinned asked 18/1, 2017 at 15:9
16
I've consulted many sources out there and still can't figure this out.
http://code.google.com/p/apns-php/wiki/CertificateCreation
Basically after I download the Development Push SSL Certificate f...
Sextant asked 30/1, 2013 at 21:33
3
I'm receiving this error only when trying to register for remote notifications using UserNotifications framework.
When using PushKit everything works ok.
dispatch_queue_t mainQueue = dispatch_get_...
Invention asked 6/12, 2019 at 14:42
1
https://onesignal.com/provisionator always returns
"Incorrect 2 factor auth code! Please double check the code and try again." - when code is correct. Tried 3 times - always the same erro...
Manatarms asked 2/12, 2021 at 13:29
7
I want to clear the push notification badge count once app is launched.Im not clear where to set the below code.Please give brief description about clearing the badge count.
[UIApplication sharedA...
Vivi asked 26/12, 2012 at 9:43
0
Starting with iOS 15 I have noticed more and more chat apps sending push notifications in a new style. Instead of showing a regular notification with a square profile picture on the right side, the...
Ponton asked 23/6, 2022 at 22:50
4
Solved
I have implemented Push-Notifications into my Project and everything works fine so far. I've tried sending Notifications through Pusher and this worked out just fine.
But I have to send them throug...
Flory asked 6/1, 2018 at 19:15
4
Solved
I have just figured out how to send push notification correctly in my app. However when it started working correctly, a new type of error has arrived. My app crashes on launch after receiving push ...
Proteinase asked 12/5, 2017 at 5:39
2
Solved
After upgrading to iOS beta 13 I've noticed an unpleasant thing: my app crashes sometimes on incoming VoIP pushes.
In the crash report I see the following:
iOS 13 Killing app because it never pos...
Lauretta asked 27/6, 2019 at 9:45
2
Solved
I have recently created an Apple Push Service certificate on my M1 mac mini. In the Keychain, it says the certificate is not trusted.
I have installed the Developer Relations Intermediate Certific...
Armhole asked 21/2, 2022 at 18:36
2
Solved
I am using Firebase Messaging for iOS and Android push notifications. I am using the new "APNs Authentication Key" mechanism and not "APN certificate"
I got an email from Apple that my "Push Certi...
Goeger asked 19/2, 2018 at 14:37
© 2022 - 2024 — McMap. All rights reserved.