apple-push-notifications Questions

9

I am creating a Key for APNS in Apple Developer Centre, I understand the following - Download and Back Up After downloading your key, it cannot be re-downloaded as the server copy is removed. If ...
Limbert asked 4/1, 2018 at 19:35

2

I am using SwiftUI. I want to open a specific screen other than Root View by clicking the push notification. There are several ways to open it using StoryBoard, but not without StoryBoard. How ca...

6

I am trying to build for app store. using command flutter build ipa and getting below error. Although the build works (when I run from Android studio)on debug mode and I can receive push notificati...
Heartthrob asked 15/3, 2021 at 20:42

7

Solved

Is there a way to send a silent APNS using google's firebase? It seems that if the app is in the background it will always show a notification to the user. Thanks?

5

Solved

I'm trying to send push notification for iOS via Google cloud functions but it returns error that The provided registration token is not registered. But I've checked it by debugging my app and the ...

3

Solved

While calling the subscribeToTopic method in iOS, this APNS token exception is coming. I have followed the documentation. I have used the Flutterfire configure command for configuring the Flutter p...

5

Solved

I stumbled over a weird behavior when I try to send a post HTTP/2.0 request to apples push service: $http2ch = curl_init(); curl_setopt($http2ch, CURLOPT_HTTP_VERSION, CURL_HTTP_VERSION_2_...
Premature asked 26/11, 2019 at 10:34

25

Solved

I've been trying very very hard to create a simple simple iOS app which can recieve push notifications. My only reason for doing this is to establish a procedure for some other team members to use,...
Muskogean asked 11/6, 2012 at 20:30

13

Solved

So I have this app called Dripper that I put out about a month ago and then an update a couple days ago. The update added push notifications and a few little tweaks. I tested it with the sandbox-ap...
Lombardo asked 5/12, 2014 at 20:18

7

Solved

I have built an application with flutter that works like a reminder. How can I display notifications to the user even though the app is closed?

2

I was trying to get APNS push token. func configPushNotifications(_ application: UIApplication) { application.registerForRemoteNotifications() } But I didn't received any Token from AppDelegat...
Karalynn asked 17/10, 2019 at 6:15

2

I want to create new Identifier in apple developer account but every time I get warning: An attribute in the provided entity has invalid value etc... I created application in XCode a let XCode auto...

13

Solved

I have got push notification working and managed to update icon badge count when app is brought to foreground. I am a bit confused about this though... the iPhone receives the notification and the ...
Freeliving asked 10/1, 2013 at 11:15

3

I have the following approach to get my UID for push notifications. Sadly, it's not being called. What I'm doing wrong? The registration for the push notifications is working. The error func is not...
Edithe asked 14/3, 2022 at 10:22

11

Solved

I've a very strange problem, I implemented: - (void)application:(UIApplication *)application didReceiveRemoteNotification:(NSDictionary *)userInfo fetchCompletionHandler:(void (^)(UIBackgroundFetc...
Latoyialatreece asked 23/12, 2013 at 10:31

2

Is there any possibilities for a device token to change after the app is installed and registered for the notification in any kind of scenarios. Scenarios like: App update iOS update or in any o...
Elea asked 21/10, 2016 at 6:0

3

I am sending remote push notifications using APNS. The requirement is when the notification is delivered to the app user (even if the user did not tapped on the notification or even seen it) , send...

3

Solved

Am new to Apple Push Notification services in iPhone app. I have learned these tutorials and apple document, www.raywenderlich.com/3443/apple-push-notification-services-tutorial-part-12 www.rayw...
Plain asked 8/5, 2012 at 5:40

9

Solved

I'm working on a big app with a huge chunk of legacy code. Currently - there's an implementation for: - (void) application:(UIApplication *)application didReceiveRemoteNotification:(NSDictionary *...

5

Solved

Our app uses APNS to receive Push Notifications. However, our client claims that some of their devices were not receiving notifications and argues to they 'must' make sure the notifications to be d...
Sienese asked 16/12, 2012 at 0:44

4

Solved

I'm working on a push architecture that needs to support applications which allow for multiple users. This means more than one user can log into the application with their credentials. The problem ...

1

Currently, I have different ways to handle notifications depending on if the system is Android or IOS, for Android, I send a data-only notification and create a local notification from it. For IOS,...
Casebook asked 20/2, 2022 at 17:57

4

Solved

As you may be aware, Google starts to use Firebase as analytics so I want to use it in my current project. I succesfully finished the implementation and upload project to iTunes Connect. But I got ...
Breunig asked 25/5, 2016 at 5:33

4

I think it is a little ridiculous but it's hard to find information about what is this file. I've found a lot info how to get this Apple Push Notification Authentication Key, but i also want to kno...
Barolet asked 16/3, 2018 at 17:7

3

Solved

I am trying to set up deep linking in my app. I have set up the app as well as the push notifications. However, I am unable to complete the final link from where the AppDelegate receives the user c...
Buncombe asked 26/6, 2021 at 17:21

© 2022 - 2024 — McMap. All rights reserved.