Search results for

apple pencil battery life

146,130 results found

Post

Replies

Boosts

Views

Activity

Reply to can't download
From what other account? I'm in the same boat as you, I have an apple ID that is not an email format. My mac.com email address is my main apple ID that I use for iTunes, iCloud, etc. Can you elaborate a bit? I setup an alternate email address on my developer account and verified that adress but I'm still being redirected to the apple ID page.
Topic: App & System Services SubTopic: Core OS Tags:
Jun ’15
Swift 2 crashing on where clause inside if-let
Converting my app to use Swift 2, and I'm getting a crash on this if-let where clause (that worked in 1.2):Used to look like this:if showFilterButton { if let dataController = dataController() as? FilteredCoreDataController, filter = dataController.filter where filter.customized { filterButton = UIBarButtonItem(image: UIImage(named: FilterFilled), style: .Plain, target: self, action: showFilters:) } else { filterButton = UIBarButtonItem(image: UIImage(named: Filter), style: .Plain, target: self, action: showFilters:) } } else { filterButton = nil }But it crashes on line 2. Finally discovered that removing the where clause doesn't crash the app (but obviously doesn't give me the behavior I want). Thought it was something weird like Apple changing how where clauses with in an if-let clause, but even separating it out into a nested if doesn't work:if showFilterButton { if let dataController = dataController() as? FilteredCoreDataController, filter = dataController.filter {//where filter.customized { if
1
0
470
Jun ’15
Bluetooth keyboard not working on 3rd-party Chinese input method
As a heavy user in Chinese text editing, I used to have 3rd-party input method with Shuangpin happily on the jailbroken iOS7 device.Nowadays, iOS8 has all the major Chinese input method corps, like Baidu and Sogou, without the API toward bluetooth keyboard.As a result, my productivity dropped dramatically without a BT keyboard, so were a lot of heavy users in Chinese world. And the answers were all pointed to the limitation of SDK.Hence, I sincerely wish Apple to empower 3rd-party developer the access to BT keyboard.With the mighty power of BT keyboard and 3rd-party input method, the productivity of iPhone and iPad will be fully unleashed in Chinese text editing field.
7
0
3.3k
Jun ’15
Software Update failed to install
I have the Watch 2 Beta 1 profile installed on both my iPhone and Apple Watch. I downloaded the update through the Apple Watch app, but when it goes to install it says it failed to install. Both the watch and iPhone are fully charged and plugged in, and both have been restarted. Any ideas?
4
0
1.1k
Jun ’15
Reply to can't download
I would guess thay means that your *primary* email address is still failing verification. Try to re-verify it. Do you see an error message? If so, then you may have that email address associated with another Apple ID - perhaps with an Apple ID that is the same as that email address. In that case you'd need to log into that Apple ID, delete the primary email for it, and provide a new, different email address to verify it with.
Topic: App & System Services SubTopic: Core OS Tags:
Jun ’15
Apple ID username or password is "incorrect" while trying to install OS X 10.11
After trying to install OS X El Capitan onto my hard drive, I've come across a problem. When it asks me to sign into my Apple ID I do with the correct information. It then says that my username or password is incorrect. I know this is not the case because I have reset my password and tested it by signing into the App Store on my phone. Anyone else have this problem? Any fixes? Thanks.
40
0
64k
Jun ’15
Reply to iBeacons does not wake up iPhone
How do you test it? If you are always in the region of iBeacon, it won't trigger your code again once it triggers. You need to exit from iBeacon's region and enter again. To simulate it easily, you can remove the battery from iBeacon and wait 30 seconds. Then, plug the battery in and it should trigger.
Jun ’15
Trackpad 3-finger drag has moved
I was about to get really angry thinking Apple removed 3-finger drag, but it turns out they just moved where the preference is. It’s no longer in the Trackpad preferences pane, and is now in Accessibility > Mouse & Trackpad > Trackpad Options…Just noticed that’s where the old drag lock, and scrolling speed settings are too.
0
0
485
Jun ’15
Get rid of Open Directory!
Open Directory was added to OS X Server early on in its release form. This is after OS X transitioned away from the NetInfo directory used by its predecessor, NeXTSTEP. However, Open Directory is similar, in a few ways, to the old-style Windows NT 4.0 directory system. At the same time that Apple adopted this older system, Microsoft, with Windows 2000, moved away from it and began using their much more robust Active Directory system. For some time, I have been urging Apple to move away from the antiquated Open Directory, and use Active Directory, since it is much more flexible and powerful, makes use of multimaster replication, and is used by many, many Windows network administrators. Moving to Active Directory would make is so much easier to manage OS X Servers in enterprise settings, not requiring two separate skillsets, one for Open Directory and one for Active Directory. This would also allow Apple to have an end-to-end solution, and build out their Profile Manager and configura
11
0
5.2k
Jun ’15
Apple Pay Verification Failure
I'm receving a Verification Failed: An unknown error occured when attempting to add a credit card to my Watch 2.0 watch via the Apple Watch iOS app. I have two-step verification enabled for my account, so I tried to create an app specific password. Using the app specific password produced the same error.
1
0
2k
Jun ’15