1
vote
2answers
171 views

Get if my app is authorized to use facebook [iOS 6, FB SDK 3.2]

how can i know is my app is authorized by user to use Facebook? You can enable or disable it in "Settings -> Privacy -> Facebook". I have to get this state. I'm using Facebook 3.2 Thank you all!
1
vote
5answers
872 views

App Rejected on 17.2 clause. Asking for email ID

My app is a sync solution (imagine dropbox). The user needs to sign in to access the app's features, and if he does not have any account already created, he can sign up. The sign up asks for email id ...
0
votes
1answer
1k views

Problems accessing calendar (privacy setting) in iOS 6

I've just published an update for my iPhone app, which shall support iPhone 5 dimensions, and also is the first update having iOS 6 as base SDK. Right after the update, quite a few users contacted me, ...
1
vote
0answers
834 views

iOS - My application doesn't appear in Settings>Privacy>Contacts

Although my application tends to access the addressbook, there is no sign for it in Settings>Privacy>Contacts. It sometimes works (on iPhone 4) and sometimes not (new iPad). What am I doing wrong?
7
votes
2answers
312 views

How can an iOS native app like Vimeo set cookies to mobile Safari?

I find Vimeo iOS native app can set cookies to mobile Safari. How does it do? Repo steps: 1, Install Vimeo iOS native app on an iOS device. 2, Open this Vimeo iOS native app and then sign in with ...
1
vote
3answers
774 views

Request Permission To Access Contacts

How can you setup an app that will ask for permission to access contacts before pulling up the Mail Composer? I know it is fairly recent that apps will do this.
3
votes
2answers
672 views

How to generate a good, non-changing UDID on an iPhone

In iOS 5 the usage of [[UIDevice currentDevice] uniqueIdentifier] got deprecated. We are now encouraged to use own-generated UUIDs and store them in the app's NSDefaults. That's OK for most usage, I ...
1
vote
2answers
737 views

android/iphone app can steal ur contacts and sms? [closed]

Can a (jailbroken OR not borken) smart phone app access your private info, contacts, sms and sends back to collector?
7
votes
2answers
3k views

Eyetracking for the iPhone?

Has anyone experimented with eyetracking for the iPhone or heard of projects related to eyetracking in iOS? Is it technically feasible at all? How problematic would recording that data be in the ...
2
votes
1answer
1k views

Is there a unique ID for each iPhone / iPod Touch?

Is there a unique ID like the mac address for each iPhone / iPod Touch? Do I have to ask the user for permissions to transmit such a unique id?