apple-push-notifications Questions

4

Solved

As the apple's official info page about push notification states: "Device tokens can change, so your app needs to reregister every time it is launched." I trying to understand what they meant by...
Monarchism asked 5/4, 2015 at 11:50

2

Solved

From what I know, PKCS 8 is often used to store private keys, and PKCS 12 is often used to store certificates. And to communicate with APNs, you need authentication tokens or certificates. https:...
Thomson asked 12/9, 2017 at 9:53

4

I am using firebase_messaging v9.0.1 in my Flutter application. On configuring this library based on the https://pub.dev/packages/firebase_messaging/example, I am able to receive the notification f...

5

Solved

From the documentation: thread-id | string | When displaying notifications, the system visually groups notifications with the same thread identifier together. For remote notifications, the valu...
Leoraleos asked 12/10, 2016 at 23:3

1

Solved

Looking at the Firebase docs, it suggests that a FCM token is generated for each client instance - which must then be stored manually. If I'm linking each token to a user document in a Firestore da...

1

I've integrated Firebase with my iOS project and all necessary steps mentioned here https://firebase.google.com/docs/cloud-messaging/ios/client but its keep on crashing on this line [FIRApp configu...
Quarterage asked 19/5, 2021 at 11:55

5

Solved

Im trying to use the new push notifications in Safari. I'm using the following snippet: var checkRemotePermission = function (permissionData) { if (permissionData.permission === 'default') { // ...

4

I am working with Pushy Notification where I need to register with the p8 file. So how can I create that p8 file from developer account?
Apodictic asked 19/6, 2017 at 13:23

4

Solved

I have a problem with silent notifications on iOS. When my application is in background, I don't receive silent notification sent by FCM. But if I try to send directly to APNS, the notification is...

8

With the recent up gradation of the Apple developer accounts, I am facing a difficulty that while trying to create the push notification certificates, it is providing me with (.p8) certificate inst...
Any asked 24/9, 2016 at 3:52

6

I have a webserver that sent a client a push notification. The client can intercept the push notification with UNNotificationServiceExtension on iOS 10 and change the content. Now I want to cancel ...
Seychelles asked 19/10, 2016 at 3:53

1

I have implemented push notifications in my SwiftUI app and everything seems to work fine. As you know there is no AppDelegate but we can still use @UIApplicationDelegateAdaptor. However I don't li...
Waterresistant asked 11/1, 2021 at 23:3

4

Solved

I'm trying to implement notifications using Firebase. The notification is received correctly when the app is in the background or foreground. So, the basic mechanics are working. Now I've added C...

1

Solved

My project had working notifications previously and I can't trace any changes to the payload I've been sending. I've referenced the docs and can't see any issues with my payload. The exact error I ...

1

Solved

When my app in in the foreground, it receives a push notification from my server, triggers my UNNotificationServiceExtension, and then triggers userNotificationCenter(_:willPresent:withCompletionHa...

9

I've just enrolled in the Apple dev program, but when trying to create an APP ID in the Member center, I receive this message: An App ID with Identifier is not available. Please enter a differen...
Ureide asked 1/4, 2016 at 17:4

5

I would like to create an app that users can use in an area/venue where there is NO GSM/3G or any kind of cell reception. We also only provide a closed WiFi network without an internet uplink...

3

Is it possible in XCUITest to validate that a notification banner is sent to the screen? I can add an accessibility identifier to the notification, but I am having a problem getting XCUITest to i...

5

Solved

I've currently working with notifications and I've not succeed to get any notification from the Firebase FCM. The podfile configuration is: target 'Project' do # Comment the next line if you're...

3

Solved

I just want to know how I can determine what action to do on a silent push: This is the aps that I sent to the client: "aps": { "content-available": 1 } My problem now is when I add type: "Ord...
Codger asked 31/3, 2016 at 4:1

5

Solved

I have a bare-bones app to play with push notifications. I have the Notification Service Extension working. I can send a remote notification with an image URL and have it load. I can't seem to get...

3

Solved

I'm trying to implement remote push notifications in SwiftUI 2.0 and there is no AppDelegate. I know I can provide one via @UIApplicationDelegateAdaptor(AppDelegate.self) var appDelegate but I have...
Sebastiansebastiano asked 25/12, 2020 at 0:50

7

Solved

I have tried out the example found in the link http://www.raywenderlich.com/3443/apple-push-notification-services-tutorial-part-12 , for my iPhone push notification message. I could successfully ru...
Doughboy asked 17/1, 2012 at 10:59

6

Solved

I have an app on app store, which is using an iOS Provisioning Profile (Distribution) which is expired. This Profile contains Push Certificate that's also expired (and does not appear anymore in th...
Edmee asked 20/11, 2013 at 20:14

3

I have to send push notifications to specific iOS devices with my .Net Core WebAPI that will be executed on a Windows 2008 Server R2. The server itself should not be the problem because it is worki...
Germiston asked 19/11, 2018 at 16:27

© 2022 - 2024 — McMap. All rights reserved.