apple-push-notifications Questions

8

Solved

It appears the function application:didReceiveRemoteNotification:fetchCompletionHandler is not called when the app has been forcefully quit. It was my impression that the function would be invoked ...
Rodolphe asked 17/9, 2013 at 17:29

2

I have created an app in which background fetch code is written on receiving push notification. I have enabled the background mode in .plist, content-available key is set to 1 in push notification ...
Licit asked 5/8, 2015 at 7:32

4

Solved

I am using the following library to generate push notifications. https://github.com/edamov/pushok I got the push notifications working but I don't know how to extract the response in Swift 3. He...

1

We are building a MacOS app in a large enterprise company where we need to enable push notifications for our desktop app. To support notifications, we need to build our app with the provision pro...

3

Solved

According to Apple's documentation, sound file in the ~/Library/Sounds will be search by system when trying to play a sound. How do I add a sound file to this folder? I tried to write to the folde...
Kirimia asked 15/2, 2016 at 21:0

2

Solved

Our iPad app relies on silent push notifications to trigger certain events, and is used by many of our users in Guided Access mode. This has worked well until iOS 11 which now seems to block delive...
Irvinirvine asked 13/11, 2017 at 2:26

1

Solved

I want to consume the APNs push service in my application so i use this code: var responseString = string.Empty; using (var request = new HttpClient(new Http2CustomHandler())) { var content = ...

4

I have generated a .cer file for IOS push notifications and I would ike to use it with NodeJS HTTPS module. The only examples I found for HTTPS module work with .pem and .sfx files, not .cer : va...

3

Solved

In Apple development certificate page there are 2 types of certificate: iOS development APNs Development iOS What is the difference?
Frivol asked 19/8, 2013 at 9:26

0

TL;DR: Is it possible to have repeating, random local notifications without using APNS (or an alternative push notification service)? I am building a Core Data app that includes a bunch of objects...

1

Solved

I am new in apple developer. I have problem when create apns key for my app ( there 2 key service before). Here is my capture screen After a lot of searchs, I still dont know why? I read apple d...
Morlee asked 10/12, 2017 at 4:24

1

Using Visual Studio 7 for Mac (ie, Xamarin) I've been publishing an iOS app to the app store for testing. Whenever I submit I receive an alert from Apple: We have discovered one or more issues wit...
Krystakrystal asked 21/12, 2017 at 15:51

8

Solved

I've noticed that sending a Push notification results in the following behavior: See how the banner is shown a second time, after a short delay? At first I thought that our backend was mistaken...
Frida asked 9/10, 2015 at 22:15

1

Solved

I'm trying to use Firebase in my iOS application. I successfully integrated it and receiving notifications from all 3 Targets (user segment, topic and single device). My question is how to know a p...

1

Solved

This is my push notification payload. { "userId":"QA-207-222820", "title":"Push new Notification", "message":"New Notification", "deviceId":"70", "deviceName":"R70", "notificationType":"1" }...
Finding asked 13/12, 2017 at 10:9

5

Solved

When using Google push notifications, I am allowed to specify a collapse_key value so a device will not receive multiple notifications of the same collapse_key. Does APNS have a similar feature or ...
Nashom asked 13/9, 2012 at 19:31

2

I have created a mobile app for Android and iOS using Phonegap Build. Last year I had nearly finished writing code to use GCM (Google Cloud Messaging) for remote push notifications - which can go o...

3

Solved

So I've been reading up on remote notifications, and have finally made it work; our app is receiving notifications from our server. We now want to remove or update an unread notification if a certa...
Cabotage asked 11/10, 2017 at 13:23

1

Does pushsharp supports a new Apple approach for sending APN using Apple Push Notification Authentication Key (which never expires) instead of using Certificates? Is any way to use it with pushshar...
Iona asked 19/2, 2017 at 20:38

1

Solved

I am trying to test cordova-plugin-firebase in my ionic v1 project. I am getting an error when running ionic cordova run ios If I run the command ionic cordova build ios I don't get any er...

4

Solved

I was already able to set Interactive LOCAL notifications, but the Remote notifications aren't working. I'm using Parse.com to send the JSON My AppDelegate.Swift looks like this: // // AppDelegat...

6

Solved

Using this link for generate pem file for push notification, but I can't understand following steps... Installing the SSL Certificate and Key on the Server You should install the SSL distribu...

4

Solved

As stated clearly in Apple docs, beacon ranging can be done in background for a short period of time only, say up to 10 seconds by default or up to 3 minutes with the help of background task expira...

4

I am developing a VoIP app for iPhone. To receive calls, Apple developed PushKit so developers can send VoIP notifications using APNS. Everything was working fine on iOS 8. When I updated to iOS 9...
Tracery asked 18/1, 2016 at 21:49

1

Solved

I'm trying to use the Firebase Cloud Messaging (FCM) SDK to send push notification to iOS devices. I created a very simple application which has an empty ViewController and an AppDelegate copied by...
Glennaglennie asked 9/11, 2017 at 11:0

© 2022 - 2024 — McMap. All rights reserved.