apple-push-notifications Questions
3
Im using apns with http2 protocol for sending pushnotifications, the code i use is similar to this post:
https://mcmap.net/q/571952/-new-apns-provider-api-and-php
When my app is correctly installe...
Cuellar asked 2/9, 2016 at 10:50
2
Solved
I will have multiple applications on the app store and 1 urban airship account to send push notifications to all of these devices. What I want to know is if each Apple device has the same "push tok...
Adown asked 1/5, 2010 at 20:47
4
Solved
My server is sporting only one version of sending push notifications, and it has my production (release) push certificate.
How do I test the notifications on my debug device and debug builds, usin...
Meta asked 30/6, 2014 at 13:52
3
Solved
I have one app and it's dev version.
I have 2 Firebase projects: myApp and myApp-dev.
I have 2 Apple App ID: myApp and myApp-dev.
I have 1 Authentication key that I've uploaded to both of my fire...
Rove asked 25/5, 2017 at 5:27
4
I can't upload my production APNs Certicate on Firebase. There was an error reading your certificate.
I can't find out the cause of this error.
Berlioz asked 22/1, 2018 at 3:20
2
Solved
I'm using the AWS SNS SDK in the backend to dispatch remote notifications to my app, and I need to be able to set the notification identifier so that certain notifications replace previously delive...
Pera asked 25/8, 2018 at 22:5
1
Solved
I am testing an app that uses Push notifications. Within the main app target, the 'Push Notifications' (inside the Capabilities tab) is set to on.
I created a UITest target for UI Automation Testi...
Lunnete asked 24/8, 2018 at 14:5
11
Solved
How do I create a .pem file to be stored in the hosting server for APN payload data?
Auliffe asked 19/11, 2009 at 11:6
1
Solved
I am new to flutter and developing Permission demo in flutter.
I used simple_permission plugin for the same,this plugin works in android but in ios it gives me below error:
CocoaPods could not f...
Exosphere asked 10/8, 2018 at 10:6
1
I stopped receiving the push notifications after the certificate got expired and new certificate has been created. I've updated the p12 certificate on the server.
I'm using Pusher application to d...
Pica asked 15/6, 2017 at 17:32
1
I'm connecting to Apple Push Notification Service (APNs) from the .NET Framework using a SslStream. I'm connecting using the Binary Provider API. As part of the initial handshake, the SslStream doe...
Drysalt asked 2/8, 2018 at 6:42
1
Solved
I moved step by step for getting rich push notifications. Here they are :
Created Notification service extension with plist :
NotificationService didRecieve :
override func didReceive(_ ...
Sloane asked 7/8, 2018 at 8:22
6
Solved
My app is now available in the app store, so I've downloaded it to my device. The push notifications were working fine during development. I am using JavaPNS to send out the notifications, and I ha...
Resign asked 21/3, 2014 at 20:13
1
I'm newbie to Swift, I am creating chat application, I need to send notification when app is in foreground or minimized.
But I am not getting the notification when app is minimized (it works when ...
Gainless asked 27/7, 2018 at 4:55
11
Solved
I've got an app that we've submitted dozens of versions to in the last 6 months and we do use APNS. I got the following email from Apple after upgrading to Xcode 8
Dear developer,
We have discover...
Paternal asked 18/9, 2016 at 4:40
2
I've added UNNotificationServiceExtension and UNNotificationContentExtension in my project for rich push notification. Please refer the code below which i've added for the same.
Code:
#import "N...
Oquassa asked 18/7, 2018 at 12:29
2
My app has a connection to the Firebase-server, also to send Push Notifications. Now, I want to go a step further and add an action to the notifications. After going throw lots of tutorials, it´s s...
Norfolk asked 11/7, 2017 at 20:14
2
I was wondering how does WhatsApp handle the Video Push Notification when the app is killed from the background. Taking into consideration that the app icon is clicked and not the notification.
1-...
Fairbanks asked 12/7, 2018 at 9:54
9
I've developed an iOS app, that receives Push Notifications. I'm sending them from a .NET environment using PushSharp. Everything went beautifully while developing, and the Pushs were successfully ...
Cloakanddagger asked 13/2, 2015 at 12:13
0
Background:
We provide users an option to create mobile application for their eCommerce store. They can choose what type of changes need to be done and then we go ahead and create the app for them....
Marenmarena asked 3/7, 2018 at 11:37
2
Solved
I'm developing an iPhone application using objective-c. The basic push notification is working properly. Now I want to add rich notification in my app but I cannot get the didReceiveNotificationReq...
Repent asked 20/5, 2018 at 16:6
2
After Apple changed the APNs Auth Key to p8, the current libraries such as https://github.com/immobiliare/ApnsPHP still use old pem and cert files to connect
$push = new ApnsPHP_Push(
ApnsPHP_Abs...
Inappetence asked 9/11, 2016 at 5:3
1
We are running into a confusing issue when using Apple's Push Notifications via APN. We have the following scenario (quite standard i guess):
When our App, let's call it "MyApp" here, is installe...
Larios asked 27/6, 2018 at 5:58
2
Solved
Im registering device data with the server, to get push notification. Here it goes the code,
[NSURLConnection sendAsynchronousRequest: request
queue: _postQueue
completionHandler: ^(NSURLRespons...
Rumal asked 13/1, 2015 at 6:7
1
Solved
I have a method that is used in several places of an app I'm working on. It's a method to check if remote push notifications are enabled or not. The method returns a value but as you may know curre...
Abaxial asked 19/6, 2018 at 20:38
© 2022 - 2024 — McMap. All rights reserved.