apple-push-notifications Questions

3

Solved

I'm implemented push notification in my app in this way //MARK:- Register notifications func registerForPushNotifications() { if #available(iOS 10.0, *){ let center = UNUserNotificationCenter...
Kinshasa asked 15/6, 2018 at 4:51

1

I've setup Firebase Cloud Messaging on our system to setup push notifications. Before our APNs certificate expired and we ran into some issues because of this. Then I was able to generate an APNs...

7

I am developing an iPhone app that needs push notification. I followed the instructions for creating the certifications and modifying the app ID. I am not totally sure I did this correctly, but I d...
Capacious asked 11/7, 2010 at 20:58

1

Solved

As per the Apple documentation, every push notification always traverse through the APNS server. I have heard somewhere that FCM directly sends push notification directly to the device i.e. without...

1

Solved

My team created max limit for APNs Auth Key in developer portal I cannot download any of them as the downlod button is dimmed ! Anyone has any idea why is that? and how can i use it without expiri...
Surculose asked 6/1, 2018 at 14:2

2

Solved

I am using FCM for my project. It's have rich push notification for a type. I tried to modified most of possible ways to get push from FCM. I got obly ordinary push from FCM, not with image. I am ...

6

I don't know why, but the option Push Notifications of Capabilities in Xcode is not displayed. Why? I follow the developer guides, creating cers, enabling push in provisiong profiles, etc. I had ...
Kernite asked 22/6, 2015 at 11:47

0

I notice that the title on the notification is the app display name, forced to all caps. The client's app name is a mix of upper and lower case that is part of their branding. They want the name t...
Inculcate asked 22/5, 2018 at 0:56

1

Solved

Can FCM silent notification start up a closed iOS app? Request Type: POST Request URL: https://fcm.googleapis.com/fcm/send Request Headers: Authorization -> key=MY_KEY Content-Type -> ap...

4

I have push notifications working on my app. I went to go submit a new app update and I ran into an error with APS environment not being set.I hit fix issue and it created the entitlement file with...
Spectrometer asked 21/9, 2016 at 19:43

2

Solved

While trying to make a push test to my app I'm getting the following error: Traceback (most recent call last): File "test.py", line 16, in <module> wrapper.notify() File "/usr/local/lib/p...
Diageotropism asked 12/7, 2013 at 0:51

5

I am trying to implement Apple Push Notification using python and django. i am using following library to implement it http://leepa.github.com/django-iphone-push/ Here is my code that create tha...
Disposable asked 26/4, 2011 at 12:52

4

Solved

My app wakes up from suspended mode on silent remote notification from a server, exactly as I want. This server sends a push notification with "content-available:1", which does the job. Now I want...

1

I am trying to implement Silent Push Notification in my app for periodically i.e. once in a day upload data to server. But on iOS 11.2.6 it's consistently failing to call the delegate method -(voi...
Beatification asked 12/4, 2018 at 7:32

4

I'm using Google Firebase Cloud Messaging API (FCM) to send push notifications to my iOS app. I could get push-notifications working successfully when I test the app on a device with Development p...

2

Solved

How do device tokens vary from sandbox to production modes? I think I have locked up some device tokens into a production mode, and they can't be pushed to from development. Any ideas on how I ca...
Danyelledanyette asked 22/12, 2009 at 1:39

1

Solved

I am using a simplepush.php script to send voip pushes from user to user. My app can potentially make many of these push requests depending on how many users it acquires. Every example of simplepu...
Intransigent asked 16/3, 2018 at 19:37

4

Solved

I have push notifications setup in my app. I have the method: - (void)application:(UIApplication *)application didReceiveRemoteNotification: (NSDictionary *)userInfo { if() { //app is in fore...
Motorman asked 12/7, 2013 at 9:45

1

Solved

I'm using the NotificationService Extension target to be able to modify push notifications before they are presented. It's working well but there is some notifications that I would like to not pres...

3

How can I send push notifications to a build which is running under a development provisioning profile? Can anyone please help me?

2

Here's what docs state: The priority of the notification. Specify one of the following values: 10–Send the push message immediately. Notifications with this priority must trigger an alert, s...
Luciano asked 6/3, 2018 at 9:58

1

Solved

I'm trying to wrap my head around how AWS Mobile Push Notification works. Specifically I'm building out a web service that will be capable of sending notifications to my mobile app running on my us...

2

Solved

I am facing issue with APNS php code for push notification on IOS devices, I have two separate connection for Development and Production. I have configure the development connection on my server ...
Emmie asked 27/10, 2015 at 4:54

1

Solved

In my Apple developer account I have created a key for use with APNs across all my apps. On creation it allows me to download it once I have finished. After that the 'download' button is greyed-out...

1

Solved

Currently I'm able to receive silent push using app delegate's didReceiveRemoteNotification method. That method is deprecated and according to this we're supposed to be switching to UNUserNotific...

© 2022 - 2024 — McMap. All rights reserved.