Skip to main content
The 2024 Developer Survey results are live! See the results

Questions tagged [apple-push-notifications]

The Apple Push Notification Service is a service created by Apple Inc. that was launched together with iOS 3.0.APNS is used together with Mac OS X Lion Server to push update notifications to clients that have registered to receive updates via a configuration profile and are also using the server's mail, calendar and contacts services. This means that devices such as the iPhone and applications like iCal on the Mac can receive a notification

apple-push-notifications
0 votes
0 answers
12 views

Azure Notification Hub device not recognized

I'm working with the Azure Notification Hub and a C# application. If I request all registered devices through Hub.GetAllRegistrationsAsync(0);, I see a number of devices. Two of these devices, I'm ...
Michiel van Vaardegem's user avatar
0 votes
0 answers
13 views

After adding Notification Extension, my apple pay and push notifications for fastlane stopped working

I am using fastlane to create and submit an application to testflight. Everything worked until I added Notification Content Extension and Notification Service Extension. Now apple pay and push ...
mike's user avatar
  • 1
0 votes
1 answer
37 views

iOS Notification is permanently denied - can't find in settings for manual enabling

I implemented push notification in iOS and android, using APN Apple Push notification and firebase respectively. In iOS first request for notification is from native side (appDelegate/swift code) and ...
Inquisitive Owl's user avatar
-1 votes
1 answer
39 views

Can iOS apps intercept a push notification before the system alert and decide not to display it to the user?

Apparently on Android your app can install a "listener" that gets notified when the device receives a push notification, and then decide whether to display a push notification alert or not. ...
Duncan C's user avatar
  • 131k
-1 votes
0 answers
26 views

Tapping the notification does not trigger userNotificationCenter(... didReceive...) method

Remote notifications are configured and working, however, tapping on one does not trigger any of the UnUserNotificationCenter delegate methods. Here is my code inside the 'application(......
Luka Vujnovac's user avatar
0 votes
0 answers
19 views

Push notification for apns xmpp server with p2 push proxy

Hi everyone We are using ejabberd xmpp server and for push notifications I deployed this https://github.com/iNPUTmice/p2 module I am running a p2 proxy and is working fine with Android fcm but there ...
Hamza Umar's user avatar
1 vote
1 answer
38 views

Custom Push Notification for Apple Wallet Pass not Showing up on Phone

I've implemented pass generation and it's updated through Apple's silent notification, which updates the passes to their latest versions. I want to send some marketing push notifications to the Apple ...
DholaSain's user avatar
  • 187
0 votes
0 answers
26 views

RPush sending APNs 403/InvalidProviderToken

recently I'm struggling with adding APNs feature to my Ruby on Rails(7) project using RPush. I made some wrong config before and that lead to a failed launch of rails s, then I found and fixed it so I ...
David Hu's user avatar
0 votes
0 answers
20 views

App Store iOS App - Push Notification Delivery Issue showing status as Stored - Device Offline

We are experiencing issues with Push Notification delivery in our Live Application. Upon reviewing the Push Notifications console, we have found that out of the 7.294M Priority Notifications sent in ...
Abin Koshy Cheriyan's user avatar
-1 votes
0 answers
25 views

What is causing this BadDeviceToken response in APNS?

This is my code sending the apns: @classmethod def PingDevice(cls, devicetoken, pushmagic): # Create the payload for the push notification payload = Payload(custom={'mdm': ...
Momin Ali's user avatar
0 votes
0 answers
14 views

In iOS, is Location Push Service Extension considered a daemon?

My app was jettisoned for the reason of "highwater". As per Apple docs, highwater: A system daemon exceeded its highest-expected memory footprint. I am suspecting, that my LPSE is suddenly ...
Isaaс Weisberg's user avatar
1 vote
0 answers
12 views

Testing Push Notifications on device with .apns file

Ok the iOS Simulator you can drop an .apns file and the device receives a push motivation. Is it possible to replicate this on a real device with the .apns file? Could we drag and drop the file using ...
harmeet07's user avatar
  • 511
-1 votes
1 answer
39 views

How can I show accept reject button in push notification in react native [closed]

How can show accept reject button in push notification in react native I want accept reject button in my notifications in react native. So if notification relates that if they want to accept they can ...
Sandy's user avatar
  • 23
0 votes
0 answers
9 views

After creating apple device token using sonoma MacOS push notification not receiving

When i am trying to create apple device token using sonoma MacOS laptop push notification not delivering to real iPhone device push notification properly delivering to simulator i have created a apple ...
Sabarinathan.R's user avatar
-1 votes
1 answer
54 views

Understanding NFC and Apple Pay for Email/Phone capture at POS Checkout

I am trying to develop a soln for my client where, they would like their customers to share their phone number or email id while they transact in their stores at the POS checkout. Two scenarios: When ...
Baktaawar's user avatar
  • 7,304

15 30 50 per page
1
2 3 4 5
539