Search results for

apple pencil charging

143,579 results found

Post

Replies

Boosts

Views

Activity

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
472
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
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
Wallet Won't Let Me Add Cards to ApplePay
I cannot add any cards to Apple Pay. I get a message that says Could Not Add Card: Try again later or contact your card issuer for more information.I have tried with American Express, Mastercard, and Visa with same result, so I don't think card issuer is the issue.I did get e-mails from all of the above listed cards notifying me that the cards previously associated with iOS 8.4 had been deleted from my device, so it would at least appear that the cards are not somehow locked in the phone on the old setting. But I'm unable to add them back in.Any ideas?
1
0
1.1k
Jun ’15
Reply to Testing with MS Exchange
I had experienced problems previously and there appeared to be some sort of handshake exchange (pun) error between Mac and Exchange. Spent probably 10 hours on tech support with Microsoft and Apple. Finally got a senior tech from Apple who suggested inputting the incorrect password during the setup process of adding the Exchange acct. Once that fails, the prompt will allow you to manually create the account. Manual mode will allow the account to be saved with incorrect information. Once the account had been saved, going back in and updating the password to the correct password worked great for me and I've never had a problem since.
Topic: App & System Services SubTopic: Core OS Tags:
Jun ’15