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
2 answers

Remote notifications from background

I am creating an app in swift which will use UNNotificationAction buttons. I have userNotificationCenter set up properly and I can call didReceive properly while the app is open... From here I show a modal window. The issue is that when the app is…
Patrick Meyer
  • 75
  • 1
  • 9
0
votes
0 answers

apple apns notifications are being delivered out of sequence. one previous push notification is being sent instead of current one

I have configured my push notifications using the node apn library. I use an AWS lambda function to send the notification and it is called from another lambda function using event as the invocation type as follows: var pushPayload = { "users":…
alionthego
  • 8,508
  • 9
  • 52
  • 125
0
votes
1 answer

Node-apn throwing Error 8 frequently

I came through this weird behaviour with node-apn throwing error 8 sometimes only. Debugged for same certificate, token and app build. Details as follows Called Node APN service iOS token and data to send push notification, while the app was not…
Praveen
  • 419
  • 3
  • 14
0
votes
1 answer

Set mutable-content to 1 in Twilio chat iOS APN push payload

I'm trying to integrate push notification for Twlio chat in iOS. One of the release blogs says: Custom push notifications: Fully configurable iOS and & Android push notification allow users to mute specific channels, customize sounds for push…
Abhishek Jacob
  • 171
  • 1
  • 5
0
votes
1 answer

IOS PushNotification multiuser app

I want to develop an multiuser IOS application with push notification , an every user will get different notifications which are related to his account. My question is that, is it possible to make differences when another user is logged in, can the…
Attila
  • 15
  • 1
  • 1
  • 3
0
votes
0 answers

Can we get raw google adwords data?

I am trying to fetch raw data from google Adwords but not able to find it.I am able to get group level data but in that case our all dimension and metrics doesnot fall under one group, so I m looking for raw data.Please help me if google Adwords…
Manish Kumar
  • 257
  • 1
  • 4
  • 10
0
votes
1 answer

Is it possible to automatically configure APN settings?

I'm using an A6 GSM module to connect a microcontroller to a server over the Internet. I noticed that I have to manually configure the APN settings for each SIM card I use. So, is it possible to automatically configure these settings? How does a…
Cristian M
  • 715
  • 2
  • 12
  • 32
0
votes
1 answer

Sending MMS Through Android Code

I'm looking at the code posted here for sending MMS through an Android Application, and I'm very close. I have successfully sent an MMS while the Wifi connection is NOT enabled. But when it comes time to use the httpConnection in never connections…
apmeyers1987
  • 859
  • 1
  • 7
  • 11
0
votes
1 answer

Send message from php/mysql to iPhones

i am building a website which needs to send reminder messages to iOS (and Android) devices at certain times/dates. So not to a specific app on an iPhone, but to the iPhone itself. like in the way the reminders app on the iPhone works: even when the…
Dave33
  • 383
  • 3
  • 18
0
votes
1 answer

iOS APN Push Notification - Device Token

When working with push notifications via the Apple's APN service, when my app is installed and the user opts into receiving push notifications a device token is generated. Is this device token unique to every single device or is there a global…
0
votes
0 answers

“Error getting Mms Carrier values” when querying Android Telephony.Carriers public class

I am having trouble obtaining the "server", "mms_proxy", and "mms_port". I haven't found anything official anywhere from Google about why this is? I would assume if this is something I cannot do then that would be stated by Google. The Android…
0
votes
2 answers

iOS Push notification using Firebase

I am working in a project where I need to show notifications fired by Firebase. Everything works fine with the send and receive flow. But I need to customise the notification before showing it, i.e., when the app is in background. Because the…
user8994346
0
votes
1 answer

Push notifications stop working after packaging iOS app

I have an enterprise iOS app I'm developing which receives push notifications for various features. I have the push notification service installed and working while debugging the app with Xcode and an iPhone X (phone doesn't matter, I've tried…
Jordan
  • 319
  • 2
  • 12
0
votes
0 answers

Apple's APN Delivery acknowledgment

Is there a way to find or confirm a Push notification (Apple Push Notification - APN) has really reached IOS Device? We are finding it hard to troubleshoot, when we get a success and a user complains that they haven't received the notification.
Sam
  • 11
  • 2
0
votes
1 answer

How to count push notifications APN

On the server side, the nodejs platform for sending Apple push notifications is using node-apn Here is an example with a badge - this is the number of pushes. const apn = require("apn"); let tokens = ["", "
coder fire
  • 993
  • 2
  • 11
  • 24