Search results for

Apple Maps Guides

149,471 results found

Post

Replies

Boosts

Views

Activity

Reply to Does Core Motion in watchOS 2 allow access to the gyroscope?
Can anyone confirm that they have actually tried the gyroscope API's in watchOS 2 SDK?Although there are no gyroscope access APIs in the new CMSensorRecorder, there are gyroscope access APIs for CMMotionManager in CoreMotion framework for watchOS 2 SDK.What this might mean is that the gyroscope data can only be available when your app is active (your app is visible), but is not available via historical data access (like accerlerometer is).Can someone maybe at the conference confirm this with an Apple engineer, or if you have tried it programatically and could not get to to work, update this post?Thanks.
Topic: App & System Services SubTopic: Core OS Tags:
Jun ’15
Reply to unable to debug watchOS 2 app with Xcode 7
I managed to get the Apple Watch app working on the simulator, but it doesn't work all of the time, and I can't predict when it will work. One technique that has helped me is to uninstall the Apple Watch app on the simulator (click and hold on the app, and then click the 'X' that appears). Then try running your app from Xcode.I've also tried installing/uninstalling via the Apple Watch app. Open the Apple Watch app on the iPhone simulator, find your app in the list, and tap on it. Untoggle the option that says Show App on Apple Watch to uninstall the app, and then toggle it to reinstall the app.Hopefully these techniques work for others as well. Again, it doesn't work all of the time, but it's better than not being able to run your app at all!
Topic: App & System Services SubTopic: Core OS Tags:
Jun ’15
Reply to XCODE problems
If by 'new one' you mean Xcode 7 beta 7A120f (please start stating version numbers, thanks), again, you may want to avoid Xcode 7 right now and use the latest release version 6.3.2.If by 'new one' you mean 6.3.2, try a reinstall, after you make sure your HD isn't already full. Give yourself tens of GB free in that case, then go again.As far as tutorials, stick with Apple's guides, etc. from the Dev Center instead of outdated tutorials off the 'net'.
Jun ’15
Reply to WatchOS 2 beta broken?
I've filed about a dozen bug reports on it already. It's very unfortunate that Apple realesed what is really an in-house alpha to the developer community--especially as most of us (I assume) only have our watches right now, due to cost and limited availability. It's not a good situation when your regular watch behaves so unpredictably!
Topic: App & System Services SubTopic: Core OS Tags:
Jun ’15
iOS 8 sporadic certificate pinning issue
Hi,I asked the same question in now archived thread below (sorry I cannot reply to it since it is archived).https://devforums.apple.com/message/1140952#1140952eskimo1 answered with some good guidelines to get memory dumps of the activity and analyze the packets going out and coming in, and so we did. Here are our finidings by looking at the packets.As a fact, our server supports only TLS1.2 and we dont use any third party libraries as HTTP connection frameworks, only Apple's NSURLConnection.1. For successful requests going back and forth between server and iOS client, we always see iOS is using TLS1.22. If there is a network problem (slow connectivity, connection lost while processing ..etc), again iOS uses only TLS1.23. When this particular issue occurrs (while doing the certificate pinning), the iOS sends the requests on TLS1.2 for few times and suddenly it downgrades itself to use TLS1.0 and try to establish a connection with the backend. Hence, server responds with certificate pinning failure err
0
0
295
Jun ’15
Reply to Battery Use Worse
Did some testing today. It took me 12 hours to drain te battery with normal use, this is less then before the update but today is better then yesterday. For now its acceptable but it's certain someting apple does have to look at!
Topic: App & System Services SubTopic: Core OS Tags:
Jun ’15
Reply to watches 2 downgrade
Does anyone have a solution to this?I wanted to test out iOS 9 and watchOS 2. Neither of them worked well enough for me to really develop on. I mostly did this because I wanted to test out the new custom complications feature available to developers in watchOS 2, and as far as I know, this is not possible in the watchOS simulator still.I downgraded my iPhone 5S and iPad Air to iOS 8.3 no problem. I cannot downgrade my Apple Watch 42mm Black Sport to WatchKit 1.0.1 (I think that was the version of it, it was the first official update to the Apple Watch).Right now, it seems that until I put iOS 9 back on my iPhone 5S, I cannot use my Apple Watch, because I cannot pair with it using iOS 8.3. I have looked everywhere and no one seems to have a solution to this.Can I go to the Apple Store and get my Apple Watch reset with that hidden debug port underneath the removeable strap?I need to get my Apple Watch functioning again ASAP.P.S. watchOS 2 beta was especially
Topic: App & System Services SubTopic: Core OS Tags:
Jun ’15
Can I please downgrade watchOS 2 to WatchKit 1.0.1? I just wanted to test a complication and chaos breaks out...
I wanted to test out iOS 9 and watchOS 2. I mostly did this because I wanted to test out the new custom complications feature available to developers in watchOS 2, and as far as I know, this is not possible in the watchOS simulator still. Neither iOS 9 or watchOS 2 was stable enough to develop on.I downgraded my iPhone 5S and iPad Air to iOS 8.3 no problem. I cannot downgrade my Apple Watch 42mm Black Sport to WatchKit 1.0.1 (I think that was the version of it, it was the first official update to the Apple Watch).Right now, it seems that until I put iOS 9 back on my iPhone 5S, I cannot use my Apple Watch, because I cannot pair with it using iOS 8.3. I have looked everywhere and no one seems to have a solution to this.Can I go to the Apple Store and get my Apple Watch reset with that hidden debug port underneath the removeable strap?I need to get my Apple Watch functioning again ASAP.P.S. watchOS 2 beta was especially horrible for anything network-related.
3
0
2.0k
Jun ’15
Reply to Why does AppleWatch wipe all my data with every iOS update?
I restored it as a part of the developer update for iOS9. Prior to iOS9, on iOS8, this happened for each time there was an update released. I don't understand why I would lose data if I can back-up my iPhone and my iPad and have all of the same apps, settings, and data. There is a 'restore from backup' option upon completing the update, but each time I also have set-up the watch preferences again (age, ***, height, weight) etc. for Activity. It wipes all my previous Activity history. I'm not sure why the back-up even exists because if it were truly a back-up, it would have this data and I wouldn't need to set-up the watch preferences again like it was a brand new Apple Wath each time.
Topic: App & System Services SubTopic: Core OS Tags:
Jun ’15
Reply to Xcode 7 crashes when trying to select the Main.storyboard.
The Apple engineers are kinda busy elsewhere until next week, so I doubt you'll see them responding in the next few days, though I'd expect their presence to normalize after that.Clearly there's a bug here, and I haven't seen anyone suggest a workaround, so it may be unavoidable until a new Xcode beta is issued, which will also be after WWDC. You should file a bug report, including your project, to make sure your issue gets looked into.Since you got the error after creating a new project in Xcode 7, you could try deleting it and re-creating it in Xcode 6, then opening it in Xcode 7. When I tried this, Xcode 7 offered to make some changes to the storyboard which I declined, and then I set the scene's Opens in setting to 6.3 explicitly. Doing something along that line might allow you to proceed for now.
Jun ’15