Search results for

İOS 26 beta battery %1

250,947 results found

Post

Replies

Boosts

Views

Activity

Reply to Apple ID username or password is "incorrect" while trying to install OS X 10.11
Yeah i am having the same problem.I can sign in alright on my iOS devices, but my Mac can't sign into icloud.I have experience the following instances:1) Installed 10.11 onto a machine, which didn't use my icloud account - I can't sign in (Don't have a screenshot for that)2) Upgraded a machine that was using my icloud as my account and it seems to have signed in, but then whenever I need use an app relying on it I get the following message. (Screenshot 1)and when I want to see my icloud account details I see this:Hope this gets fixed soon.(This post has images, but they do not always seem to load, I will check again in a little while)(May have to use my TM backup for the time being)**EDIT**Just in case someone does not know what I am talking about, here is a link to the images.For some reason, this forum, does not show them in the final version, but it does when I edit the post.http://imgur.com/a/einpu
Topic: App & System Services SubTopic: Core OS Tags:
Jun ’15
What's New in Managing Apple Devices notes
Expanded DEP now available in 26 countriesFour-hour turnaround for replacement devicesNew features of DEPEnrollment optimization - Keeps the device in Setup Assistant until MDM enrollment completes.DEP will send a DeviceConfigured command to the device, to let it know it can now exit Setup AssistantAvailable for 10.11 / iOS 9Account creation:Prevent user account creationSet passcode policyCreate standard user accountSetup Assistant will also create admin account in the background.- optionally hiddenStandard user is created by Setup Assistant, (possibly hidden) admin user is available for remote administration.Additional panes can be removed from Setup AssistantTouch IDApple PayZoomAndroid Migration <- new option to removeMDMServiceConfigEquivalent to Storebag from iTunes StoreInforms tools what info they can obtain from your serverThree different ways of purchasing appsApp StoreVPP Redemption CodesVPP Managed DistributionVPP expanded to 26 countries (matches DEP)Multinational app
7
0
6.6k
Jun ’15
Reply to iOS 9 Beta battery life
I'd put it down to the phone doing lots of stuff in the background like indexing things for the new search and Siri functions for now. This is always the case after a major update on OSX for me and given the changes in iOS this time around, I'd put it down to the same thing.Give it a day or so, then see how the battery is coping.
Topic: App & System Services SubTopic: Core OS Tags:
Jun ’15
No notification
Hello, With watchOS 2 and iOS 9 (betas 1) : My Watch is not able to receive any notification from any application. It's just ringing for phone and taping for Activity update. Do you have the same issue? I read in Twitter than some people are not concerned by this problem, they receive all the notifications of their iPhone. I hope we will find a solution to use a minimum our Watches in this first beta
6
0
995
Jun ’15
Reply to iOS 9 Beta battery life
I also had battery drain, every 3 minutes one per cent. I re-installed ios 9 beta again and now iphone 6 & 6+ work again with no power loss at all. Re-installing on iPad Air 2 now. Will check it.(BTW, I had to re-install it 2 times on iphone 6 but it's woth it)
Topic: App & System Services SubTopic: Core OS Tags:
Jun ’15
Swift 2 compatibility
Will Swift 2 be keeping iOS7+, OS X 10.9+ compatibility as Swift 1 or dropping any of the older versions? I expect the former but didn't see it explicitly anywhere. Just to avoid surprises.I assume it is still iOS 8+ for including dynamic libraries/frameworks in release product.The above question is for actual release later in App Store not just development environment which as we know can be different (wider or narrower) than what is supported for release.Can someone from Swift team comment/confirm?
0
0
357
Jun ’15
Moving function pointer code to Swift 2
My sqlite code doesn't compile anymore in Swift 2. The problem lines are this:let SQLITE_STATIC = sqlite3_destructor_type(COpaquePointer(bitPattern: 0)) let SQLITE_TRANSIENT = sqlite3_destructor_type(COpaquePointer(bitPattern: -1))Command clicking to Swift's import of sqlite shows this:typealias sqlite3_destructor_type = (UnsafeMutablePointer<Void>) -> VoidComing from the following in sqlite3.h:typedef void (*sqlite3_destructor_type)(void*); #define SQLITE_STATIC ((sqlite3_destructor_type)0) #define SQLITE_TRANSIENT ((sqlite3_destructor_type)-1)Anyone know how to create those two constants in Swift 2.0? Even better if there's some way to import sqlite in Swift 2 without this bridging header stuff.Rob
2
0
708
Jun ’15
Bluetooth apps crashing
So far, two of the apps that use Bluetooth are crashing whenever the apps try to connect to the devices. The first one is Kevo (it talks to the Qwikset Kevo lock to lock/unlock) and the second one is Mio Go (it talks to Mio's actitvity tracker Mio Fuse).
10
0
6.6k
Jun ’15