apple-push-notifications Questions

2

Solved

I'm working on some iOS apps, all under the same publisher, that all have push notifications enabled. When I call registerForRemoteNotificationTypes, I get the user prompt to allow or disallow push...
Maguire asked 19/3, 2013 at 20:51

1

OpenSSL::SSL::SSLError (SSL_connect SYSCALL returned=5 errno=0 state=SSLv3 read server session ticket A): Integrate the library for apple push notification Houston gem. Since last two months, I...

3

Solved

Display my push notification message is "Message from: +919687335565" attached screenshot : I just want to fetch the name of this +919687335565 contact number from the Address book and display n...
Welloiled asked 27/12, 2016 at 13:14

15

In my app, I need push notifications. I am implementing all the instructions from the push notifications docs. But I got an error from Push Notification: Fail To Register For Remote Notifications ...
Johnsen asked 28/3, 2011 at 10:55

1

We have some troubles with Firebase Push Notifications function since we using xCode 8 and OS 10. In our application, we asked user to enable push notification on second launch of app but after 10 ...

1

Solved

I'd like to act on remote push notifications that are meant for another app in an app that I am writing. Is this possible?
Ably asked 2/1, 2017 at 1:9

4

Solved

I found a similar question at Sending HTTP/2 POST request in Ruby But I want to update my server with PHP The new Apple push notification HTTP/2 based API described here: https://developer.apple.c...

1

I wonder if it is possible to use firebase cloud messaging with iOS app without Apple Developer Program? For instance, I am asking whether I can set up certificates for Apple Push Notification? ...

2

Solved

I'm just testing AWS Mobile Hub with iOS, to implement push notification feature AWS ask to upload .p12 certificate which can obtain by the Apple Developer web site, But according to the tutorials....
Cilia asked 23/12, 2016 at 16:26

6

Solved

im not getting any launch options after a push notification; heres the code i have but non of the NSLogs seem to print in the debug area. UILocalNotification *localNotif = [launchOptions objectFor...
Sidran asked 28/3, 2011 at 8:0

2

In developer website , I make my app ID's Push Notifications enable. But in my project,TARGETS -> Capabilities -> Push Notifications -> I want to open it, but after sometime, there report error in...
Sweetener asked 19/12, 2016 at 10:19

4

Solved

My App is in Appstore. Push notification is working fine in iOS 9, but in iOS 10 it is not working. I am not receiving any push notification for iOS 10 devices. I have checked the device token and ...
Theoretics asked 15/9, 2016 at 6:26

1

Solved

I have an APNS certificate that is set to expire in Jan 2017 on a live application. I have renewed the certificate and created my .cer and .p12 files. I am using Firebase Cloud Messaging to handl...

3

Solved

I've written this code in appDelegate import UserNotifications var registerId = String() func application(application: UIApplication, didFinishLaunchingWithOptions launchOptions: [NSObject: AnyOb...
Falsecard asked 6/12, 2016 at 9:5

15

Solved

When trying to register for push notifications under iOS 8.x: application.registerForRemoteNotificationTypes(UIRemoteNotificationType.Alert | UIRemoteNotificationType.Badge | UIRemoteNotificationT...
Stretch asked 27/6, 2014 at 14:15

2

I want to track users current location only on demand. I need only initial location, not continuos updates. I thought best way to do this would be sending silent notification to user in order to ge...

2

Solved

I am trying to use Firebase to handle push notifications. I have installed Firebase pod ('Firebase/Core' and 'FirebaseMessaging' pods). And after I imported Firebase to the project import Firebas...

5

Solved

I'm trying to use GCM for IOS and Android clients. It seems to work fine with IOS when app is in the foreground, however, when the app is in the background, the notification center doesn't receive ...

3

Solved

How to send silent push notification to iOS application over GCM? Silent push is notification that will not appear in notification center, but awake application to do some action in background. Go...
Reathareave asked 3/6, 2015 at 9:38

2

Solved

I have implemented PushKit. Now I want to get Push notifications. Is there nay way to get Push Notifications online as we have many online APNS services which accepts device tokens and .pem file to...
Breaststroke asked 21/11, 2016 at 12:44

5

Solved

Does anybody know of any limitations on the sounds that can be played when an iPhone app receives a push notification? Specifically, is there a maximum sound length? Also, I am assuming that the v...
Dative asked 23/9, 2009 at 1:54

1

I try to use PushSharp in an Apple passkit related project. My current problem is about passkit pushes. When I try to create my notification, it says device tokent length is invalid (exact ex...
Gentoo asked 14/11, 2016 at 18:12

4

Solved

I tried this solution: iptables -I OUTPUT -p tcp --dport 2195 -j ACCEPT /etc/init.d/iptables stop /etc/init.d/iptables start but still can't access the port. If there are more ports that I have...
Brothers asked 28/11, 2012 at 13:47

0

node-apn receive InvalidProviderToken (403) response error from APNs. What need I change in configuration to send push message? Apple says: APNs supports only provider authentication tokens that a...
Unequal asked 17/11, 2016 at 11:32

2

I'm working on a messaging app and I have a dilemma about how to send data from server to client. I'm using a centralized server design, where clients uses NSURLConnection to send messages to the ...

© 2022 - 2024 — McMap. All rights reserved.