urbanairship.com

unable to get push notification using Urban airship push notification service?

I am testing to see if i get push notification or not.so i created a account on urabnairship.com.when i send the message it says ok we sent the message but i cannot get any message on my device.does someone knows about using urbanairship.i have iphone 3g and i've turned off 3g and airplane mode and wifi is turned on.I am getting device t...

in app purchase urban airship help

Hey evveryone, this is first time for me here, but not last i can see from all the good questions answered here :D Here is my question: Im about ot make a new iphone app and would like to use In-App-purchase in it. Im a one man developer, so i dont have a server to hold all the packages, so urban airship is just something that fits me :...

How to schedule repeating Apple push notifications?

I am wondering if it is possible to setup repeating push notifications. The reason I want to do this is to allow my users to schedule a daily reminder at a particular time. Is this possible? Currently the only options I can think of are: schedule a lot of notifications, say one each for the next 30 days. Then "top up" the notifications...

iphone push notification urbanairship

hi, i"m want to send notification from my server side (c#) via urbanairship api is there any example in c# how to do it? thanks ...

Push Notification Strategy for App using the Urban Airship service (iPhone)

Hi I am building an app that uses the fine Urban Airship api to send the user push notifications. The app keeps track of event dates that are added to the app by the user. This means I have no server in place for dealing with push, the app itself simply schedules a push notification with Urban AS when the user add the event date and t...

Urban Airship Tags issue

I modified the alias sample code from: [request addRequestHeader: @"Content-Type" value: @"application/json"]; [request appendPostData:[[NSString stringWithFormat: @"{\"alias\": \"%@\"}", self.deviceAlias] dataUsingEncoding:NSUTF8StringEncoding]]; to: [request addRequestHeader: @"Content-Type" value:...

Is it me or xcode... Somethings wrong with my braces and it just causes errors! Please help! iPhone SDK + Urban Push

Help! I cant find whats wrong. My code is up and mostly running and i needed to incorporate Urban Air push notification and there is something wrong with my code. If there is a better or different way to incorporate this that works without my errors I would appreciate that. I took this code from a tut of Urban Airmail. I wasnt sure wha...

This one line of code has the expected ; before and unary minus errors for xcode iphone. It just one line! Ahhh!

Alright. So I asked a question here but I feared that I anwsered it myself and closed the dicussion. No Idea if I did that. That question is available here; http://stackoverflow.com/questions/3411650/is-it-me-or-xcode-somethings-wrong-with-my-braces-and-it-just-causes-errors-p let me go ahead with my code that gives the expected ; and ...

Apple Push Notification Service using Urban Airship in iPhone

Hi friends, I have implemented Apple Push Notification service using Urban Airship and successfully received the notification in my application. If i receive the notification the alert view comes, If i click the view button in alert view, it goes to start the application. Generally it happens in APNS. But my client wants, If any updates...

Google App Engine (GAE), Urban Airship, Java, Push notifications. Sample code?

My server is running on GAE (Java), and I'm using Urban Airship service to deliver push notifications. Of course, everything works fine when I use their web-interface to send a test notification, but I'd like to add a test-button to my GAE app/server to have it trigger UA to send the push. The problem is, all of the examples I've seen ...