apple-push-notifications

Connecting to Apple's APNS using cURL with HTTP\2 support via nghttp2

醉酒当歌 提交于 2019-12-10 23:03:54
问题 I've attempted to compile cURL with HTTP/2 support by following this tutorial. I'm using Docker and my application is based off the official PHP Docker image, which uses Debian, although I've produced the same problems in an Ubuntu machine running inside a Vagrant VM. There appears to be no problem at first. Indeed, running curl --version shows everything I'd expect: curl 7.47.1 (x86_64-pc-linux-gnu) libcurl/7.47.1 OpenSSL/1.0.1k zlib/1.2.8 libidn/1.29 libssh2/1.4.3 nghttp2/1.7.1 librtmp/2.3

Apple push notification or firebase push notifications? [closed]

拜拜、爱过 提交于 2019-12-10 21:54:07
问题 Closed . This question is opinion-based. It is not currently accepting answers. Want to improve this question? Update the question so it can be answered with facts and citations by editing this post. Closed 2 years ago . I just want to know that i used fireabase in my project. Can anyone please guide me which is good for push notifications? Firebase or Apple Push notification. and I also want some genuine reasons which one is better for User. 回答1: Some of advantages are 1) Even if user

How to automatically delete push notifications from iOS notification centre at a specific time?

眉间皱痕 提交于 2019-12-10 21:45:19
问题 I am developing an iOS app using Swift which has push notification feature. The app sends Birthday reminders notifications to the users via push notifications (APNS used here). Currently, the push notification remains in the device's notification center until the user taps on that notification or opt to clear it from the device. Now I am looking for a way to automatically delete that push notification at the end of every day as there is no need of showing past day's birthday notifications in

getting warning messages while sending push notification to multiple iphone device

拜拜、爱过 提交于 2019-12-10 21:36:06
问题 While i am sending push notifications to multiple iphone devices using php webservices i am getting warning messages like : Warning: stream_socket_client() [function.stream-socket-client]: SSL: crypto enabling timeout in /home/sample_app/pushnotification.php on line 66 Warning: stream_socket_client() [function.stream-socket-client]: Failed to enable crypto in /home/sample_app/pushnotification.php on line 66 Warning: stream_socket_client() [function.stream-socket-client]: unable to connect to

Cordova Push Plugin iOS 8

雨燕双飞 提交于 2019-12-10 21:32:38
问题 Likely the same problem as PhoneGap Push Plugin Does Not Register iOS 8 Device but I do have an error message. I have checked the plugin version and I am getting the new version with the iOS mods. 2014-09-26 15:50:54.070 Score My Selfies[401:89341] CDVPlugin class PushPlugin (pluginName: PushPlugin) does not exist. 2014-09-26 15:50:54.071 Score My Selfies[401:89341] ERROR: Plugin 'PushPlugin' not found, or is not a CDVPlugin. Check your plugin mapping in config.xml. 2014-09-26 15:50:54.072

APNs Certificates look different in login keychain

主宰稳场 提交于 2019-12-10 20:06:49
问题 I'm working on generating some replacement APNs server certificates and I'm concerned because when I drag them into the keychain login they look different. Before the certificates looked like: Apple Production IOS Push Services: com.mycompany.myproduct But now they look like Apple Production IOS Push Services: AB12C3DEF4;AB12C3DEF4 where "AB12C3DEF4" is the app prefix. Has anybody else seen this? If you've generated an APNs certificate lately, did it look like this? This is the first time I

Sending Push Notification without accessing UDID

陌路散爱 提交于 2019-12-10 19:54:31
问题 I come to know that Apple started to reject apps that access UDIDs. Then How can we send push notification without accessing UDIDs. Is it possible? if yes, please help me to solve this problem. thanks in advance. 回答1: The device token (used by APNS) and the UDID are two different things. They have nothing to do with each other. You obtain the device token for push notifications in your app delegate's application:didRegisterForRemoteNotificationsWithDeviceToken: method. The documentation notes

Windows Azure ServiceBus Push Notifications APNS Architecture

匆匆过客 提交于 2019-12-10 19:50:13
问题 I am building an application hosted on windows azure which will send messages to users on iphones through the apns. I am using a service bus notification hub rather than a mobile service as I have an existing persistence infrastructure using RavenDB and queues. Say this is my notification service's send to apple method: public async void SendAppleNotificationAsync(INotification notification) { var hub = NotificationHubClient.CreateClientFromConnectionString( _configService.Get

No iPhone Developer/Distribution identity found on your certificate Error

折月煮酒 提交于 2019-12-10 19:47:51
问题 I made the IOS application using PhoneGap Build its working fine, but now I wanted to add (APNS) notification for that I made iPhone Developer Certificate from Mac for push notification and p12 file, provisioning profile. I followed all the steps mentioned Here. Still it shows No iPhone Developer/Distribution identity found on your certificate Error while building my application. Is this the right way what I am doing or any other solutions to do it let mi know. 回答1: Just spent an hour on this

Port Number for Incoming Apple Push Notifications

帅比萌擦擦* 提交于 2019-12-10 19:43:09
问题 What network services, port numbers, outgoing incoming or both, need to be open on a network for an ipod touch to receive Apple Push Notifications? I know the outgoing port number to set when sending the apns. The only thing is, in my school practically every outgoing (and incoming) port is blocked and as a result APNs do not work. I am sure that if I talked to my network administrator and told him which port to unblock, he would do so. So my question is: What network services, port numbers,