Search results for

“iPhone 16 pro”

80,727 results found

Post

Replies

Boosts

Views

Activity

Reply to Scaled resolution not working on 2015 15" rMBP / 10.10.4 beta
Yes, confirmed. The last two resolutions in your list, 1024x640 and 1440x900 are HiDPI resolutions. The first three are not.After the problem occurred, I installed SwitchResX and discovered the above resolutions were being set.In SwitchResX I was able to change the resolution to 1920x1200, but not in HiDPI. That choice is not in the list.What is your laptop model? I'm curious if this only happens with the discrete Radeon GPU, or if it also happens on the Iris Pro-only model.
Topic: App & System Services SubTopic: Core OS Tags:
Jun ’15
Restore WatchOS to 1.0
Ladies, and Gentlemen As I am no genius on this, I guess it was just by luck that i was able to figure this out. I also was one of you that jumped the gun and installed all the Beta OS. On my Applewatch, iPad, iPhone, OS X. But as Beta goes, they are all but too buggy for everyday use. So to the good stuff. I have highlighted the info below that will help solve this head ache!!Pre-work: Make sure your iPhone that the watch is synced to and has the old back up is still running iOS 9. It will need to find the backup 1.0 Applewatch fileStep 1. Factory Restore ApplewatchStep 2. Sync Watch manually do not use the QR scanner as it only reads the 2.0 profileStep 3. Restore from backup any previous 1.0 back up. 1.0.1 backups will not work as it was an OTA updateStep 4. Let watch do it's magicAnd........wait for it, wait for it..... Repaired!! Back to WatchOS 1.0Follow OTA update back to 1.0.1 and recover your backup file.I suggest everyone remove iOS9 as well after the watch is fully restored.Thank
14
0
2.8k
Jun ’15
Reply to iOS 9 Beta battery life
I too have been experiencing the same very fast battery drain that you are all talking about. I have an iPhone 6 16GB. I just recently re-install iOS 9 right over my previous iOS 9. Since doing this my battery life experience has greatly improved. I can't exactly say that things are back to normal but very much better than before I re-updated. I did try re-installing iOS 8.3, restoring from backup and then upgrading to iOS 9. 1st and 2nd time same results, battery life out of control. Now that I just updated right on top of iOS 9 and things have greatly improved. If things change I will re-post. Good Luck!!!
Topic: App & System Services SubTopic: Core OS Tags:
Jun ’15
Reply to WCSession sendMessage returning errors (simulator)
If you want to debug both of the processes at the same time, here's what I'd do. First, run the app on the watch simulator. Then, open up the app on the iPhone by tapping on the app icon. Then, go to Xcode, then the top menu Debug -> Attach to Process, and select the process for your iPhone app. This should have both apps running in the debugger simulatneously. Now you can insert breakpoints or whatever and ensure that you are properly activating the session on both sides.I haven't played with WCSession yet and gotten it working, but this might help you find an issue. I will give it a go when I get a chance soon hopefully!
Topic: App & System Services SubTopic: Core OS Tags:
Jun ’15
Altimeter and required device capabilities
We're developing an app that requires that the device has altimeter present. Currently there is no way of targeting such devices with required device capabilities as iPhone 5S supports everything 6 & 6 Plus does (and it would be wrong anyway). Sure we could test it in code, but it would be unpleasant for the user to purchase the app only to discover that the key feature does not work on her device.Is there a plan to add this capability to the requirements or is there something else we haven't thought about?
1
0
1.1k
Jun ’15
Reply to iOS 9 Beta battery life
Reposting this with more info:When the beta came out yesterday, I did an upgrade and not a restore. Today I litterally watched the battery percentage drop 1 percent every two minutes while I only had the home screen active (background apps disabled, location services disabled, etc). I kept checking the Settings -> Battery page and it show Home Screen at 15% of the usage, which was completely wrong.Today I did a complete restore and now things are better. The Settings -> Battery screen not only showed Photo App as the top user (I have over 8 gigs of phots and videos), but it also showed it as Background Activity. I didn't see that before I did the complete restore. Now, Mail, Messages and Calendar also show that. I'm sure the battery will still drain faster than with a production version, but at least it seems like the reporting is working correctly and it allowed me to understand what was sucking the life out of my battery.---------------------------------------------------------As an update, I have an
Topic: App & System Services SubTopic: Core OS Tags:
Jun ’15
How can I clear the network requests and responses left in the device memory?
I'm using AFNetworking as my basic networking library. When I do a memory dump on a jailbroken phone (iPhone 4, iOS 7.1), I can easily see request urls and/or responses (such as json objects) in the dump files in plain text. I checked with the memory leak tool in Xcode and there is no memory leak based on that.My app has sensitive data in the urls or responses (Like user's name, email address, etc), which are listed in the OWASP mobile risks (M4: Unintended Data Leakage). We are required to be in compliance with these standards so I want to clean this information right after the connection finished. What I have done so far:1) Set the cache policy in the AFNetworking to NSURLRequestReloadIgnoringLocalCacheData2) Disabling the NSURLCache in the app:NSURLCache *sharedCache = [[NSURLCache alloc] initWithMemoryCapacity:0 diskCapacity:0 diskPath:nil]; [NSURLCache setSharedURLCache:sharedCache];3) I also tried:[[NSURLCache sharedURLCache] removeAllCachedResponses];or[[NSURLCache sharedURLCache] rem
3
0
2.2k
Jun ’15
Issues waking when connected to external display
I recall having similar issues with graphics drivers and external displays with the Yosemite Beta.Is anyone else experiencing this? Or have any suggestions on isolating the cause?Thanks everyone.Detail:When the display is put to sleep when connected to external (both with clamshell closed and open) the Mac will not wake. It continues to provide power through USB devices.Unplugging display connection and opening/closing lid has no effect.Hard reset by holding down power button results in a restart which more resembles a 'resume' rather than a full restart.Macbook Pro with Retina Late 2014 Model16 GB 1600 MHz DDR3NVIDIA GeForce GT 750M 2048 MBDisplay: LG 34UC97 Ultrawide Curved IPS Monitor
1
0
477
Jun ’15
Bluetooth with AVAudioSessionPlaybackAndRecord
Hello!I am working on an app that plays audio and accepts voice commands simultaniously. When I play audio through bluetooth in my car, the Audio Session for the app uses the Bluetooth HFP ports. This causes the output audio quality to become very poor. If I switch to AVAudioSessionPlayback, the output is on the A2DP port, which sounds great. Ideally I would like to be able to play ouput through A2DP, and accept input through HFP, but I assume this is a limitation of bluetooth, or everything would already work this way to improve sound quality. For my app it would be acceptable to accept input from the phone's microphone, and play the audio through bluetooth, but this also seems impossible as described here: http://stackoverflow.com/questions/22146406/ios-input-mic-output-bluetooth-device. Any advice on improving playback audio quality when connected to bluetooth while using AVAudioSessionPlayback and record would be greatly appreciated. Has anyone encounted this issue before and had a suitable fix?T
3
0
4.9k
Jun ’15
Reply to Watch OS 2 Beta
Mine is stuck on a 3/4 finished ring. The second ring during the update - the first ring completed and the watch reset itself after that and started on a second ring (which is stuck). The iPhone 6 came back and said the Watch has been updated. I'm scared to touch it in case it just extremely slow - I think I'm stuck though. Thanks, Cory
Topic: App & System Services SubTopic: Core OS Tags:
Jun ’15
Reply to Scaled resolution not working on 2015 15" rMBP / 10.10.4 beta
Yes, confirmed. The last two resolutions in your list, 1024x640 and 1440x900 are HiDPI resolutions. The first three are not.After the problem occurred, I installed SwitchResX and discovered the above resolutions were being set.In SwitchResX I was able to change the resolution to 1920x1200, but not in HiDPI. That choice is not in the list.What is your laptop model? I'm curious if this only happens with the discrete Radeon GPU, or if it also happens on the Iris Pro-only model.
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Jun ’15
Restore WatchOS to 1.0
Ladies, and Gentlemen As I am no genius on this, I guess it was just by luck that i was able to figure this out. I also was one of you that jumped the gun and installed all the Beta OS. On my Applewatch, iPad, iPhone, OS X. But as Beta goes, they are all but too buggy for everyday use. So to the good stuff. I have highlighted the info below that will help solve this head ache!!Pre-work: Make sure your iPhone that the watch is synced to and has the old back up is still running iOS 9. It will need to find the backup 1.0 Applewatch fileStep 1. Factory Restore ApplewatchStep 2. Sync Watch manually do not use the QR scanner as it only reads the 2.0 profileStep 3. Restore from backup any previous 1.0 back up. 1.0.1 backups will not work as it was an OTA updateStep 4. Let watch do it's magicAnd........wait for it, wait for it..... Repaired!! Back to WatchOS 1.0Follow OTA update back to 1.0.1 and recover your backup file.I suggest everyone remove iOS9 as well after the watch is fully restored.Thank
Replies
14
Boosts
0
Views
2.8k
Activity
Jun ’15
Restoring Apple Watch from WatchOS2
I need to restore my apple watch back to WatchOS 1.0.1. How can I do this? I can't pair it with my phone because I restored my phone back to iOS 8.3.
Replies
1
Boosts
0
Views
350
Activity
Jun ’15
Reply to iOS 9 Beta battery life
I too have been experiencing the same very fast battery drain that you are all talking about. I have an iPhone 6 16GB. I just recently re-install iOS 9 right over my previous iOS 9. Since doing this my battery life experience has greatly improved. I can't exactly say that things are back to normal but very much better than before I re-updated. I did try re-installing iOS 8.3, restoring from backup and then upgrading to iOS 9. 1st and 2nd time same results, battery life out of control. Now that I just updated right on top of iOS 9 and things have greatly improved. If things change I will re-post. Good Luck!!!
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Jun ’15
Issues with restoring from iCloud backup over WiFi
Has anyone else experienced problems restoring iPhone from iCloud backup? I selected my wireless network and put in the password correctly but for the first 5 times it said (after successfully connecting) that a WiFi connection was required to restore from iCloud - even though I could clearly see I was connected
Replies
1
Boosts
0
Views
339
Activity
Jun ’15
Reply to WCSession sendMessage returning errors (simulator)
If you want to debug both of the processes at the same time, here's what I'd do. First, run the app on the watch simulator. Then, open up the app on the iPhone by tapping on the app icon. Then, go to Xcode, then the top menu Debug -> Attach to Process, and select the process for your iPhone app. This should have both apps running in the debugger simulatneously. Now you can insert breakpoints or whatever and ensure that you are properly activating the session on both sides.I haven't played with WCSession yet and gotten it working, but this might help you find an issue. I will give it a go when I get a chance soon hopefully!
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Jun ’15
Altimeter and required device capabilities
We're developing an app that requires that the device has altimeter present. Currently there is no way of targeting such devices with required device capabilities as iPhone 5S supports everything 6 & 6 Plus does (and it would be wrong anyway). Sure we could test it in code, but it would be unpleasant for the user to purchase the app only to discover that the key feature does not work on her device.Is there a plan to add this capability to the requirements or is there something else we haven't thought about?
Replies
1
Boosts
0
Views
1.1k
Activity
Jun ’15
Reply to iOS 9 Beta battery life
Reposting this with more info:When the beta came out yesterday, I did an upgrade and not a restore. Today I litterally watched the battery percentage drop 1 percent every two minutes while I only had the home screen active (background apps disabled, location services disabled, etc). I kept checking the Settings -> Battery page and it show Home Screen at 15% of the usage, which was completely wrong.Today I did a complete restore and now things are better. The Settings -> Battery screen not only showed Photo App as the top user (I have over 8 gigs of phots and videos), but it also showed it as Background Activity. I didn't see that before I did the complete restore. Now, Mail, Messages and Calendar also show that. I'm sure the battery will still drain faster than with a production version, but at least it seems like the reporting is working correctly and it allowed me to understand what was sucking the life out of my battery.---------------------------------------------------------As an update, I have an
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Jun ’15
How can I clear the network requests and responses left in the device memory?
I'm using AFNetworking as my basic networking library. When I do a memory dump on a jailbroken phone (iPhone 4, iOS 7.1), I can easily see request urls and/or responses (such as json objects) in the dump files in plain text. I checked with the memory leak tool in Xcode and there is no memory leak based on that.My app has sensitive data in the urls or responses (Like user's name, email address, etc), which are listed in the OWASP mobile risks (M4: Unintended Data Leakage). We are required to be in compliance with these standards so I want to clean this information right after the connection finished. What I have done so far:1) Set the cache policy in the AFNetworking to NSURLRequestReloadIgnoringLocalCacheData2) Disabling the NSURLCache in the app:NSURLCache *sharedCache = [[NSURLCache alloc] initWithMemoryCapacity:0 diskCapacity:0 diskPath:nil]; [NSURLCache setSharedURLCache:sharedCache];3) I also tried:[[NSURLCache sharedURLCache] removeAllCachedResponses];or[[NSURLCache sharedURLCache] rem
Replies
3
Boosts
0
Views
2.2k
Activity
Jun ’15
Issues waking when connected to external display
I recall having similar issues with graphics drivers and external displays with the Yosemite Beta.Is anyone else experiencing this? Or have any suggestions on isolating the cause?Thanks everyone.Detail:When the display is put to sleep when connected to external (both with clamshell closed and open) the Mac will not wake. It continues to provide power through USB devices.Unplugging display connection and opening/closing lid has no effect.Hard reset by holding down power button results in a restart which more resembles a 'resume' rather than a full restart.Macbook Pro with Retina Late 2014 Model16 GB 1600 MHz DDR3NVIDIA GeForce GT 750M 2048 MBDisplay: LG 34UC97 Ultrawide Curved IPS Monitor
Replies
1
Boosts
0
Views
477
Activity
Jun ’15
Bluetooth with AVAudioSessionPlaybackAndRecord
Hello!I am working on an app that plays audio and accepts voice commands simultaniously. When I play audio through bluetooth in my car, the Audio Session for the app uses the Bluetooth HFP ports. This causes the output audio quality to become very poor. If I switch to AVAudioSessionPlayback, the output is on the A2DP port, which sounds great. Ideally I would like to be able to play ouput through A2DP, and accept input through HFP, but I assume this is a limitation of bluetooth, or everything would already work this way to improve sound quality. For my app it would be acceptable to accept input from the phone's microphone, and play the audio through bluetooth, but this also seems impossible as described here: http://stackoverflow.com/questions/22146406/ios-input-mic-output-bluetooth-device. Any advice on improving playback audio quality when connected to bluetooth while using AVAudioSessionPlayback and record would be greatly appreciated. Has anyone encounted this issue before and had a suitable fix?T
Replies
3
Boosts
0
Views
4.9k
Activity
Jun ’15
Reply to iOS 9 Beta battery life
I've noticed shocking heat whilst downloading apps - never done this before. Does literally feel like the phone is ready to go on fire!
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Jun ’15
iTunes freezing iOS 9, OS X 10.11
When trying to access my iPhone running iOS 9 within iTunes on El Capitan, i get the rainbow wheel.Accessing iPad with iOS 9 works, but unable to access iPhone at all.Anyone else experiencing this issue?
Replies
10
Boosts
0
Views
2.7k
Activity
Jun ’15
Reply to Watch OS 2 Beta
Mine is stuck on a 3/4 finished ring. The second ring during the update - the first ring completed and the watch reset itself after that and started on a second ring (which is stuck). The iPhone 6 came back and said the Watch has been updated. I'm scared to touch it in case it just extremely slow - I think I'm stuck though. Thanks, Cory
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Jun ’15
How do i install the beta iOS 9?
How do I instal the iOS 9 beta version on my iPhone 5s?
Replies
0
Boosts
0
Views
185
Activity
Jun ’15