Search results for

“iPhone 16 pro”

80,726 results found

Post

Replies

Boosts

Views

Activity

Reply to Can I install back to iOS 8.3 after trying out iOS 9 beta?
I installed the iOS 9 beta on a secondary iPhone to try out the new OS, including the new Music app. However it seems that app is being released first on iOS 8.4 and is currently omitted from the iOS 9 beta, so I'm considering reverting that phone back from the beta.Before installing the beta, I performed a local iTunes backup. However, after doing so I neglected to switch the backup preference setting back from local to iCloud, and so when the phone performed its automatic nightly backup it overwrote the local iOS 8 backup with one for iOS 9. While it's possible to download an iOS 8.3 IPSW file and downgrade to that version, I don't believe I will be able to restore my data backup, since the sole backup is based on iOS 9.I'm assuming a workaround would be to first restore the last iOS 8 backup file from Time Machine and use that. However, I'm not sure if it's as simple as replacing this backup and restoring from it, or whether additional steps would be required to avoid screwing so
Topic: App & System Services SubTopic: Core OS Tags:
Jun ’15
Anyone else having problems performing iCloud backup?
On my iPhone it says I performed a backup earlier today. Two actually, one is the normal size I would expect and the other is 0KB. I cannot delete either backup from the phone or the iCloud windows program. When I plug my phone into Itunes the latest iCloud backup it recognizes is the one I did a few minutes before I put iOS 9 on my phone. Is anyone else having problems running iCloud backups on iOS 9?
6
0
1.4k
Jun ’15
CoreLocation: startUpdateLocation is unavailable
Hi,I'm in the process of moving CoreLocation logic from my iPhone app to my WatchOS app but get compile errors for startUpdateLocation stating it's unavailable.The actual compile error reads:CoreLocation.CLLocationManager:53:14: note: 'startUpdatingLocation()' has been explicitly marked unavailable here @objc func startUpdatingLocation()What's the recommended way to get location updates for WatchOS extensions?Cheers,Kristoffer
10
0
1.8k
Jun ’15
Reply to What Graphics Cards support Metal?
Don't know about CPU devices for Metal but the documentation metions a set of API calls to retrieve Metal capable devices.MTLCreateSystemDefaultDevice()MTLCopyAllDevices()According to the header file, MTLCreateSystemDefaultDevice will return the GPU associated with the screen for multi-gpu system. MTLCopyAllDevices gives you all the capable devices which you can then pick based on what features you want. On my Mac Pro it returns a device for each GPU.
Topic: Graphics & Games SubTopic: General Tags:
Jun ’15
Reply to Testing Apps on iOS Devices without subscription
Yes, I did. I also tried to remove the account and add it again, restarted my iPhone, then my Mac and changed the deployment target to some different versions. Nothing helped. In the documentation there is a short section about free provisioning that links to: https://galleyproof.sd.apple.com/proofs/19426/documentation/IDEs/Conceptual/AppDistributionGuide/LaunchingYourApponDevices/LaunchingYourApponDevices.html#//apple_ref/doc/uid/TP40012582-CH27 , sadly, this link does not work for me.
Jun ’15
GPS radio specifics
I am interested in learning more about the GPS and GLASNOSS radios that are in the iphone. Where can I find this?Does anyone know if Apple has plans to use the third positioning system being deployed?Thanks
Replies
0
Boosts
0
Views
273
Activity
Jun ’15
Reply to Why does AppleWatch wipe all my data with every iOS update?
Are you UPDATING your iPhone or RESTORING it to iOS 9?If you restore your iPhone, you will most likely end up wiping the Watch as well since whenever a Watch is un-paired from the phone, it is wiped.
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Jun ’15
Reply to iOS 9 Beta battery life
Same here! I was using my phone as Normal in the car and the sunlight caused it to be really hot. I came home and let it sit and once I picked it up to use again, it got extremely hot at around the top of the screen area.
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Jun ’15
Reply to Can I install back to iOS 8.3 after trying out iOS 9 beta?
I installed the iOS 9 beta on a secondary iPhone to try out the new OS, including the new Music app. However it seems that app is being released first on iOS 8.4 and is currently omitted from the iOS 9 beta, so I'm considering reverting that phone back from the beta.Before installing the beta, I performed a local iTunes backup. However, after doing so I neglected to switch the backup preference setting back from local to iCloud, and so when the phone performed its automatic nightly backup it overwrote the local iOS 8 backup with one for iOS 9. While it's possible to download an iOS 8.3 IPSW file and downgrade to that version, I don't believe I will be able to restore my data backup, since the sole backup is based on iOS 9.I'm assuming a workaround would be to first restore the last iOS 8 backup file from Time Machine and use that. However, I'm not sure if it's as simple as replacing this backup and restoring from it, or whether additional steps would be required to avoid screwing so
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Jun ’15
Anyone else having problems performing iCloud backup?
On my iPhone it says I performed a backup earlier today. Two actually, one is the normal size I would expect and the other is 0KB. I cannot delete either backup from the phone or the iCloud windows program. When I plug my phone into Itunes the latest iCloud backup it recognizes is the one I did a few minutes before I put iOS 9 on my phone. Is anyone else having problems running iCloud backups on iOS 9?
Replies
6
Boosts
0
Views
1.4k
Activity
Jun ’15
CoreLocation: startUpdateLocation is unavailable
Hi,I'm in the process of moving CoreLocation logic from my iPhone app to my WatchOS app but get compile errors for startUpdateLocation stating it's unavailable.The actual compile error reads:CoreLocation.CLLocationManager:53:14: note: 'startUpdatingLocation()' has been explicitly marked unavailable here @objc func startUpdatingLocation()What's the recommended way to get location updates for WatchOS extensions?Cheers,Kristoffer
Replies
10
Boosts
0
Views
1.8k
Activity
Jun ’15
Reply to Third party apps not working
From what I understand the Watch Extension logic moved from the phone to the actual watch, but is there really a reason that it wouldn't work as is?
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Jun ’15
Reply to Restore process to ios9 stuck at aprox 10%
I'm having the same issue with an iPhone 6. I'm restoring to 8.3 and will try again after removing all USB devices. I'll report back afterwards.
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Jun ’15
Reply to What Graphics Cards support Metal?
Don't know about CPU devices for Metal but the documentation metions a set of API calls to retrieve Metal capable devices.MTLCreateSystemDefaultDevice()MTLCopyAllDevices()According to the header file, MTLCreateSystemDefaultDevice will return the GPU associated with the screen for multi-gpu system. MTLCopyAllDevices gives you all the capable devices which you can then pick based on what features you want. On my Mac Pro it returns a device for each GPU.
Topic: Graphics & Games SubTopic: General Tags:
Replies
Boosts
Views
Activity
Jun ’15
Reply to Testing Apps on iOS Devices without subscription
Yes, I did. I also tried to remove the account and add it again, restarted my iPhone, then my Mac and changed the deployment target to some different versions. Nothing helped. In the documentation there is a short section about free provisioning that links to: https://galleyproof.sd.apple.com/proofs/19426/documentation/IDEs/Conceptual/AppDistributionGuide/LaunchingYourApponDevices/LaunchingYourApponDevices.html#//apple_ref/doc/uid/TP40012582-CH27 , sadly, this link does not work for me.
Replies
Boosts
Views
Activity
Jun ’15
Reply to iOS 9 Beta battery life
Yes my battery life on my iPhone 6 is terrible on iOS 9. As another person said it is mostly from the home/lock screen.
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Jun ’15
Complications fails to load on iphone
When I select My Complications in the Apple Watch app on iPhone, the loading indicator spins endlessly.
Replies
3
Boosts
0
Views
587
Activity
Jun ’15
Reply to Possible to downgrade to 1.0.1?
not everything apple says is accurate. was able to downgrade the ipad and the iphone 6 plus to ios 8.3 from 9 beta...im sure there is a way to downgrade the watch
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Jun ’15
Reply to Apple is unable to verify my identity
same issue... thank you for the phone #'s...
Replies
Boosts
Views
Activity
Jun ’15
Reply to Downgrade watchOS 2 to 1.0.1
my watch keeps sending imessages to people who do not have an iphone. yet my iphone does not do that. anyone else experienced that?
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Jun ’15