Tagged Questions

Apple Push Notification allows developers to push near real-time information to iOS devices

learn more… | top users | synonyms

7
votes
4answers
7k views

Does anyone know how to write an Apple Push Notification Provider in C#?

Apple really has bad documentation about how the provider connects and communicates to their service. I am confused about the protocol. If anyone out there could provide a C# sample of how this is ...
4
votes
1answer
49 views

Stopping push notifications

I am working on a app which has push notification in it.I have implemented it but my problem is I want to receive the notifications only when the user is signed-in to the app. Something like the ...
4
votes
1answer
3k views

Multiple iPhone APN messages, single connection

I have a strange issue. I'm trying to get Apple Push Notifications working with Python. I can connect and send individual messages without a problem. The issues pop up when I start sending more than ...
3
votes
1answer
324 views

Using a custom APN for a connection

I am developing an application where I need to make a connection to a server which is only accessible through a special APN. Therefore, I want to know, is it possible to specify an APN to use for a ...
3
votes
1answer
395 views

How to use only my access point

Is there a way to force all my requests to be made through my APN and not through wifi, without having to disable wifi? I want to know if it is possible for my application to use exclusively the ...
3
votes
3answers
7k views

Port Number for Incoming Apple Push Notifications

What network services, port numbers, outgoing incoming or both, need to be open on a network for an ipod touch to receive Apple Push Notifications? I know the outgoing port number to set when sending ...
2
votes
1answer
25 views

How to check that notifications are enabled on iPhone

How to check that notification is enabled on iPhone? I install the application, application say to confirm enable push notification for application, i click ok. But if notification disabled on iPhone, ...
2
votes
1answer
333 views

APN Device Token Encoding when using ColdFusion com.notnoop.apns.SimpleApnsNotification

I'm developing an iOS app dealing with push notifications. Our push notification server is written in ColdFusion and is using com.notnoop.apns.SimpleApnsNotification to send the notifications. In the ...
2
votes
4answers
2k views

Custom Apple Push Notification Server vs Urban Airship and likings

I need to implement the push notifications for one of my projects. Some of the possibilities I evaluated are: building my own APN sending script on the server using Urban Airship Which one would ...
2
votes
2answers
594 views

What can cause a connection to APNS to intermittently disconnect?

I've got a ruby script that opens a connection to Apple's push server and sends all the pending notifications. I can't see any reason why, but I get broken pipe errors when Apple disconnects my ...
1
vote
0answers
368 views

“Ice Cream Sandwich” and WRITE_APN_SETTINGS

Does anybody know how to write app for "Ice Cream Sandwich" using WRITE_APN_SETTINGS permission ? WRITE_APN_SETTINGS is now ignored in ICS and code touching APNs fails.
1
vote
2answers
62 views

Remote Notification Token handling

I'm registering my iPhone application for Remote Notification. Here my scenario: User opens my app and register for remote notification User turns notification off for my app User open my app User ...
1
vote
1answer
230 views

Delete APN (Reset to Default)

How can I program the "Reset to default" function from the APN menu in Android? I used the code from http://blogs.msdn.com/b/zhengpei/archive/2009/10/13/managing-apn-data-in-google-android.aspx to ...
1
vote
1answer
81 views

Is it possible to handle apple push notifications received in background?

Is possible to distinguish when user manually resume application or accept push notification? I also want to handle push notification params.
1
vote
2answers
276 views

Android APN Enforcement

Someone know if there's a programmatically way to use a specific defined APN on the device which is not the default one? Thanks.
1
vote
1answer
117 views

APN Settings for O2 service in UK + Blackberry

I am developing an application which requires connection to the internet. Till now i have been using Wifi and WAP 2 connection UID for Http connection and everything has been working fine. But now ...
1
vote
2answers
465 views

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 ...
1
vote
0answers
90 views

Enabling Apple Push Notifications for ad hoc distribution environment

I have successfully implemented APN for development Environment. But i am facing problems while implementing the same for ad-hoc distribution environment. Can anybody please suggest me do i need to ...
1
vote
0answers
230 views

Switch APN Android

Just wondering if anyone can help with the following question: I'm looking for a way to change the default APN in Android. Basically if I haven’t received a message back from the server, I want to ...
1
vote
1answer
571 views

using apn_sender on heroku

We built an api in rails and are hosting it on heroku and using apn_sender to do the push notifications. We got everything running locally with apn_sender but when we push it to heroku and run ...
1
vote
0answers
269 views

Need to connect over a specific APN. But dont want to lose connectivity for other applications

The current version of android supports multiple APNs but does not support multiple active PDP contexts. Why had Android choose not to go down this route? And is it planned in future releases of the ...
1
vote
1answer
589 views

Activating multiple APNs on Android

Is it possible to create and activate an apn programatically on android? Is it also possible to activate more than 1 apn at the same time? thanks!
1
vote
1answer
964 views

How to enforce webkit to use system APN proxy in Android?

I'm trying to force Webkit to use proxy definde in APN. My proxy configuration: APN: wap PROXY: 192.168.6.102 PORT: 8080 USER: wap PASSWORD: wap` Currently all connections made by Webkit are ...
1
vote
0answers
221 views

is it possible to specify an apn setting for a connection in Android?

I just want my connection to use this apn, i.e. I don't want to set the global apn.
0
votes
1answer
24 views

rails apns for push notifications to apple ipad - which gem to use?

I'm looking to push notifications to apple from a rails 3.0.3 application. I have found a variety of apns"ish" gems including apns_on_rails. Some of them seem a bit old (1 or 2 years) and it is very ...
0
votes
0answers
17 views

Apple Push Notification Service Statistics

Is it possible to find anywhere information about Apple Push Notification Service usage - how many people are using, and how many people are declining them? Or maybe, somebody already have this sort ...
0
votes
2answers
16 views

iOs: how to take into account all notification received when app become active

I'm setting up Apple push notification for my iOS app. If several notification are received when the app is not running (or in background), how can all received notifications be taken into account ...
0
votes
1answer
23 views

Deprotected .p12 private key file

I use apn node.js module to send Apple Push Notification but it does not work. In the configuration, I use my key and certificate in .pem format but the key is protected. I have created this ...
0
votes
0answers
147 views

How to get WIFI/Mobile proxy settings in Android

On my Samsung Galaxy S phone, I can set proxy host/port for Wifi and Mobile APN. Now I would like to get those settings in my application. I searched around and found that you can get it by calling ...
0
votes
0answers
63 views

Android - Handling changing apn connection

I was wondering how Android is doing that. Example: WAP Push indicates an incoming MMS. Change APN to MMS. Download MMS. Restore connectivity to default APN. So how is this change of APN done? ...
0
votes
1answer
85 views

java.io.IOException:APN is not specified . what APN i have to set manually to device for Wi-Fi network?

when i searched over the net for this exception , i found it's a comman issue in blackberry http connection's . as this thread says i have to set APN enabled in options >> advanced options ...
0
votes
1answer
93 views

global leak errors in mocha

Was trying to unit test the apple push notification library https://github.com/argon/node-apn but I get a global leak error when I try to open up an APN connection. Is that a configuration error ...
0
votes
0answers
98 views

Is possible to read APN Configuration Profile with SDK on Iphone?

First of all, i apologize for my weak english, i'm tring to improve it as quick as i can. By the way, i've read a lot of article on stackoverflow, and i've learn a lot, but in this occasion i feel ...
0
votes
2answers
537 views

App with WRITE_APN_SETTINGS permission is not available to Galaxy Tab 10.1 GT-P7500 on Android Market

I have found that Android application with WRITE_APN_SETTINGS permission is not available to Samsung Galaxy Tab 10.1 GT-P7500 on Android Market. I can see also from developer console that app is not ...
0
votes
0answers
127 views

application specific APN configuration in iphone

With iPhone Configuration Utility, it is possible to set APN settings and create/export a mobile configuration file to install in iPhone. I will provide this configuration with my application among ...
0
votes
2answers
80 views

can app decide to show alert based on user dictionary when receiving a push notification?

Is it possible when you receive a push notification to somehow have your application decide whether or not to show the AlertView indicating you received a push notification? Or does the OS just ...
0
votes
2answers
38 views

Pushing custom gem-changes to Heroku

I'm having problems with certain model associations in my web-app deployed on Heroku. On my local machine I made some custom changes to the apn_on_rails gem, which is installed in my ...
0
votes
0answers
124 views

Heroku APN rake db:migrate not creating necessary tables

I have a local rails install that uses the APN gem for Apple push notifications (https://github.com/natescherer/apn_on_rails). When the code base is pushed to heroku it seems to go fine without any ...
0
votes
0answers
139 views

APN Bypassing Application with Android

I am currently trying to develop an Android application that acts like a connection manager. Instead of using the default APN settings found in the phone to connect to 3G, this application has hard ...
0
votes
1answer
144 views

Android: restore APNs when app uninstalled

sorry for a possibly duplicate question. AFAIK there is absolutely no way to detect the moment when app gets uninstalled. I am currently writing an app which should among else toggle on/off 3G data. ...
0
votes
1answer
105 views

BlackBerry connection on simulater working, not on device

The following code works fine on the simulator, but when I deploy it to the BlackBerry device I'm not able to connect, am I doing something wrong? URL = "socket://" + server + ":" + port + ...
0
votes
1answer
430 views

APNs-Sharp work on an ASP.Net application?

I saw a few posts on apple push notifications from an asp.net application but none of them i saw addressed the issues i'm having with the APNs-Sharp libraries. I'm assuming it should work with an ...
0
votes
0answers
118 views

Android-Unable to access internet from emulator after update to SDK Tools, Revision 11

It seems after resent update of SDK Tools, Revision 11 I'm not able to access internet from emulator. I'm not behind any proxy and using the standard/default TelKila apn setting which sets APN to ...
0
votes
0answers
308 views

use gsm network for internet while wifi connected

in android, how can I connect to internet by gsm network when wifi connected. I try to connect internet with different apn or wifi. but, when wifi connected, it suppresses gsm network and application ...
0
votes
1answer
146 views

I have changed the APN and using permission to do that, set a web client on a WebView

I have changed the APN and using permission to do that, set a web client on a WebView. I have also enabled JavaScript. Now I am opening the page with a URL that is opening in the browser with or ...
0
votes
1answer
186 views

Danish characters with Easy APNs

I am trying to send Danish characters (Æ, Ø, Å) in an alarm notification using Easy APNs but when doing so, no message is send. If I send it with sound, only the sound is send. Also the message will ...
0
votes
1answer
122 views

Apple push notification sent_at in apn_notification table is null

I use following code with apn_notfications in Ruby device = APN::Device.create(:token => "XXXXXXXX XXXXXXXX XXXXXXXX XXXXXXXX XXXXXXXX XXXXXXXX XXXXXXXX XXXXXXXX") notification = ...
0
votes
1answer
135 views

Apple Push Notifications - put data into app

Is it possible to put additional data into the APN payload and read this in the app after launching?
0
votes
1answer
784 views

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 ...
0
votes
1answer
300 views

Current used APN?

I added two APN configurations and then scanned the APN database. I noticed that both APN entries are marked as "current=1". how can I identify the currently active APN configuration ...

1 2