0
votes
1answer
49 views

Find iPhone devices/device tokens in specific radius :-

I want to find iPhone devices/device tokens within a specific radius from particular location. For example : Within a 25 K.M. of radius from Sydney,i want to get iPhone devices tokens. I am ...
1
vote
1answer
72 views

Managing own token cache crashing ios

I have followed the steps to manage my own token cache when a user logs in through Facebook on my app, however it always crashes when the login button is pressed. It calls: NSDictionary *data = ...
10
votes
1answer
2k views

Authenticating requests from mobile (iPhone) app to ASP.Net Web API (Feedback requested on my design)

I'm designing a web site that will have a mobile companion (initally iPhone only). The web site will be an ASP.Net MVC 3 application. I'll also have an ASP.Net Web API site (MVC 4) to expose services ...
0
votes
3answers
2k views

Not getting the Device Token on iPhone iOS 5.1 Xcode 4.3.1

Like many i struggle with Push notifications. Now, I got almost everything working. I have the certificates, keys and all in place. I even ran it the first time and got the famous alert box asking me ...
0
votes
1answer
292 views

Is it necessary to develop an iPhone Native App with session token controlling at server-side?

Hello, everybody. I am developing an iPhone native app(including webview in it) which could communicate with my server-side webservice. The system has user management module which user could ...
0
votes
1answer
78 views

Push Notification on published app only works on non-development device

I have an app in the store and push works for anyone having bought the app, no problem there. But it does not work on the two phones we used for development. How do we solve this? tunebot for iphone
0
votes
2answers
409 views

Error: expected identifier before '#' token

After searching for this compile-time error, I found a lot of closed ones, but usually with ')' or '}' which didn't seem to be the problem I'm facing. I'm developing an iPhone app and have a ...
4
votes
0answers
2k views

send device token to server

I have read a lot of tutorials for this and i just wanted ti know if this is right way to do this - (void)application:(UIApplication*)application ...
0
votes
1answer
321 views

iPhone personalized push notification with client id - how?

I'm starting with push notifications on the iPhone. I've read the documentation and several tutorials. What I want to do: My server stores app-settings, stored by the user. Depending on these settings ...
1
vote
1answer
605 views

When should I request a Facebook access token?

Facebook changed their Graph API recently to require an access token. Therefore I quickly made a Facebook application to be able to retrieve an access token, use a URL similar to the one below, ...
1
vote
0answers
395 views

iPhone app token session with the backend

I'm creating an iPhone app with a ROR 3 backend. I'm just wondering about the best practices with regards to user sessions and session tokens. I would like to design the app such that after an initial ...
0
votes
1answer
1k views

Saving Facebook access_token in NSUserDefaults on iOS

iOS beginner here. I'm using the following code to save my facebook accessToken and expirationDate in NSUserDefaults: facebook = [[Facebook alloc] initWithAppId:@"225083222506272"]; [facebook ...
0
votes
4answers
366 views

Expected ')' before ';' token error?

I am creating an Iphone app, and It works by an NSTimer that calls the -(void)gameLoop every sixtieth of a second. here is the gameLoop -(void)gameLoop { paratrooperTimer += 1; if (gameState == ...
1
vote
1answer
2k views

Need Help Sending a URL with Device Token to our database from our iPhone App

We added Push Notifications to our App but we need help with sending the Device Token to our database. As of right now we have our database set up so all we have to do is get our Device Token from ...
1
vote
2answers
2k views

validate iphone push notification token?

I've not yet implemented push notifications in my app. My understanding is that the app running on the device must request a token, then send this token to my server, and that my server must pass ...
0
votes
1answer
368 views

Showing tokens in UITextField

I want to get tokens appearance in UITextField as we have in NSTokenField ie. as soon as user enters some name in UITextField it gets enclosed within a token. We have this control in to-cc ...
10
votes
3answers
9k views

Iphone device token - NSData or NSString

I am receiving iPhone device token in the form of NSData object. When I tested my notifications script function, I have only copied that object from log and the notifications went fine. However when ...
0
votes
2answers
2k views

How to use device tokens in different ways in iphone?

In my application i am going to use pushNotification. So in that case how can i use device tokens in different ways? Let me elaborate more on this side. Whenever i run my application at that time ...
3
votes
2answers
11k views

how to get Device Token using Iphone Application and other info about the device?

In my iphone application i want Device Token using the APN. How to get that using code ? Alos i want Other information about the Device User,its version and other info. How to get that using Code ? ...
8
votes
3answers
9k views

Push Notification Device Token?

How to get Device Token from my iPhone Device?