apple-push-notifications Questions

5

Solved

I am trying to create a server-side implementation for passbook APN, but the server does not like the push token that the device is giving me. If I send the token to Apple's sandbox server, it send...
Upward asked 17/2, 2013 at 19:51

1

Solved

My organisation maintains multiple applications and there's a confusion about how the APNs keys are supposed to be used. We are using firebase to send push notifications. So far we have two apple k...
Unfavorable asked 12/5, 2020 at 8:46

3

I am working on a chat app in react-native iOS. I want to do a badge increment on the main app icon when a notification is received, when the app is killed or force quit by the user. It works well ...

3

Recently Apple has added push notifications in simulators as well. My existing app notifications are not being received in simulators. How to simulate push notification in simulator? Simulator...
Aimless asked 7/2, 2020 at 9:43

3

Solved

NOTE: I have read other stackoverflow questions relating to this topic but they did not help me. I also do not use any third-party SDKs. When I submitted my app to the App Store, this is the mess...

0

I have implemented push notification in my iOS App using Firebase SDK and I am successfully getting push notifications from Firebase console as well as from server. But on many occasions, I wait a...

2

I have implemented push notification in my iPhone app and for device registration i used following code in the app. [[[UIDevice currentDevice] identifierForVendor] UUIDString]; Above code works ...

6

I have issue related to APNS device token . Before I was using Xcode 10.2 and iOS 12.1. At this moment I used to get the device token in delegate method -(void)application:(UIApplication *)applica...
Menagerie asked 7/10, 2019 at 6:18

1

Solved

I have an app in the App Store that uses push notifications via Firebase Cloud Messaging. I created an APNs key for it at the time. I no longer have the key and was planning on releasing a new app....

2

Solved

I've spent hours now trying to figure out why didRegisterForRemoteNotificationsWithDeviceToken is not being called. It worked before. I didn't touch it in weeks. Now stopped working. Here's my set...
Lyon asked 10/4, 2020 at 15:27

1

I am using Websocket in my iOS app for data transfer. But, since sometimes when the app is suspended in the background, the socket breaks. In that case, I use Voip push to iOS app to wake app up. ...
Kun asked 15/4, 2020 at 10:50

4

I am just a beginner and trying to implement push notification in my app, but not getting any proper guide. The main problem is that I don't have the programmer membership. If it is possible to do ...
Boykin asked 19/10, 2016 at 13:3

6

When sending notifications to iOS users, for some of them I get response status code 400 (BadDeviceToken) or code 410 (Unregistered). From Apple documentation about "BadDeviceToken": The specif...

3

According to changes in iOS 13 for APNS, silent push notifications require additional header (apns-push-type). I use Firebase as a mediator between backend and mobile, and I'm wondering if Fireba...

17

Solved

I have an app for submission when it got rejected and I got the message Missing Push Notification Entitlement - Your app appears to register with the Apple Push Notification service, but the ap...
Retroflex asked 11/2, 2013 at 6:43

2

Trying to upload APNs file to firebase console. Inserted Team ID and Key ID - Got "There is no Team ID stored for this app" (Although inserted): Please advise
Chelyabinsk asked 8/4, 2020 at 11:3

2

I want to test notifications in Xcode 11.4 simulator and everything works well except silent notifications. didReceiveRemoteNotification is not triggered. What I've done: Enabled Push Notificati...
Jephthah asked 12/2, 2020 at 16:12

4

Solved

My app registers the account at login in my server to enable push notification for a chat. Yet I haven't implemented yet the unregistration of the account at logout, so in this moment if I do the l...
Clackmannan asked 3/12, 2013 at 8:6

4

I created an App to send remote notifications from a web server. When I tested the App in Development Mode all the notifications arrived correctly on the phone, after the AppStore release the app d...
Underpants asked 28/3, 2014 at 15:39

5

Solved

I am currently running iOS 10 beta 8 with Xcode 8.0 beta 6 and the custom sound does not play when I receive a push notification with the correct payload. I have verified the payload and it is in ...
Vanderhoek asked 8/9, 2016 at 21:48

1

I am able to test the normal notifications in Simulator, but when I tried to test rich notifications nothing happens, event title is not getting updated. Could you please assist me, how to proceed....

3

Solved

I am trying to add APNS connection in Azure Notification Hub with Token as authentication mode. I have searched around but I am not able to find any guides anywhere to make this work. Maybe someo...

3

if more than a minute pass from the time a user notification arrived to notification center, there is a "clear" option to dismiss one or more notifications at once from notification center. How th...
Mathura asked 10/1, 2018 at 16:14

2

We consider migrating from Firebase Cloud Messaging to build our own push engine. We need to migrate the users converting FCM tokens to get the raw APNS token. How can that be done? I can only fi...

3

Solved

As in subject, I'm trying to open app when user taps 'Accept' button on remote notification. Below is listed AppDelegate method which is responsible for handling button action: - (void)applicati...
Stigmatic asked 8/1, 2016 at 13:29

© 2022 - 2024 — McMap. All rights reserved.