apple-push-notifications Questions

2

I made app id on apple developer account with push notification enabled On xcode project i am getting sign in status with following messages On target >capabilities i have following message ...
Thema asked 22/7, 2017 at 14:21

3

I am trying to setup push notifications, I got my certificates from apple developer, unabled pushed notifications on my ios app and I have a PHP script that is suppose to send a push notification. ...
Doering asked 25/8, 2018 at 7:10

4

Solved

I have implemented PushKit. I've followed these steps: 1.) https://stackoverflow.com/a/38184769/4970453 2.) https://stackoverflow.com/a/28562124 I am able to get didUpdatePushCredentials device ...
Sherris asked 12/7, 2017 at 9:50

2

I am not able to send push message to iOS device from FCM console. I receive error message "Check APNs certificates in settings". My configuration is the same as in FCM guide: I generated Auth Ke...

2

Solved

When I test the app using a TestFlight version built by the CI machine, the device receives push notifications. But when I rebuild the app under Xcode locally with the debugger connected, the devi...
Semiporcelain asked 12/3, 2019 at 23:56

5

Solved

Is it possible to differentiate between the cases where an iOS user has explicitly denied user notification permissions, and an iOS user has never been prompted for permission? My situation: I...

1

Solved

How can I auto increment the iOS notification badge with Firebase Cloud Messaging? Is it possible to do something like +1 or ++?

1

I am working with an app using Firebase Cloud Messaging for Push Notification. After reading its documentation, I have a little confuse about "Swizzling disabled", I tried to find some tutorials wh...

11

I am using Xcode8, swift 3, iOS 10 In Targets -> capabilities showing "add the Push notification feature to your app id". I check my APP ID and it is showing pushnotfication enabled in both devel...
Religionism asked 9/11, 2016 at 10:53

2

Solved

Since there are a lot of great apps (like Pusher or APNs Provider) to test push notifications, they only support .p12 or .pem certificates. How to test keys with .p8 extension?
Linderman asked 16/3, 2018 at 16:47

1

Solved

I am working on push notifications and I want to send chat push notifications to IOS using php. But when I send 5 push notifications to apns (Apple Push Notification Server) then apns discard the o...
Sarita asked 10/1, 2019 at 10:39

2

Solved

I am getting this warning in iOS 10 which previously is working fine on iOS 9 :- Is there another function to fix this warning in iOS 10, appreciated if anyone would have idea for this issue.
Lowminded asked 30/9, 2016 at 2:33

5

Solved

I want to check if Push Notification can be done using a hosting server before purchasing hosting plan.what is the shortest way to check this.Also i have godaddy.com's hosting plan can i use push n...
Choirmaster asked 28/11, 2009 at 7:53

13

Solved

Once created does the push notification device token ever change? Example when the app is updated? or in any other case it can change??
Mauer asked 11/7, 2011 at 15:6

20

I am making an application in which I want to implement apple push notification service. I am following the step-by-step instructions given in this tutorial. But still, the methods are not called....
Hypso asked 3/11, 2010 at 11:31

2

Solved

I've read all the other posts on this issue but still no avail. Im aware this issue can come up with bad certificates, however I verified both my certificate and my key were valid before combining...
Pergola asked 4/4, 2014 at 0:7

1

I am writing code to send notifications to the Apple push notification servers (APNs). It says in the documents that it requires HTTP/ HPACK header compression. I found the following code to use HT...
Riker asked 26/8, 2017 at 13:21

2

Solved

I am looking to create APNS (Apple Push Notification Service), where the server will be sending notifications to the iOS devices. I am able to make the push notifications work via PHP using the SAM...
Serene asked 14/4, 2016 at 20:19

1

I'm having two Firebase projects (on se same account, but could be two different accounts) and each project have an iOS app registered with the same bundle ID (so each .plist files have different s...
Mackmackay asked 21/8, 2017 at 16:16

3

I am developing a backend service that sends push notifications to mobile apps via either FCM or APNS. I would like to create an automated test that can run in under a minute and validates that the...

2

Solved

I am using Firebase for analytics and a library for push notifications. When I use either of them, didReceiveRemoteNotification get called. But when I use them both together, didReceiveRemoteNotifi...
Unbounded asked 29/10, 2018 at 19:19

5

I have followed all of the instructions for configuring Push Notifications as described in: https://developer.apple.com/library/mac/documentation/IDEs/Conceptual/AppDistributionGuide/ConfiguringPus...
Parfitt asked 19/5, 2015 at 20:49

8

application: didReceiveRemoteNotification: fetchCompletionHandler: is different from application: didReceiveRemoteNotification: How? from the docs: Unlike the application:didReceiveRemoteNo...

2

Solved

How do I set up my AppDelegate to handle push notifications that occur when the app is in the foreground and in the background with swift 3 and ios 10? Including how to make the phone vibrate while...
Olivann asked 9/2, 2017 at 2:51

1

For iOS 12 Push Notifications are not working and working in below versions My App is in Appstore. Push notification is working fine in iOS 11, but in iOS 12 it is not working. I am not receiving ...
Inform asked 25/9, 2018 at 11:11

© 2022 - 2024 — McMap. All rights reserved.