Search results for

show when run

112,729 results found

Post

Replies

Boosts

Views

Activity

Combining Activity Data
As I thought more about how to solve my activity data problem in a different post of mine I thought of this. My activity data for my apple watch is stored in a backup that is running iOS 8.3. My watch is now running OS 2.0 and I must have my iPhone running iOS 9 obviously to connect the two. If I continue to track my acitivity data running iOS 9 and WatchOS 2 and later when (if ever) there is a way to downgrade to Watch OS 1.0.1 again could I option-click update and go back to iOS 8.3 on my phone and restore from my backup of iOS 8.3 with that activity data to combine with the days I got running iOS 9? It's confusing and I don't know if it's possible but worth a shot.Even If I lose the activity data I have in the iOS 8.3 backup I wouldn't mind too much as long as I don't lose the activity data I have everytime I update to a new beta version.
0
0
173
Jun ’15
NSURLSession not working as expected in watchOS 2 beta
When I load an url like this: NSURL *downloadURL = [NSURL URLWithString:@http://www.apple.com]; NSURLRequest *request = [NSURLRequest requestWithURL:downloadURL cachePolicy:NSURLRequestReloadIgnoringLocalCacheData timeoutInterval:60]; self.task = [session dataTaskWithRequest:request completionHandler:^(NSData * data, NSURLResponse * response, NSError * error) { // more code }]; [self.task resume];The value of the error argument in the callback block is always like:Error Domain=NSURLErrorDomain Code=-1200 An SSL error has occurred and a secure connection to the server cannot be made. UserInfo=0x7a77f6e0 {NSErrorFailingURLStringKey=https://www.apple.com/, NSLocalizedRecoverySuggestion=Would you like to connect to the server anyway?, NSErrorFailingURLKey=https://www.apple.com/, NSLocalizedDescription=An SSL error has occurred and a secure connection to the server cannot be made., _kCFStreamErrorDomainKey=3, _kCFStreamErrorCodeKey=-9824}It seems even I requested the http resource, it always hit the https resource
2
0
2.5k
Jun ’15
Reply to Weather app finding different location for default listing...
If you look up 0.0N, 0.0W on google maps, it shows as a spot to the west of Africa in South Atlantic so the bug probably has something to do with no GPS location.I too have had variations of this problem.Weather sometimes shows the correct temperature, yet the location title says South Atlantic Ocean. Other times it works correctly. Finally sometimes, it just says South Atlantic and no weather information.
Topic: App & System Services SubTopic: Core OS Tags:
Jun ’15
Reply to iOS 9 Beta battery life
Agreed 100%. I have run every beta of every version of iOS since the beginning. This is without question in the top 3 worst in terms of hosing the phone. Im not here to whine about it though... Im here to see if anyone has come up with clever solutions that I can reproduce and submit bug reports.
Topic: App & System Services SubTopic: Core OS Tags:
Jun ’15
Restoring from iCloud backup : warning
Hi all,today, I backed up my iPad (Wifi+Cellular for AT&T, aka iPad 3) through iCloud.Then I restored iOS 9 on it, as per release notes procedure. It took sometimes, but appeard to go well. After rebooting in iOS 9, it never allowed me to restore from iCloud backup, wether from the iPad itself or from iTunes. In fact, it never offered me to restore at all.iTunes told me my iPad had never been backed up to iCloud.Going through system prefrences on a Mac, or iCloud prefs on an iOS device also showed a size of 0 for this iPad (similar to what is stated in release notes). On the device itself, though, last backup time was correct.So... How could I restore ?Issue was : my iPad was still connected to iTunes... So I disconnected it, erased it one more time, and on reboot, I can now see the correct backup and restore from iCloud (currently underway). OK, I could have known that, but I restored so many times being still connected to iTunes that I could not imagine it would cause an issue, hence my note an
0
0
267
Jun ’15
Xcode 6 - Watch App, App icon displaced on real iPhone
I'm building my first Watchkit app, still on non-beta. I got my watch a couple of days ago so I want to deploy to real hardware.When I use XCode to target my iPhone, and run the iPhone app, it runs, but the phone app icon is not displayed normally on thephone, it shows up on the first home page screen, but it's underneath the first app icon, and not responsive. Same thing if I target the watch kit app.Here's a snapshot. I blurred the app icon a bit so as not to give away too much about the app.https://www.dropbox.com/s/l18rs9ts9fdf7jk/badIcon.png?dl=0When I open the Watch App, I see the app, and I can turn on show it on the watch but on the watch, it has no icon (I do have an AppIcon in images.xcassets in the watch app, but they don't show up on the watch, and when I try to run it on the watchSince I can't interact with the phone app button, the only way I found to delete it is to go into settings>usage and delete it.Any ideas what may be wrong here?
0
0
359
Jun ’15
Reply to Does anyone have sample code for complications?
Hi,I found it complicated to get the complications to show up in the Simulator—the code was relatively simple, but placeholders didn’t seem to show up due to caching issues.The video ‘Creating Complications with ClockKit’ is definitely the best place to start—the code below is based on the code shown in the video.Create a new project------------------------------------------I found it easier to create a new project with the complication support added in (which also generates the stubs for the data source protocol functions), and then add that to my existing project. + File > New > Project > watchOS > Application (‘iOS App with WatchKit App’) + Add in ‘Include Complication’Targets------------------------------------------Check the following settings for the WatchKit Extension target: + Target > WatchKit Extension + Complications Configuration: + Data Source Class = %(PRODUCT_MODULE_NAME).ComplicationController + Supported Families: check required families (only check the ones y
Topic: App & System Services SubTopic: Core OS Tags:
Jun ’15
Xcode 7 crashes when opening Swift iBook playground in El Capitan
Hello,When I attempt to open the Guided Tour playground file mentioned in the pre-release Swift programming book in Xcode 7 on El Capitan (first build), Xcode crashes immediately upon opening. I've been able to use it fine with other projects/playgrounds etc, its just this indiviudal one.I've included a snippet of the crash log - does anyone know of a fix for this?Thanks in advance.Crashed Thread: 0 Dispatch queue: com.apple.main-thread Exception Type: EXC_CRASH (SIGABRT) Exception Codes: 0x0000000000000000, 0x0000000000000000 Exception Note: EXC_CORPSE_NOTIFY Application Specific Information: ProductBuildVersion: 7A120f ASSERTION FAILURE in /Library/Caches/com.apple.xbs/Sources/IDELanguageSupport/IDELanguageSupport-8102.19/IDELanguageSupportUI/Playground/Editor/IDEPlaygroundSourceTextScrollView.m:322 Details: result should be an instance inheriting from IDEPlaygroundTextView, but it is nil Object: <IDEPlaygroundSourceTextScrollView: 0x7f8ffd8cebc0> Method: -_drawGutterAndResultSidebarBackgroundsIfNeces
0
0
224
Jun ’15