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 display image in Notification other than app icon.[iOS]

I Want to display Image in the push notification Banner Like the attached image.How can i achieve that.Can any one help.The screenshot is from an android mobile but i want the feature in iOS.
0
votes
2 answers

Connect Beaglebone black to Internet via Fona and a Sim needing APN authentication

I have a BBB, a Fona from Adafruit and a LycaMobile 3G Sim card and I wanted to connect BBB to internet using this 3G sim. I followed : this tutorial from adafruit to do so. But to connect to my APN I need to set username and password. SO I did…
wald
  • 93
  • 1
  • 2
  • 9
0
votes
0 answers

Using GCM for iOS APN

I am trying to create push notification in my iOS app using the GCM. If I want to submit the app to App Store, would Apple approve or reject my app?
mojo
  • 5
  • 4
0
votes
1 answer

Is it possible for a modem to connect to an APN using GSM only, not GPRS?

Using a 2g/gprs modem (BGS2T), it seems like we are able to connect to an APN and communicate data though it with only a GSM connection. Is it possible we are doing this without a pdp context being active between the the modem (mobile station) and…
J Gendis
  • 11
  • 1
0
votes
0 answers

Sending emails with javamail using APN for host (Android)

I want to send emails with javamail-android but I'am using a host server different than usual ones (Gmail, Yahoo, Hotmail, etc). The host is accessed via APN throught the mobile data network, I don't know how configure this. Currently my code for…
lcastillov
  • 2,163
  • 1
  • 11
  • 17
0
votes
1 answer

Push token is not generating when app is installed using archive ipa file.Token is generating when app is installed with binary file

i have created in-house production push certificate not able to generate push token with iPA creation .Token is generating when app is installed with binary file through iTunes and app is installed through Xcode. Why it is happen like this can any…
0
votes
1 answer

iOS (APN) - Authentication failed because the remote party has closed the transport stream in C#

While sending push notifications from C# code to apple phone i am getting this error. I googled for this issue but those answers could not solve this problem. Can any one give me suggestions to fix this issue. protected void…
Rao
  • 71
  • 1
  • 9
0
votes
1 answer

node js mongo db dependencies (doc not being found)

I have the following code: var method = PushLoop.prototype; var agent = require('./_header') var request = require('request'); var User = require('../models/user_model.js'); var Message = require('../models/message_model.js'); var async =…
fredp613
  • 107
  • 1
  • 8
0
votes
0 answers

Can I use both internet connections on a phone simultaneously in Android Programming?

If I've a Dual-SIM phone (3G and 2G respectively), and I want to connect to both the internet networks simultaneously, is it possible through Android Development ? To repeat, I want both connections to be active and simultaneously maintained.
user3279692
  • 329
  • 2
  • 13
0
votes
0 answers

IOS APN for Push Notification in PHP

When i send push notification from xampp, notification has been sent. But after upload the files in server, it will show the error as: Warning: stream_socket_client() [function.stream-socket-client]: unable to connect to…
0
votes
1 answer

What is the point of phonegap-build/PushPlugin? Doesn't the device OS handle receipt from GCM/APNs?

What is the point of phonegap-build/PushPlugin? Doesn't the device OS handle receipt from GCM/APNs? I'm looking to use Drupal w/Push-Notifications Module to handle storing ids and forming requests to the GCM/APNs servers.
user3731460
  • 334
  • 4
  • 14
0
votes
1 answer

Apple Push Notification on Mac for Application not on appstore

I am trying to integrate Push notification service on cocoa application but my application is not eligible to submit on app store. Does anyone have idea that can we use push notification (APNs) for application outside mac app store ?
0
votes
1 answer

Multiple APN Support on Android Devices

I am trying to use two threads each to open a webpage with different network type. Thread 1 using TYPE_MOBILE_HIPRI and Thread 2 using TYPE_MOBILE using requestRouteToHost() method. But, in any case both the threads do not become true. My,only…
0
votes
0 answers

Calling "http://maps.google.com/maps?saddr=" across an APN

In Android I'm using the following snippet to load Google maps: Uri geoURI = Uri.parse("http://maps.google.com/maps?saddr=" + source + &daddr=" + destination); Intent mapIntent = new Intent(Intent.ACTION_VIEW,…
0
votes
1 answer

Change android APN proxy in code

I have a problem with access to my web services from some providers in my country because their APN proxys block outside traffic. So, I would like to programmably change APN proxys on phones that have these proxys inserted (if proxy is set you can…
Tadej Vengust
  • 1,351
  • 4
  • 18
  • 35