Questions tagged [apn]

Use this tag for Access Point Name only. For Apple Push Notifications use the [apple-push-notifications] tag.

An Access Point Name (APN) is the name of a gateway between a mobile network and another computer network.

For more information, see:

221 questions
19
votes
2 answers

Azure Notification Hub unable to upload .p12 for APN

I am not able to upload a .p12 for APN. and this is the error message I received. Any idea what cause this error? SubCode=40000. Failed to validate credentials with APNS. Error is The credentials supplied to the package were not…
user3512319
  • 191
  • 1
  • 4
15
votes
1 answer

apple service can not create 3 key service with apns

I am new in apple developer. I have problem when create apns key for my app ( there 2 key service before). Here is my capture screen After a lot of searchs, I still dont know why? I read apple doc that say only using apn key to make ios app can get…
kemdo
  • 1,279
  • 2
  • 13
  • 27
12
votes
1 answer

Is there a way to download an MMS from command line using curl or wget?

I'm doing some Android malware research for MMS based attacks. And I'm looking for a manual way to retrieve or download a received MMS message. I was hoping to find some curl or wget lines to be able to do so, but have not found anything useful. So…
not2qubit
  • 10,014
  • 4
  • 72
  • 101
11
votes
0 answers

Migrating from APN to FCM

We have this iOS application, we are sending push notifications to, using Apple Push Notification Service (APNs). We are now moving to Firebase Cloud Messenging (FCM) for sending notifications and we don't want to rebuild the app and release again.…
11
votes
1 answer

APNS Push PHP wrong response

We do have some issues with sending Pushes via APNS. As it seems we do get wrong responses from apple. The push is sent, but we do get an error response, which leads to pushes sent multiple times. Has anybody else experienced similar problems or do…
p.taeufer
  • 111
  • 2
10
votes
2 answers

How to connect to apn with PHP using p8 auth key file

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_Abstract::ENVIRONMENT_SANDBOX, …
mehmetsen80
  • 691
  • 1
  • 7
  • 23
10
votes
2 answers

Connecting APN using AT Commands

I need to connect in internet with a usb 3g dongle using at commands. My apn provider is: APN = tim.br Username = tim Password = tim How can I connect using only at commands? It's possible? Thanks.
FBilac
  • 133
  • 2
  • 2
  • 6
10
votes
4 answers

Read APNs in Android 4.2?

I have a problem reading APNs in Android v4.2 (Yes reading, not writing APNS), it is throwing a security exception: No permission to write APN settings: Neither user 10068 nor current process has android.permission.WRITE_APN_SETTINGS. Same code…
Shatazone
  • 2,220
  • 6
  • 27
  • 36
8
votes
1 answer

APN, GCM(FCM): How to add rich media to notifications?

I am working on a productivity mobile app with target android, iOS. I am using the meteor framework, cordova, and my app sends notifications using raix:push. Now I want to take advantage of the new features offered by Apple's UserNotifications…
JC-
  • 890
  • 1
  • 8
  • 12
7
votes
2 answers

Create Network Access Point Name with code,

I want to create APN by code, is there any support in Android SDK, i have tried a lot but not succeed,I found some info related to this http://blogs.msdn.com/b/zhengpei/archive/2009/10/13/managing-apn-data-in-google-android.aspx i made a class…
Sandeep
  • 2,472
  • 3
  • 18
  • 28
7
votes
3 answers

IOS notification when Application is closed

i have a ios application where to which i send remote notification when sending notification from server i am setting content -available = 1 and sound = "" When on IOS device i am using…
Santhosh S Kashyap
  • 705
  • 2
  • 11
  • 17
7
votes
3 answers

Multiple active APN

I am working with VoLTE capable android devices. When a device attaches to LTE it automatically gets PDN connectivity to APN1 , which is for Internet access. Immediately after that, the device requests PDN connectivity to the IMS APN (APN2). After…
juan noguera
  • 125
  • 1
  • 3
  • 8
6
votes
1 answer

Keys used with the ECDsaCng algorithm must have an algorithm group of ECDsa

I have the following problem, and cant find solution: While consuming APN (Apple push notifications) API, i implemented tokenized authorization. It's apple's new way of authorization on their push notifications api. Apple provides me private key,…
MIslavMIslav
  • 93
  • 1
  • 8
6
votes
2 answers

(OS X)Unable to Export .p12 on Keychain

Issues were encountered After creating both a Development SSL Certificate, as well as a Production SSL Certificate. In case you're struggling with the procedure, I found this link to be quite helpful: How to export certificate from Mac OS X to get…
6
votes
2 answers

Is it possible to switch APN programatically in android?

I am trying to develop an app in which I need to connect to a specific APN programatically for network testing purposes. As a user, I can do this by going to "Settings" -> "Wireless & networks" -> "Mobile Networks" (long press) -> "Access Point…
brunorey
  • 1,901
  • 16
  • 25
1
2 3
14 15