Search results for

Apple Maps Guides

149,421 results found

Post

Replies

Boosts

Views

Activity

Reply to can't download
I have an old-school appleID which is not an email address, and when I tried to resend verification email it said Your email is already verified for use with another Apple ID. So I had to disassociate that email address from the other account before I could verify on this one. After doing that, I was able to get in and download betas.So my guess is that the recent changes would have caused this problem for anyone using the same email address either as an Apple ID or as an Apple ID verification email address.
Topic: App & System Services SubTopic: Core OS Tags:
Jun ’15
Reply to can't download Xcode 7 beta
I went back in and set the Primary Email Address to the current value it's already set to (no changes, I don't trust a bunch of other stuff to get messed up by changing the Primary email address at this point), but then, if I want to try to verify the existing email (it indicates a Verification email sent, with a resend button, which I presume means it still needs to be verified ... although it doesn't explicitly state so...) I get a message in red... Email address is already verified for another Apple ID.
Jun ’15
Reply to WKInterfaceController.openParentApplication is unavailable
Are you trying to target watchOS 2?If so, refer to the Apple Watch transition guide herehttps://developer.apple.com/library/prerelease/watchos/documentation/General/Conceptual/AppleWatch2TransitionGuide/UpdatetheAppCode.html#//apple_ref/doc/uid/TP40015234-CH6-SW1I havent had the time to try it myself yet but if you havent read that documentation I advise you do that first.
Topic: App & System Services SubTopic: Core OS Tags:
Jun ’15
Reply to Create an app
You could start by using the resources you paid for that are found in the Dev Center. See:- View guides and sample code- iOS Developer Library Also, take time to view the WWDC Videos to help understand the latest new tools, etc.Good luck in any case.
Jun ’15
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
469
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