apple-push-notifications Questions

0

Programmatically, I want to create/set persistent push notification in iOS. It can be manageable in iOS11 manually from notification settings. But I want to do it programmatically using Objec...
Freeswimming asked 9/11, 2017 at 6:36

5

I am receiving the same push notification twice in iOS9, although it is working fine in iOS8. I have used the following code to register with push notifications: #if __IPHONE_OS_VERSION_MAX_ALLO...
Deaton asked 29/9, 2015 at 9:51

4

Solved

I have a scenario in which app will get push notification and need to show that messages in home screen of my app, for that i saved the message array into user defaults from my app delegate and eve...

0

We have this iOS application, we are sending push notifications to, using Apple Push Notification Service (APNs). We are now moving to Firebase Cloud Messenging (FCM) for sending notifications and ...

2

I have implemented the UIApplicationDelegate method -(void)application:(UIApplication *)application didReceiveRemoteNotification:(NSDictionary *)userInfo fetchCompletionHandler:(void (^)(UIBackgrou...
Yser asked 19/4, 2015 at 23:28

0

I'm trying to figure out some issues with my push notifications (iOS APNs) with Firebase FCM. I tried uninstalling my app and send the unregistered token to FCM, but FCM is NOT returning "Unregist...

0

After iOS 10 released, I use NotificationServiceExtension for image notification. It works fine. But I found something wrong recently. Codes in UNNotificationServiceExtension not call anymore. I...
Bishopric asked 28/9, 2017 at 7:45

3

Solved

Our app uses Firebase phone auth. The App Store review has rejected the app due to pushes being required: Guideline 4.5.4 - Design - Apple Sites and Services We noticed that your app requires push...

0

I have been using Firebase Messaging (sent through the Firebase dashboard) for months through multiple projects with no problem and I LOVE it, however in the last week I have run into an issue wher...

1

I know, It's necessary to have enrolled Apple Developer account to work on push notifications? Is it possible for someone else, who already have dev. account to generate the certificate for me, or...
Veneaux asked 16/9, 2017 at 11:1

1

I have noticed a different behavior of didReceiveRemoteNotification between APNS production and development environment. In development mode (build using development provisioning profile) this met...

3

I have integrated APNS and want to display image in remote notification like below; I have used below code with reference link; AppDelegate.h #import <UserNotifications/UserNotifications.h...

3

I was having no issues with sending push notifications from FCM to my iOS app before one of my certificates expired. After changing it, FCM is no longer delivering messages. I read this article (ht...

1

Solved

For a notification-app I need to recall messages previously sent via APNS in case those messages are outdated or read on another device - even if the app is not running. As there is no "remove"-ca...
Instrumentalist asked 1/11, 2016 at 11:21

1

Since iOS 10 and UNUserNotificationCenter, a lot of things can be achieved with notifications, but I can't figure out how to remotely remove a push notification every time. Using the mutable-conte...
Outside asked 22/12, 2016 at 18:9

2

I have a messaging service that I use for regular push notifications. For example, when one user sends a message, the other user receives a push notification with that message. I have noticed if th...
Buzzard asked 10/7, 2017 at 10:33

1

I'm trying to use Postman to create and test Apple Notifications in my iOS app. For a reason I don't get, requests I send from Postman to either https://api.development.push.apple.com/3/device/&lt...
Contortive asked 30/8, 2017 at 16:35

2

We're relatively new to iOS push notifications, and as always with Apple, I'm impressed by the elegance of the solution, but also slightly infuriated by what appears to be some opaque 'behind the s...
Rosalynrosalynd asked 18/11, 2013 at 11:34

19

Solved

I'm looking for a way to determine if the user has, via settings, enabled or disabled their push notifications for my application.
Dystrophy asked 8/10, 2009 at 3:5

10

Solved

I am encountering this error when I am loading an Ad Hoc build of my Push Notification enabled iPhone app onto my device: no valid aps-environment entitlement found for application What does i...
Anis asked 16/3, 2010 at 4:20

2

I get this error after trying to execute my php script to send a push notifcation to my iphone. I have tried everything and nothing works. I believe that this means my ck.pem is wrong but im not s...
Cubiculum asked 9/7, 2012 at 18:4

1

Solved

I am not able to intercept push notification via UNNotificationServiceExtension on iPhone 5 running on iOS 10. The mutable-content flag is set as 1 inside the aps in payload. The same notification...
Nonentity asked 3/8, 2017 at 11:34

4

Solved

I'm trying to send my phone a push notification using the simple PHP tool which connects to ssl://gateway.push.apple.com:2195, but the connection fails with the following errors: Warning: stream_s...
Furrier asked 21/9, 2016 at 9:3

5

Solved

Apple really had bad documentation about how the provider connects and communicates to their service (at the time of writing - 2009). I am confused about the protocol. How is this done in C#?
Gosport asked 20/6, 2009 at 2:14

2

I developed local Notifications in iOS 10. It is working perfectly. But now how should i code local notifications and push notification if user is using iOS 9 and above versions. Can anyone help pl...
Sanguinary asked 9/3, 2017 at 7:2

© 2022 - 2024 — McMap. All rights reserved.