apns-php Questions
3
Solved
Am new to Apple Push Notification services in iPhone app. I have learned these tutorials and apple document,
www.raywenderlich.com/3443/apple-push-notification-services-tutorial-part-12
www.rayw...
Plain asked 8/5, 2012 at 5:40
5
Hi i am sending IOS push notifications using apns and curl in php and getting this error message.
I also define 'CURL_HTTP_VERSION_2_0' but still getting this error:
Unexpected HTTP/1.x request...
4
I am working with Pushy Notification where I need to register with the p8 file. So how can I create that p8 file from developer account?
Apodictic asked 19/6, 2017 at 13:23
8
Solved
I'm having trouble with using APNS with PHP and getting the following message:
stream_socket_client(): Failed to enable crypto
The problem only happens sometimes, and other times it would actual...
Tawnatawney asked 11/3, 2015 at 19:3
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
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
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
4
Solved
I'm trying to send my phone a push notification using the simple PHP tool which connects to ssl://gateway.push.apple.com:2195, but the connection fails with the following errors:
Warning: stream_s...
Furrier asked 21/9, 2016 at 9:3
2
Solved
Development environment:
iOS 9.3.2 (iPh6ne 6+) ... but it works on iOS 8.x
Phonegap 6.2.7
Phonegap-plugin-push v1.7.2
PHP7 (server side)- contentpush - ref
My situation:
the token was deliv...
Hawkinson asked 29/6, 2016 at 3:50
5
EDIT - Using the enhanced binary format
Turns out I wasn't using the enhanced binary format so I changed my code.
<?php
$message = $_POST['message'];
$passphrase = $_POST['pass'];
//Connect...
Adamo asked 22/8, 2013 at 10:57
2
Solved
It's a late night. I just spent 10 hours in google/stackoverflow search and experiments. And seems I hate Apple Push Notifications. I'm totally frustrated and will appreciate any help.
Thank you.
...
Saccharide asked 13/8, 2015 at 1:11
1
Solved
I am sending a silent push notification to my app, then processing the content of the push notification, before deciding whether to send a local notification to the user. However I cant fire a loca...
Cyrenaic asked 24/3, 2015 at 15:13
3
Solved
I basically want to make multiple push notifications in the same application visible in the notification tray in iOS.
This scenario works if my data is on while push notification is triggered via ...
Lectionary asked 13/2, 2015 at 14:54
4
Solved
I am using Apples iOS Enhanced Notification Format to send push notification in bulk, and using the PHP solution described in this post: https://mcmap.net/q/718821/-php-apple-enhanced-push-notifica...
Apostle asked 10/2, 2014 at 15:34
1
Solved
Yes: there are many duplicates to this question, but none of the answers helped.
I am following this great tutorial by Ali Hafizji on using APNS service for push notifications.
Testing APNS in d...
Zoophyte asked 26/9, 2013 at 15:4
1
I am using the apns php server provided at https://code.google.com/p/apns-php/.
I've have set up th push notification certificate but my code still throws an error on connect.
What is wrong with...
Hillside asked 11/5, 2013 at 20:41
1
© 2022 - 2024 — McMap. All rights reserved.