Search results for

İOS 26 beta battery %1

250,842 results found

Post

Replies

Boosts

Views

Activity

Can't download IOS 9 \ Xcode 7
Hi all,Whne I go to the Member center and choose IOS 9 -> Download,then I choose my iPhone model (iPhone 5 A1429), it sends me to my Apple ID details but not downloading.It doesnot matter which model I choose, it the same result..Tried it on 2 diffrent Macs, 2 browsers, same result..This also happens when I choose download on the Xcode 7.I did manage to download OS X.11.I previuosly had IOS developer program and now I should have all programs as I understood from Apple's e-mail regarding the new programs.Why can't I download the new IOS 9 Beta version?
7
0
1.3k
Jun ’15
UUID added but not recognised
HiI've added my iPhone 6 UUID to the developer centre, and added successfully - it let me update to iOS 9. When I added my Watch UUID - it confirmed the type (Apple Watch 38mm) before saving. It did not do this for my iPhone. Is this normal?I added my friends iPhone 6 plus, and it confirmed the type before saving too.When I added my iPad, it did not recognise the type. So, when i click on the type in the devices list (iPhone, Ipad, watch etc), the lists are empty apart from the iPhone 6 plus, and my Watch.Does this matter? I dont want to mess things up.ThanksJoe
0
0
302
Jun ’15
Reply to iOS 9 Beta battery life
Everyone knows Mat is correct. This happens every single year, and people still mindlessly update their only device and complain despite knowing it's only beta 1. Metrics are being gathered, Siri is probably indexing, and likely little to no effort has gone into optimization of code or battery life. Complaining here because you needed to say something isn't really helpful to anyone, so don't get all offended when you receive responses reminding you that there should be no expectation at all regarding performance or battery life in the early betas. Battery life usually starts improving after beta 2 or 3. I hope that some of this may be due to indexing and that it improves for you soon, but you may want to reset your expectations if it doesnt.
Topic: App & System Services SubTopic: Core OS Tags:
Jun ’15
60 MB limit for executable
The iTunes Connect Developer Guide section on submitting the app (https://developer.apple.com/library/ios/documentation/LanguagesUtilities/Conceptual/iTunesConnect_Guide/Chapters/SubmittingTheApp.html)statesiOS App build files can be as large as 4 GB, but each executable file (app_name.app/app_name) must not exceed 60 MB.We are building an app using Unity and with the addition of 64bit support our executable file is about three times that much (assume that is uncompressed). Is this still a valid limit?
4
0
3.6k
Jun ’15
NSLayoutFormatOptions - allZeros and
On Xcode7 beta, I am facing the following issues:I am trying to create 2 constraints using visual format:Constraint 1: let views1 = [v1 : v1] let verticalConstraints1 = NSLayoutConstraint.constraintsWithVisualFormat(V:|-[v1], options: .allZeros, metrics: nil, views: views1)I get an error for .allZeros, What is the way to resolve this ?Constraint 2: let views2 = [v2 : v2] let verticalConstraints2 = NSLayoutConstraint.constraintsWithVisualFormat(V:|-[v2], options: .AlignAllLeft | .AlignAllRight, metrics: nil, views: views2)I get an error for .AlignAllLeft | .AlignAllRight, What is the way to resolve this ?
1
0
1.1k
Jun ’15
BLE scan may freeze randomly
I'm currently working on an app that handle communication with a BLE device. One of my constraint is that i must connect to this device only when i have to send a command or read data. I must disconnect as soon as possible when it's done, to allow other potential users to do the same.One of the features of the app is the following :Users can enable an automatic command while the app is in the background. This automatic command triggers if the device hasn't been detected within 10 minutes.My app scans until it finds my BLE device.In order to keep it awake when i need it, i'm restarting the scan each time, because of the CBCentralManagerScanOptionAllowDuplicatesKey option ignorance.When it's detected, i'm checking if the last detection was more than 10 minutes ago. If that's the case, i connect to the device and then write into the characteristic corresponding to the service i need.The goal is to trigger this device when user come in range. It may happen a few minutes after being out of range such as a
5
0
3.5k
Jun ’15
What happen to iTunes Radio?
Hello guys,First post here (maybe second if this is the same ID from a while ago). What has happened to iTunes Radio on iOS 9 in the Music app? It's just a list of genres with two stations under each genre with the option to use search in the top right. What has happened to our stations that we've made and use? Is searching for a custom station the only way to reach it?Thank you,
3
0
604
Jun ’15