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 to register the IOS device token and receive message in the Amazon SNS (notification service)?

I am working on a IOS project and I would like to integrate the SNS to my project without simply using APN. All I need is: Ask the user whether to receive notification get device ID Store device ID Send to each device ID using PHP Since I have work…
user3538235
  • 1,991
  • 6
  • 27
  • 55
0
votes
2 answers

Emoji Detection while filling apn Payload

I am trying to send Push Notification with payload for IOS, payload has limited size which is 256 byte so when Push Notification message has emoji or different than text I can not detect actual message size as a result payload size excedd 256…
Poyraz
  • 359
  • 1
  • 5
  • 12
0
votes
1 answer

NodeJS APN push duplicated notifications

guys, I'm recently trying to use nodejs as a 3rd party APN server and I'm using the node-apn module(https://github.com/argon/node-apn). When I push the same notification(I mean, the same alert) in a short period of time(like 5 notifications in 5…
0
votes
2 answers

IOS push notification delete

I use a phone gap plugin and xcode 5. Lets see the example of the problem: The application is in background or closed. I send the notification. User sees the notification pop up, without clicking on it. I send another notification. If user open…
Alexander Gorelik
  • 3,985
  • 6
  • 37
  • 53
0
votes
1 answer

Can library register app to get notification?

I'm developing a library for mobile apps. The library is mainly a wrapper to my web API (REST), and provide several objects in order to facilitate the implementation in code. Can my library register to get notifications in behalf of the host app…
Ziv
  • 161
  • 8
0
votes
1 answer

Not able to connect to TCP server through APN

After googling thoroughly I finally decided to post my problem which is really giving me nightmares. In my app I am trying to connect to a TCP server using the Network Carrier internet and using following connection…
Jits
  • 13
  • 2
0
votes
1 answer

Is APN name case sensitive?

Is every APN name case sensitive? Also, how important is APN name? When I use airtel SIM, every APN name seems to work, (sim is 64K type). But if apn name is airtelgprs.com and I use SIM idea it does not work.
Hgaur
  • 109
  • 3
  • 10
0
votes
0 answers

Setting up apn_sender for Rails 4

I looked at the github but cannot find how I can start sending notification or configure the setting for the apn_sender. Everytime I start the apn_sender using this gist https://gist.github.com/mariovisic/965976 I get the following…
Encore PTL
  • 8,084
  • 10
  • 43
  • 78
0
votes
0 answers

change APN Settings in Android for all OS versions 2.2 onwards

How to programmatically change APN Settings in Android for all OS versions 2.2 onwards? Is it possible to change them on OS versions 4.0 onwards?
0
votes
1 answer

How to detect available APN settings?

I need to access somehow APN settings in my BlackBerry application. My app is running on JDE 4.2.1. Any help?
nixau
  • 1,095
  • 1
  • 14
  • 27
0
votes
1 answer

Android SDK set Authentication Type on APN creation

I'm writing an app for a client that needs to customize his Gingerbread smartphones: problem is that I need APN to use PAP Authentication Type, but I can't find a way to set it programmatically... I found out how to create an APN, but I can't figure…
tiwiz
  • 327
  • 5
  • 19
-1
votes
1 answer

Can PDN Connectivity Request for IMS APN be initiated if VoPS support is not there in Attach Accept?

I have a scenario where UE requests for the VoPS service in the Attach Request, but the network is sending eps_netwk_feature_support_incl as 0, which as per my knowledge signifies that the voice service over PS is not supported. Further, I can see…
Nikhil Shaw
  • 334
  • 2
  • 7
-1
votes
1 answer

Cpanel APN configuration

I want to enable APN in my cPanel server. As per the instructions, I should open the ports 2195 and 2196 for both inbound and outbound connections in the Config server firewall. Can someone tell how I do this on cpanel
-1
votes
1 answer

Purpose of Telephony Provider

Some background information: I have a certain yet to be released tablet and sadly the people who designed it seemed to have removed TelephonyProvider.apk Here's how I've reached that conclusion : When I go to More... in WIRELESS & NETWORKS there…
Karthik Balakrishnan
  • 4,353
  • 6
  • 37
  • 69
-2
votes
1 answer

Looking for a suggestion for building an APN Server that stores data (token) in SQL

I originally used http://www.easyapns.com/ as a guide for building my backend and sending push notifications. However I quickly realized that this no longer works, and I'd love to find another solution that works similar. Essentially I need to…
f00d
  • 581
  • 1
  • 6
  • 21
1 2 3
16
17