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:

242 questions
0
votes
1 answer

How can I call my Apple Push Notification node script via PHP? (already works in ssh)

I have never dwelled in to node.js however I have now had to, to be able to implement push notifications in my iPhone app. I have successfully created a node script that successfully pushes apple notifications to mobile devices. I can run the script…
0
votes
1 answer

APN Status '400,' How can I get more data about error?

I'm using node-apn to send push notifications to my device. Whenever I try, I get the following: { sent: [], failed: [ { device: '****', status: '400', response: [Object] } ] } I'm fairly certain my device token is correct. Is…
Vishnu Murale
  • 173
  • 14
0
votes
1 answer

APN configuration with authentication tokens

I'm trying to write some nodejs code to send a notification to an APN.[Apple push notification service]. I seem to have some control over the server code, but I need a device token from the client to get it. I used this sample code…
Umashankar Das
  • 601
  • 4
  • 12
0
votes
1 answer

Read APN from a device Android 6.0

I've read a lot of topics about read APN by code with Android and it seems that it is not possible anymore since Android 4.2. However, all the topics are older than 2/3 years and I'd like to know if there is a good solution that enables me to read…
0
votes
1 answer

Xamarin Forms and Remote Notification

I'm trying to implement remote notification on a PLC project that supports iOS and Android platforms. I will be using a web API to handle the register and push the notification. I need help on how to set up the remote notifications. This what I have…
0
votes
1 answer

android APN How to read and write it?

i work on a app (> 4.4) and my boss would like to save the configuration of the APN into the SQLite (our database). As this, if the APN is lost for a reason we can retrieve easily these information and configure it .. well, i've try some code but…
tapastoutvu
  • 59
  • 1
  • 11
0
votes
1 answer

swift iOS 10 cant re-register for push notification, what is missing?

import UIKit import UserNotifications class SLPushNotificationManager: NSObject, UIApplicationDelegate { class var currentManager : SLPushNotificationManager { struct Static { static let instance : SLPushNotificationManager…
Ehab Saifan
  • 290
  • 2
  • 13
0
votes
1 answer

MultipleCompilationErrorsException installing apns plugin in grails

I'm trying to implement in my project the "Apple Push Notification Service Integration" plugin grails (http://grails.org/plugin/apns), but I'm getting an error that seems that use a deprecated method in grails. My questions is; is some different way…
S.P.
  • 2,274
  • 4
  • 26
  • 57
0
votes
0 answers

Firebase: Changing APN Certificate

I am trying to change the APNs Certificate but "The Bundle ID in the certificate does not match the Bundle ID you entered" msg appear.
0
votes
1 answer

APN Settings / Parameters

while configuring APN (Access Point Name) settings the carrier provide the APN name , APN username , APN password and also included this APN opcode 65310 can anyone explain or have a hint to what opcode is. Any help will be greatly be appreciated
Francis
  • 603
  • 1
  • 6
  • 17
0
votes
0 answers

How to integrate large picture in remote notification in ios device

How to integrate large picture in remote notification in ios device. In android we can use Notification.BigPictureStyle but in ios how can I implement that?
Dhaval
  • 389
  • 1
  • 10
0
votes
0 answers

Windows Mobile - Updating GPRS settings using C#

I am using the following code to update the APN settings on a Windows Mobile MC67 device: XmlDocument configDoc = new XmlDocument(); configDoc.LoadXml( "" + "" + …
SnapADragon
  • 536
  • 7
  • 21
0
votes
2 answers

PushSharp iPhone push-notification doent work

Im trying to send push to IOS APN with pushsharp nuget. push.RegisterAppleService(new ApplePushChannelSettings(false, applecert, ""), serviceSettings); AppleNotification notif = new…
Idanb
  • 1
0
votes
1 answer

Automatically connect to APN with Android AOSP ROM

I have built a custom ROM based on Android 4.4.4 custom ROM on Tilapia (Nexus 7). When I put a SIM card in the device, the APN is not automatically added. It is a Free Mobile SIM card and this carrier is listed in /etc/apns-conf.xml. So I would…
alexislg
  • 1,018
  • 13
  • 20
0
votes
1 answer

APN Device Token for Multiple Users

I have read apple's push notification guideline and a few stack overflow questions such as these: APNs duplicate tokens Are push notification tokens unique across all apps for a single device? What Happen If a APNS Device Token Expired? Does the…
Olla Ashour
  • 301
  • 1
  • 11