The uidevice tag has no wiki summary.
0
votes
0answers
38 views
excluding UIDevice from a static library
I create a static library which include a usage of the UIDevice. There is no use of the uniqueIdentifier.
Apple rejected an app suing this library and we suspect it's because searching for the ...
2
votes
1answer
164 views
Itunes connect “Invalid Binary iPad Application”
I'm submitting an update of an existing iPad application on behalf of one of my clients, after about 10 minutes, the status changes to "Invalid Binary" with absolutely no explanation why?
Today I ...
4
votes
2answers
70 views
What is the best way to get the current orientation for setting views
I want to detect the current orientation for setting the view,
which will be the better way for it from the below methods and how ?
[[UIDevice currentDevice]orientation]
[[UIApplication ...
6
votes
3answers
417 views
How to detect if any external libraries are calling [UIDevice currentDevice] uniqueIdentifier]?
So, since Apple is now rejecting apps that access UDID, on our company's current project, we need to eliminate all APIs that make a call to this property:
[[UIDevice currentDevice] uniqueIdentifier]
...
3
votes
1answer
39 views
UIDevice CFDictionaryGetValue error in background
I am checking:
[[UIDevice currentDevice] systemName]
in applicationDidEnterBackground. It is causing a EXC_BAD_ACCESS (SIGSEGV) signal. The stack trace shows that this is occurring internally in ...
0
votes
2answers
52 views
How to detect, that user doesn't use the application for 10 minutes?
There are many view controllers in my application. It's a social network.
And I need to change one of images of the application automatically if user didn't touch the screen for 10 minutes for ...
1
vote
2answers
102 views
How do I know UIDevice model in MonoTouch?
I'd like to get precise device model (e.g. iPad 3) in MonoTouch.
I've seen it done in Objective C but I haven't figured out the correct P/Invokes yet.
0
votes
0answers
132 views
Using proximity sensor in the background
While the app is open, everything works 100%. But as soon as the app closes, the proximity sensor stops too. I've checked everywhere and this is all I've got.
- (void)viewDidLoad
{
[super ...
-1
votes
2answers
74 views
How to determine if iphone / ipad / ipod / appletv is older, newer or equal to other device of same family?
How can I compare different platforms?
Example:
I want to know if the current device is older than iPhone 4S.
0
votes
0answers
57 views
OCMock on category
I'm trying to set up some test cases for a simple UIDevice category I've created.
Since these methods are instance methods, I have created a mock to emulate the currentDevice behavior.
The added ...
1
vote
3answers
97 views
Registering for UIDeviceOrientation
I want to detect the current orientation of the device.
So, I used the a line of code
Note: It gives me orientation even if I have not register it
-(IBAction) deviceOrientationChanged:(id) sender{
...
0
votes
1answer
441 views
UIDevice uniqueIdentifier in iOS6 / 6.0.1
I know this is a well known and discussed issue. And I've already search here for what I want to know and couldn't get any conclusion.
UniqueIdentifier is still working in iOS6.0.1 (although it's ...
0
votes
1answer
192 views
UIDevice setOrientation:animated: causing EXC_BAD_ACCESS
I have a crash log submitted to iTunes. I am not sure how to recreate the issue, so it is difficult for me to trouble shoot.
[UIDevice setOrientation:animated:] is causing a EXC_BAD_ACCESS crash on ...
3
votes
1answer
376 views
How to exactly detect iDevice model?
I want to detect what iDevice the user has and then put the device name in a UILabel. With the following code the App detects only the iPhone/iPad/iPod I like to have iPhone 4/iPod 3G/iPad 1G... or ...
1
vote
0answers
127 views
Battery Monitoring updates at uneven intervals
I am monitoring for battery events UIDeviceBatteryLevelDidChangeNotification and UIDeviceBatteryStateDidChangeNotification. I am looking specifically for 20% and 10%, however, I am seeing these events ...
0
votes
0answers
96 views
Get the current iPhone device orientation
I want to get the current device orientation (not the application orientation).
I've tried everything and can't get it work.
Here is the code I'm using:
[[UIDevice currentDevice] ...
7
votes
3answers
4k views
How to use the identifierForVendor in ios5.?
I have using the following code for get identifier
deviceName = [[UIDevice currentDevice]uniqueIdentifier];
But i got the warning uniqueIdentifier is deprecated in ios5.
so how to get the ...
0
votes
0answers
33 views
Screen shot in iOS, in background mode
Is it possible to write a code in iOS to screen shot display of iDevice programatically, when the application is in background mode?
0
votes
2answers
303 views
Iphone get photo resolution programmatically
There's a way to get programmatically the dimensions of a photo taken with an iphone? I want to take the dimensions directly without passing throught model version,so this solution can't be valid:
...
1
vote
1answer
266 views
How to obtain extensive battery info in Xcode?
I'm wondering is it possible to receive information about battery like: capacity (mA), voltage (V), cycle count within Xcode?
I know UIDevice class, but battery level is not what I'm looking for.
...
3
votes
3answers
251 views
How do I detect which iOS device my user is using?
I'm searching for a way to detect the device my app is running on. I am not interested in software version. I searched many questions but none of them (surprisingly) satisfy my needs for following ...
1
vote
1answer
188 views
Got a crash while calling MonoTouch.UIKit.UIDevice.CurrentDevice.SystemVersion
I got a crash while calling MonoTouch.UIKit.UIDevice.CurrentDevice.SystemVersion. It happens on the Simulator. I couldn't reproduce it easily... I've put the debugger trace bellow.
The usage context:
...
0
votes
2answers
95 views
iOS UILabel not changing when power is disconnected
- (void)viewDidLoad
{
[super viewDidLoad];
// Do any additional setup after loading the view, typically from a nib.
UIDevice *device = [UIDevice currentDevice];
...
0
votes
0answers
233 views
How would I get my app to constantly update the battery level?
My app has a battery level indicator in it, and I would like to have it update while still on the battery level indicator page. Currently, if I keep my app open to that screen and the battery level ...
0
votes
1answer
195 views
Playing a sound on tap on a key on custom number pad
I am creating and putting a custom number bar on top of regular keypad. Now, when I tap on the keys in the numberpad, I want the regular keyboard sound to play. I am using the below code in the button ...
0
votes
1answer
137 views
Restrict installation of iOS app for iphone 4 & iphone 4S only (Retina Display)
I am developing iOS app. I want this app to be installed on ONLY iPhone 4 & 4S having Retina Display (due to requirement of app).
My plan is to add the UIRequiredDeviceCapabilities in info.plist ...
4
votes
1answer
275 views
Restrict the iphone app to install on only devices with Retina Display (iphone 4 / 4S ) [closed]
I am developing one iphone app. But I want to restrict my app to install only on device swith Retina Display. So my decision is to add UIRequiredDeviceCapabilities key in plist file with front facing ...
1
vote
1answer
253 views
Check if external accessory is in 30-pin dock connector programatically?
So I've found answers on how to check if the iPhone is being charged, and at what level it is at. But what about just checking if the dock connector is being used up by any external accessory ...
2
votes
1answer
179 views
MonoTouch Battery Level Always -1
I set BatteryMonitoringEnabled to True before accessing the battery information.
The documentation says that -1 should be returned only if the monitoring hasn't been enabled.
However, I always get ...
3
votes
1answer
93 views
Can I recognize if current iOS device is used for development?
He All,
While I write my apps I thought maybe I could recognize if one of my future app users is a iOS developer.
For example check if the current device have any developer certificate installed?
0
votes
2answers
194 views
Tracking an iOS App user
All,
I would like to collect stats on what users are entering into my apps' search box so I created a web service that phones home with the search string they typed in along with the number of ...
1
vote
2answers
362 views
Application which work in background only iPhone
I have requirement for an application which work in background only.
When first time application install on device then after installation that will be go to background. And after two minutes a view ...
0
votes
4answers
3k views
identify each iphone device in iOS SDK
I need to determine each iOS device.
In the past SDKS, there's a way to identify UUID by the command
[[UIDevice currentDevice] uniqueIdentifier];
But in iOS 5.0, this function is deprecated. Is ...
8
votes
3answers
4k views
Detecting IOS UIDevice orientation
I need to detect when the device is in portrait orientation so that I can fire off a special animation. But I do not want my view to autorotate.
How do I override a view autorotating when the device ...
1
vote
1answer
1k views
beginGeneratingDeviceOrientationNotifications idiosyncrasy?
Does beginGeneratingDeviceOrientationNotificationsreset the status bar back to Portrait orientation?
In my app, logging o and p below:
UIInterfaceOrientation o = [[UIApplication sharedApplication] ...
0
votes
1answer
459 views
iPhone battery capacity values in mAH
I would like to know how to have the data capacity in Mha for iPhone/iPad battery.
I would put them in an application that I intend to put on appstore and then I can not use IOKit.
Does anyone know ...
0
votes
1answer
57 views
What information does an iphone app have about the handset?
Our app has a 'contact us' section, from which the user can dial our call centre. At the moment it goes through to our switchboard. We'd like to provide them with a few buttons which would route the ...
3
votes
5answers
3k views
get list of installed applications on iphone objective-c
I have an application that needs to get the list of installed (other, maybe third party) applications on the device. How can it be done? Or can it be done at all?
2
votes
2answers
697 views
iOS: Monitoring Battery Level uses more battery? Should auto-save?
I have a GPS app that already uses a fair amount of battery. Because of the nature of the app, I don't want the user to loose all of their data if their battery dies without them knowing it. So, I ...
0
votes
1answer
559 views
How to get correct interface orientation in appDidBecomeActive:(UIApplication *)app?
I need to get interface orientation in appDidBecomeActive:(UIApplication *)application
[application statusBarOrientation];
but if the app starts from closed(ie not resumed from background), this ...
0
votes
1answer
328 views
How control volume of device by a progress or slide bar by our application?
I have an application in which i have set a notification. When notification raise then sound of that is according to device's volume level. So i want to add a progress bar or slider to control ...
8
votes
1answer
7k views
UUID for app on iOS5 [duplicate]
Possible Duplicate:
UIDevice uniqueIdentifier Deprecated - What To Do Now?
As I expect you are aware of, the uniqueIdentifier in UIDevice is deprecated in iOS5. What I am looking for a ...
0
votes
3answers
479 views
iPhone - getting device orientation in first view controller's view will appear
I've only one app delegate and view controller in my app.
The app works in both portrait and landscape modes.
In my view controller's viewWillAppear method I'm getting the orientation of the device ...
1
vote
0answers
888 views
How to retrieve the WiFi Mac address of a device — IOS [duplicate]
Possible Duplicate:
How can I programmatically get the MAC address of an iphone
I want to retrieve the WiFi Mac address of a device which we find in Settings --> General --> About --> Wi-Fi ...
4
votes
1answer
839 views
UIDevice properties not working in static library
I have created a static library in Iphone SDK in which i used some UIDevice properties.
When i run the app, this xcode show this error
UIDevice Undeclared... Even the same code is running perfectly ...
4
votes
1answer
4k views
Retrieving the serial number from the device
How do we get the serial number of the device through objective C? I want to retrieve the iPod/iPhone/iPad serial number from within my application.
0
votes
1answer
65 views
How to Run an iPod app on iPad
How do we run a iPod app on a iPad? Which flag do we need to enable? I want to run it like it run on a iPad simulator.
18
votes
5answers
3k views
Know if iOS device has cellular data capabilities
I have a toggle in my app that's "download on WiFi only". However, that toggle is useless for iPod touch or WiFi-iPads.
Is there a way to know if the device has cellular data capabilities in code? ...
0
votes
2answers
948 views
Xcode how to NSLog a JSON
Is there any way to get NSLog to print out an entire JSON file. I am currently saying
NSString *deviceInfo = [NSString stringWithFormat:@"%@ %@",
[[UIDevice ...
1
vote
2answers
955 views
Prevent the iOS proximity sensor from turning the screen black
I've seen this question asked a couple of times but nobody has answered it - in fact it might be impossible, but I was wondering if there was a way to prevent the screen from going black when the ...



