Search results for

“Apple Maps Guides”

155,756 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
496
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 Apple Watch stuck updating? Progress circle hasn't moved in 20 minutes...
No one answered timely enough so I went ahead and held the side button and an option to reset the apple watch to factory settings shows up. Hope this works.
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Jun ’15
Reply to can't download Xcode 7 beta
I needed to verify the email address on record before I could progress. You probably need to do likewise. The verify link is on the Manage Your Apple ID page you get redirected too.
Replies
Boosts
Views
Activity
Jun ’15
Reply to Apple Watch stuck updating? Progress circle hasn't moved in 20 minutes...
Same here and I held side button and an option to reset too, now it keeps restarting and trying to update continuosly switching between circular progress bar and apple logo. Not sure what to do.
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Jun ’15
Reply to can't download Xcode 7 beta
My email address on record is my other Apple ID… so it won't verify (another account claims it). This is not new, it has been this way since the time of dotMac. Never had problems before!
Replies
Boosts
Views
Activity
Jun ’15
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:
Replies
Boosts
Views
Activity
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.
Replies
Boosts
Views
Activity
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:
Replies
Boosts
Views
Activity
Jun ’15
Reply to can't download Xcode 7 beta
You'll need to remove email from your other Apple ID account, or change the email address linked to by your dev Apple ID account, and then verify the email address.
Replies
Boosts
Views
Activity
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.
Replies
Boosts
Views
Activity
Jun ’15
Getting Apple Watch's UDID
How in XCode do you get Apple Watch's UDID?
Replies
3
Boosts
0
Views
4k
Activity
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:
Replies
Boosts
Views
Activity
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
Replies
1
Boosts
0
Views
496
Activity
Jun ’15
Misleading iOS 9 Beta Software Installation Guide...
From the iOS 9 Beta Software Installation Guide:System RequirementsiOS 9 beta supports iPhone 4s or later, iPod touch (5th gen), and iPad 2 or later. iOS 9 beta should be installed using the latest released version of iTunes ...Only iPad 2 or later? Really?Then how did I just install it on a first gen iPad mini?
Replies
3
Boosts
0
Views
511
Activity
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.
Replies
7
Boosts
0
Views
3.3k
Activity
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?
Replies
4
Boosts
0
Views
1.1k
Activity
Jun ’15