python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Carrier app throws SecurityException when adding an APN
We have an eUICC with carrier privileges, we are able to check the privileges by
telephonyManager.hasCarrierPrivileges() and it returns true.
Android documentation says that we are able to use the Con...
muhammetgurdogan
Votes: 0
Answers: 0
Sending Apple Push Notification via PHP: unable to connect to ssl://gateway.sandbox.push.apple.com:2195 (Connection timed out)
I have the following PHP code to send Apple Push Notifications to my app:
<?php
$body = '{"aps":{"alert":{"title":"test title","subtitle":"&qu...
David
Votes: 0
Answers: 1
php apple push apn not send push notification before 2 month its workinf fine but right now code not work
function sendIphonePush($deviceToken, $msg, $badge = 0, $check = 0, $version = 1) {
$apnsHost = 'gateway.sandbox.push.apple.com'; //sandbox phasesandbox.
$apnsCert = 'Rendatsdsse_UserNddd.pem';
$ap...
varun negi
Votes: 0
Answers: 0
iOS 15 app does not receive silent push notification(=background notification)
I'm stuck for several days and need your kind help.
I want to receive silent push notifications a.k.a background notifications to update my app content.
Below part in the AppDelegate does not get call...
Hiro
Votes: 0
Answers: 0