Search results for

“iPhone 16 pro”

80,738 results found

Post

Replies

Boosts

Views

Activity

Reply to iOS 9 Beta battery life
Agreed 100%. I have run every beta of every version of iOS since the beginning. This is without question in the top 3 worst in terms of hosing the phone. Im not here to whine about it though... Im here to see if anyone has come up with clever solutions that I can reproduce and submit bug reports.
Topic: App & System Services SubTopic: Core OS Tags:
Jun ’15
Xcode 6 - Watch App, App icon displaced on real iPhone
I'm building my first Watchkit app, still on non-beta. I got my watch a couple of days ago so I want to deploy to real hardware.When I use XCode to target my iPhone, and run the iPhone app, it runs, but the phone app icon is not displayed normally on thephone, it shows up on the first home page screen, but it's underneath the first app icon, and not responsive. Same thing if I target the watch kit app.Here's a snapshot. I blurred the app icon a bit so as not to give away too much about the app.https://www.dropbox.com/s/l18rs9ts9fdf7jk/badIcon.png?dl=0When I open the Watch App, I see the app, and I can turn on show it on the watch but on the watch, it has no icon (I do have an AppIcon in images.xcassets in the watch app, but they don't show up on the watch, and when I try to run it on the watchSince I can't interact with the phone app button, the only way I found to delete it is to go into settings>usage and delete it.Any ideas what may be wrong here?
0
0
361
Jun ’15
Reply to Does anyone have sample code for complications?
Hi,I found it complicated to get the complications to show up in the Simulator—the code was relatively simple, but placeholders didn’t seem to show up due to caching issues.The video ‘Creating Complications with ClockKit’ is definitely the best place to start—the code below is based on the code shown in the video.Create a new project------------------------------------------I found it easier to create a new project with the complication support added in (which also generates the stubs for the data source protocol functions), and then add that to my existing project. + File > New > Project > watchOS > Application (‘iOS App with WatchKit App’) + Add in ‘Include Complication’Targets------------------------------------------Check the following settings for the WatchKit Extension target: + Target > WatchKit Extension + Complications Configuration: + Data Source Class = %(PRODUCT_MODULE_NAME).ComplicationController + Supported Families: check required families (only check the ones you’re handling in
Topic: App & System Services SubTopic: Core OS Tags:
Jun ’15
Xcode 7 crashes when opening Swift iBook playground in El Capitan
Hello,When I attempt to open the Guided Tour playground file mentioned in the pre-release Swift programming book in Xcode 7 on El Capitan (first build), Xcode crashes immediately upon opening. I've been able to use it fine with other projects/playgrounds etc, its just this indiviudal one.I've included a snippet of the crash log - does anyone know of a fix for this?Thanks in advance.Crashed Thread: 0 Dispatch queue: com.apple.main-thread Exception Type: EXC_CRASH (SIGABRT) Exception Codes: 0x0000000000000000, 0x0000000000000000 Exception Note: EXC_CORPSE_NOTIFY Application Specific Information: ProductBuildVersion: 7A120f ASSERTION FAILURE in /Library/Caches/com.apple.xbs/Sources/IDELanguageSupport/IDELanguageSupport-8102.19/IDELanguageSupportUI/Playground/Editor/IDEPlaygroundSourceTextScrollView.m:322 Details: result should be an instance inheriting from IDEPlaygroundTextView, but it is nil Object: <IDEPlaygroundSourceTextScrollView: 0x7f8ffd8cebc0> Method: -_drawGutterAndResultSidebarBackgroundsIfNeces
0
0
230
Jun ’15
Reply to bricked
Try a different USB port each time. And, you might try opening x code to see if the phone shows up in devices and restore it from there . Have you also tried holding the power and home button together for 5 seconds?
Topic: App & System Services SubTopic: Core OS Tags:
Jun ’15
The Developer Disk Image Could not be mounted
HiI'm new user.I try to install a program on my iPhone 5S Version 8.3the program is MotionGraphs then I downloaded on the site of Apple Developeri have xcode version 6.4 (6E7)I get the message «(myiPhone) may be running a version of IOS that is not supported by this version of xCode»there is something strange in xcode in Deployment Target, the version 8.3 does not appear only 6.0, 6.1, 7.0, 7.1, 8.0, 8.1, 8.2 and 8.4Can someone help me?Thank you very much
1
0
1.9k
Jun ’15
Reply to Is it possible to use Xcode 6 to deploy to an iOS 9 phone?
You cannot use a test / beta version of Xode for submitting apps to the store. That's because your app has been compiled with a new version of libraries not available yet.And, for the first question, also no. An older version of Xcode cannot sync with a iOS version not available on their SDKs. Thats apply for all versions, for example, Xcode 6.0 cannot deploy a test app for a iOS 8.3 phone.
Topic: App & System Services SubTopic: Core OS Tags:
Jun ’15
iOS beta 8.4 iPad can't backup to iTunes
Since installing iOS Beta 8.4 on my iPad Air 2 today I am unable to backup the iPad via iTunes (encrypted backup). It fails near the beginning every time with:iTunes cannot backup the iPad My iPad because there is not enough free space on this computer to save the backup.which is p[atently an incorrect error since (a) I backed up the iPad successfully immediately before I applied the 8.4 Beta and (b) I have over 280 GB of freee space available. I am still able to backup my iPhone which is on 8.3.Anyone else seen thsi issue?Chris
0
0
284
Jun ’15
Lost all old iCloud notes after upgrade to iOS 9 beta
I upgraded my phone to iOS 9 Developer Beta and my MacBook to El Capitan Developer Beta. I had several notes stored on iCloud and they are all now missing.On the desktop Notes app I don't see them at all.On the iPhone, I briefly saw them when I first launched the new Notes app, they were in a separate group called ICLOUD with the option to Copy to iCloud. I selected this and the Notes app crashed. Now when I re-run the app all the notes are gone.Is there any way to recover my notes?
5
0
2.5k
Jun ’15
Reply to iOS 9 Beta battery life
Agreed 100%. I have run every beta of every version of iOS since the beginning. This is without question in the top 3 worst in terms of hosing the phone. Im not here to whine about it though... Im here to see if anyone has come up with clever solutions that I can reproduce and submit bug reports.
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Jun ’15
Xcode 6 - Watch App, App icon displaced on real iPhone
I'm building my first Watchkit app, still on non-beta. I got my watch a couple of days ago so I want to deploy to real hardware.When I use XCode to target my iPhone, and run the iPhone app, it runs, but the phone app icon is not displayed normally on thephone, it shows up on the first home page screen, but it's underneath the first app icon, and not responsive. Same thing if I target the watch kit app.Here's a snapshot. I blurred the app icon a bit so as not to give away too much about the app.https://www.dropbox.com/s/l18rs9ts9fdf7jk/badIcon.png?dl=0When I open the Watch App, I see the app, and I can turn on show it on the watch but on the watch, it has no icon (I do have an AppIcon in images.xcassets in the watch app, but they don't show up on the watch, and when I try to run it on the watchSince I can't interact with the phone app button, the only way I found to delete it is to go into settings>usage and delete it.Any ideas what may be wrong here?
Replies
0
Boosts
0
Views
361
Activity
Jun ’15
Reply to Does anyone have sample code for complications?
Hi,I found it complicated to get the complications to show up in the Simulator—the code was relatively simple, but placeholders didn’t seem to show up due to caching issues.The video ‘Creating Complications with ClockKit’ is definitely the best place to start—the code below is based on the code shown in the video.Create a new project------------------------------------------I found it easier to create a new project with the complication support added in (which also generates the stubs for the data source protocol functions), and then add that to my existing project. + File > New > Project > watchOS > Application (‘iOS App with WatchKit App’) + Add in ‘Include Complication’Targets------------------------------------------Check the following settings for the WatchKit Extension target: + Target > WatchKit Extension + Complications Configuration: + Data Source Class = %(PRODUCT_MODULE_NAME).ComplicationController + Supported Families: check required families (only check the ones you’re handling in
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Jun ’15
Apple Pay link with iPhone and watch
Is there a way we can get Apple Pay on an iPhone 6 to just populate the Apple Watch without deactivating each card. This seems like a major drawback.
Replies
0
Boosts
0
Views
169
Activity
Jun ’15
Battery Life
I installed the iOS 9 on my iPhone 6 and i really see a decrease of battery life, do you have teh same problem?
Replies
2
Boosts
0
Views
764
Activity
Jun ’15
Xcode 7 crashes when opening Swift iBook playground in El Capitan
Hello,When I attempt to open the Guided Tour playground file mentioned in the pre-release Swift programming book in Xcode 7 on El Capitan (first build), Xcode crashes immediately upon opening. I've been able to use it fine with other projects/playgrounds etc, its just this indiviudal one.I've included a snippet of the crash log - does anyone know of a fix for this?Thanks in advance.Crashed Thread: 0 Dispatch queue: com.apple.main-thread Exception Type: EXC_CRASH (SIGABRT) Exception Codes: 0x0000000000000000, 0x0000000000000000 Exception Note: EXC_CORPSE_NOTIFY Application Specific Information: ProductBuildVersion: 7A120f ASSERTION FAILURE in /Library/Caches/com.apple.xbs/Sources/IDELanguageSupport/IDELanguageSupport-8102.19/IDELanguageSupportUI/Playground/Editor/IDEPlaygroundSourceTextScrollView.m:322 Details: result should be an instance inheriting from IDEPlaygroundTextView, but it is nil Object: <IDEPlaygroundSourceTextScrollView: 0x7f8ffd8cebc0> Method: -_drawGutterAndResultSidebarBackgroundsIfNeces
Replies
0
Boosts
0
Views
230
Activity
Jun ’15
Reply to bricked
Try a different USB port each time. And, you might try opening x code to see if the phone shows up in devices and restore it from there . Have you also tried holding the power and home button together for 5 seconds?
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Jun ’15
Reply to iOS 9 Beta battery life
Same here. Had a phone call with speakerphone and the phone was plugged in and the charger didn't keep up. With a gps app going and the screen one, it was going down by around 1% per minute.
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Jun ’15
The Developer Disk Image Could not be mounted
HiI'm new user.I try to install a program on my iPhone 5S Version 8.3the program is MotionGraphs then I downloaded on the site of Apple Developeri have xcode version 6.4 (6E7)I get the message «(myiPhone) may be running a version of IOS that is not supported by this version of xCode»there is something strange in xcode in Deployment Target, the version 8.3 does not appear only 6.0, 6.1, 7.0, 7.1, 8.0, 8.1, 8.2 and 8.4Can someone help me?Thank you very much
Replies
1
Boosts
0
Views
1.9k
Activity
Jun ’15
Reply to Is it possible to use Xcode 6 to deploy to an iOS 9 phone?
You cannot use a test / beta version of Xode for submitting apps to the store. That's because your app has been compiled with a new version of libraries not available yet.And, for the first question, also no. An older version of Xcode cannot sync with a iOS version not available on their SDKs. Thats apply for all versions, for example, Xcode 6.0 cannot deploy a test app for a iOS 8.3 phone.
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Jun ’15
Reply to Can't login to my Apple ID in iMessage
haveing the same issue where only the phone number is connected to imessage byt not showing up on any of my other apple imessage devices
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Jun ’15
iOS beta 8.4 iPad can't backup to iTunes
Since installing iOS Beta 8.4 on my iPad Air 2 today I am unable to backup the iPad via iTunes (encrypted backup). It fails near the beginning every time with:iTunes cannot backup the iPad My iPad because there is not enough free space on this computer to save the backup.which is p[atently an incorrect error since (a) I backed up the iPad successfully immediately before I applied the 8.4 Beta and (b) I have over 280 GB of freee space available. I am still able to backup my iPhone which is on 8.3.Anyone else seen thsi issue?Chris
Replies
0
Boosts
0
Views
284
Activity
Jun ’15
Switching Devices iOS9
I would like to switch devices iPhone 6 to 6 Plus. Should the normal backup recover process work with iOS9? I also have a watch that has been updated to rev 2.Whats the best approach, suggestion.
Replies
0
Boosts
0
Views
112
Activity
Jun ’15
Reply to Weather app finding different location for default listing...
Fixed the battery issue it seems by putting it in Power Reserve mode for 5 minutes or so, then rebooting back into normal. Been about 16 hours and I've experienced the normal battery use that I had come to expect from 1.0.1
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Jun ’15
Lost all old iCloud notes after upgrade to iOS 9 beta
I upgraded my phone to iOS 9 Developer Beta and my MacBook to El Capitan Developer Beta. I had several notes stored on iCloud and they are all now missing.On the desktop Notes app I don't see them at all.On the iPhone, I briefly saw them when I first launched the new Notes app, they were in a separate group called ICLOUD with the option to Copy to iCloud. I selected this and the Notes app crashed. Now when I re-run the app all the notes are gone.Is there any way to recover my notes?
Replies
5
Boosts
0
Views
2.5k
Activity
Jun ’15