Search results for

“iPhone 16 pro”

80,732 results found

Post

Replies

Boosts

Views

Activity

Reply to Battery Use Worse
I expected an increase of iPhone battery usage, but not at this level. 100% at 6:00 PM, 61% at 8:00 PM. There has been no physical interaction, on my part, with the two devices (iPhone 6 and Apple Watch) during this period. This is terrible, even for a Beta release. iOS 9 is Alpha at best!I hope there is a point release in the very near future. I cannot build and compile that fast!
Topic: App & System Services SubTopic: Core OS Tags:
Jun ’15
Address Sanitizer crashes app when using two EAGLContexts
Using Xcode 7 beta, running the following OpenGL ES 2 code on Debug configuration on a iPhone 6 device running iOS 8.3, with Address Sanitizer enabled for the scheme, crashes:#include <OpenGLES/ES2/glext.h> //... EAGLContext *contextA = [[EAGLContext alloc] initWithAPI:kEAGLRenderingAPIOpenGLES2]; if (!contextA || ![EAGLContext setCurrentContext:contextA]) { return; } GLuint renderBuffer = 0; glGenRenderbuffers(1, &renderBuffer); glBindRenderbuffer(GL_RENDERBUFFER, renderBuffer); [contextA renderbufferStorage:GL_RENDERBUFFER fromDrawable:nil]; GLuint frameBuffer = 0; glGenFramebuffers(1, &frameBuffer); glBindFramebuffer(GL_FRAMEBUFFER, frameBuffer); glFramebufferRenderbuffer(GL_FRAMEBUFFER, GL_COLOR_ATTACHMENT0, GL_RENDERBUFFER, renderBuffer); glFlush(); EAGLContext *contextB = [[EAGLContext alloc] initWithAPI:contextA.API sharegroup:contextA.sharegroup]; if (!contextB || ![EAGLContext setCurrentContext:contextB]) { return; } [contextB presentRenderbuffer:GL_RENDERBUFFER]; // EXC_BAD_AC
1
0
1k
Jun ’15
Xcode 7.0 Beta Throwing Heaps of Errors, update OS X?
Hello everyone,I just updated my iPhone 5S to iOS 9 Beta and Xcode to Xcode 7.0 Beta. I really regret doing this, since it messed everything up with my current projects in Xcode. I guess I just got excited to get the latest and greatest features. Anyways, Xcode is throwing tons of errors on my app. Some of them don't even make sense. Linker command failed, Unable to open executable MyAppTests. Stuff like that. I have tried the 'Convert to Latest Swift-Syntax' and that didn't seem to do anything with the errors.Should I update to the El Capitan Beta in order to elminate these errors? Or will that have absolutely no impact on my issue?Thanks in advance,I wish I had just waited for the GM updates.-Me
2
0
384
Jun ’15
Reply to iOS 9 Beta battery life
Same on my side,it is awsome that a beta version is as worse as this IOS9 Beta 1. With only less improvements the battery is empty in extremely shorten time. But battery is one of the important things at MOBILE phones. So I really do not know why Apple was doing this Beta 1 because it is much more a pre-Alpha. Same at OSX 10.11 with Mail. It crashes totally against Exchange accounts. Really worse. I think they are not ready and / or WWDC was too early. Hopefully we get an update during the next 2 weeks, otherwise I think battery is damadged.
Topic: App & System Services SubTopic: Core OS Tags:
Jun ’15
How to disable iCloud ?
I have got an issue with iCloud that makes Notes not synchronised between my Mac and iPhone, I think that disabling and enabling again iCloud might help, but I cannot do this because OS X doesn't seem to be able to disable the syncing for Calendear, Contacts etc... even trying to uncheck it manually won't work.Any ideas ?
1
0
203
Jun ’15
Reply to Apple watch downgrade. I know it's not 'possible' but...
If you did install iOS9 as an upgrade your data should be there on the phone. If your did wipe your phone during the install process just restore it with the backup data from the last backup before upgrading.But downgrading after installing iOS9 or watchOS 2 is not recommended. It can work on the phone but as some iOS upgrades also update the firmware for cellular connections you can have many problems after a downgrade. For watchOS 2 a downgrade is not possible.
Topic: App & System Services SubTopic: Core OS Tags:
Jun ’15
Reply to Battery Use Worse
I also have this same issue. From what i can remember (only 2 weeks ago) i had this also on the day i got my watch, it looks like there are some background processes running wich could cause this.I found some Threats on the web wich said u need to reset the Network settings on your iphone (did this) and setup your watch as a new one instead of putting back the backup. Most users report bettter battery at day 2. I will let u know how mine is reacting today!
Topic: App & System Services SubTopic: Core OS Tags:
Jun ’15
Reply to iOS 9 Beta battery life
Last night i set the iPhone 6 to Airplane Mode instead of DND.7 hours Airplane Mode -> after wake up still 100% battery.deaktivated airplane mode and only read the answers here (13 eMails). Battery 95% in less than 10 minutes.poor battery life depends definitely with network activities together.only deactivate mobile data has no effect on my phone.
Topic: App & System Services SubTopic: Core OS Tags:
Jun ’15
Reply to Battery Use Worse
I expected an increase of iPhone battery usage, but not at this level. 100% at 6:00 PM, 61% at 8:00 PM. There has been no physical interaction, on my part, with the two devices (iPhone 6 and Apple Watch) during this period. This is terrible, even for a Beta release. iOS 9 is Alpha at best!I hope there is a point release in the very near future. I cannot build and compile that fast!
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Jun ’15
Address Sanitizer crashes app when using two EAGLContexts
Using Xcode 7 beta, running the following OpenGL ES 2 code on Debug configuration on a iPhone 6 device running iOS 8.3, with Address Sanitizer enabled for the scheme, crashes:#include <OpenGLES/ES2/glext.h> //... EAGLContext *contextA = [[EAGLContext alloc] initWithAPI:kEAGLRenderingAPIOpenGLES2]; if (!contextA || ![EAGLContext setCurrentContext:contextA]) { return; } GLuint renderBuffer = 0; glGenRenderbuffers(1, &renderBuffer); glBindRenderbuffer(GL_RENDERBUFFER, renderBuffer); [contextA renderbufferStorage:GL_RENDERBUFFER fromDrawable:nil]; GLuint frameBuffer = 0; glGenFramebuffers(1, &frameBuffer); glBindFramebuffer(GL_FRAMEBUFFER, frameBuffer); glFramebufferRenderbuffer(GL_FRAMEBUFFER, GL_COLOR_ATTACHMENT0, GL_RENDERBUFFER, renderBuffer); glFlush(); EAGLContext *contextB = [[EAGLContext alloc] initWithAPI:contextA.API sharegroup:contextA.sharegroup]; if (!contextB || ![EAGLContext setCurrentContext:contextB]) { return; } [contextB presentRenderbuffer:GL_RENDERBUFFER]; // EXC_BAD_AC
Replies
1
Boosts
0
Views
1k
Activity
Jun ’15
Xcode 7.0 Beta Throwing Heaps of Errors, update OS X?
Hello everyone,I just updated my iPhone 5S to iOS 9 Beta and Xcode to Xcode 7.0 Beta. I really regret doing this, since it messed everything up with my current projects in Xcode. I guess I just got excited to get the latest and greatest features. Anyways, Xcode is throwing tons of errors on my app. Some of them don't even make sense. Linker command failed, Unable to open executable MyAppTests. Stuff like that. I have tried the 'Convert to Latest Swift-Syntax' and that didn't seem to do anything with the errors.Should I update to the El Capitan Beta in order to elminate these errors? Or will that have absolutely no impact on my issue?Thanks in advance,I wish I had just waited for the GM updates.-Me
Replies
2
Boosts
0
Views
384
Activity
Jun ’15
Reply to iOS 9 Beta battery life
Same on my side,it is awsome that a beta version is as worse as this IOS9 Beta 1. With only less improvements the battery is empty in extremely shorten time. But battery is one of the important things at MOBILE phones. So I really do not know why Apple was doing this Beta 1 because it is much more a pre-Alpha. Same at OSX 10.11 with Mail. It crashes totally against Exchange accounts. Really worse. I think they are not ready and / or WWDC was too early. Hopefully we get an update during the next 2 weeks, otherwise I think battery is damadged.
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Jun ’15
Test my app on iPhone without membership
Hello,at WWDC2015 Apple allowed that there is no need to pay $99 for testing iOS app on my iPhone.So, I downloanded Xcode 7 beta and I want to compile and debug (play button) to my connected iPhone via cable.It still says that I don´t have my account in Developer Program.How I can proceed?Thank you
Replies
2
Boosts
0
Views
617
Activity
Jun ’15
How to disable iCloud ?
I have got an issue with iCloud that makes Notes not synchronised between my Mac and iPhone, I think that disabling and enabling again iCloud might help, but I cannot do this because OS X doesn't seem to be able to disable the syncing for Calendear, Contacts etc... even trying to uncheck it manually won't work.Any ideas ?
Replies
1
Boosts
0
Views
203
Activity
Jun ’15
10.11 facetime calls don't work
Does anyone else have problem with Facetime calls in El Capitan? There's always a message Remote User Does Not Exist. It works from iPhone (iOS 9) but not from Mac. Also Facetime Audio calls are endet immediately after calling...
Replies
2
Boosts
0
Views
1.9k
Activity
Jun ’15
Reply to Apple watch downgrade. I know it's not 'possible' but...
If you did install iOS9 as an upgrade your data should be there on the phone. If your did wipe your phone during the install process just restore it with the backup data from the last backup before upgrading.But downgrading after installing iOS9 or watchOS 2 is not recommended. It can work on the phone but as some iOS upgrades also update the firmware for cellular connections you can have many problems after a downgrade. For watchOS 2 a downgrade is not possible.
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Jun ’15
How to detect the incoming caller number programmatically
Hi All,I need to verify the phone number for that i need to detect the incoming caller number from our application is there a way to get the number from the incoming call.thanks in advance.
Topic: UI Frameworks SubTopic: UIKit Tags:
Replies
6
Boosts
0
Views
3.6k
Activity
Jun ’15
Reply to Battery Use Worse
I also have this same issue. From what i can remember (only 2 weeks ago) i had this also on the day i got my watch, it looks like there are some background processes running wich could cause this.I found some Threats on the web wich said u need to reset the Network settings on your iphone (did this) and setup your watch as a new one instead of putting back the backup. Most users report bettter battery at day 2. I will let u know how mine is reacting today!
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Jun ’15
How can I run iPhone as an iBeacon in the background
Hi Developers,I am doing an iPhone app with technology using iBeacons and Bluetooth Low Energy( BLE ).The requirement of this application is run iPhone as an iBeacon I have completed this in app was foreground but it was not working in background.using cbperipheralmanager.Thanking you.
Replies
1
Boosts
0
Views
535
Activity
Jun ’15
Reply to iOS 9 Beta battery life
Last night i set the iPhone 6 to Airplane Mode instead of DND.7 hours Airplane Mode -> after wake up still 100% battery.deaktivated airplane mode and only read the answers here (13 eMails). Battery 95% in less than 10 minutes.poor battery life depends definitely with network activities together.only deactivate mobile data has no effect on my phone.
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Jun ’15
Unable to remove notification from App Store
As of right now, I am unable to remove an update notification sent by the app store. I will try to restart my iPhone 5c to see if the notification goes away.
Replies
1
Boosts
0
Views
120
Activity
Jun ’15
Reply to How do you add loyalty cards to wallet in ios9 beta
Have you had any luck creating a pkpass with the nfc key? I've tried, but the iPhone doesn't accept the pkpass as a valid one.
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Jun ’15
let iphone respond when entering location
Hi.i like to know the best approach for a app that opens a glance or sends a notification to my watch when i am near a barrier.i do own a few beacons, but sometimes they are very slow. so what is the best approach to start?
Replies
1
Boosts
0
Views
172
Activity
Jun ’15