Search results for

“show when run”

115,097 results found

Post

Replies

Boosts

Views

Activity

Reply to Java SE 6
I think it has to do with the new system integrity protection feature. I was able to install it by booting into the recovery partition and running the command line installer from a terminal.
Topic: App & System Services SubTopic: Core OS Tags:
Jun ’15
How to get the comment of a Photo in a shared Album?
I have a shared album iCloudSharedAlbum using iCloud1. How do I get comments attached to a photo?2. How do I get the recently added comment on a photo I am observing? (Using PHPhotoLibraryChangeObserver protocol)I have been trying with the official sample: https://developer.apple.com/library/ios/samplecode/UsingPhotosFramework/Introduction/Intro.htmlI just changed a couple of lines to show shared albums (In AAPLRootListViewController awakeFromNib method)PHFetchResult *smartAlbums = [PHAssetCollection fetchAssetCollectionsWithType:PHAssetCollectionTypeAlbum subtype:PHAssetCollectionSubtypeAlbumCloudShared options:nil];I add a comment to the shared photo and wait for the changes to be reflected in the sample app.-[AAPLAssetGridViewController photoLibraryDidChange:] it IS called!. However changes are nil // self.assetsFetchResults is a list of photos I am showing. // There is only one photo in the list, the one being shared and the one the comment was just added PHFetchResultChangeDetails *coll
1
0
738
Jun ’15
Reply to Cannot logout or change settings in iCloud - OS X 10.11
I'm having the same issue, and the only oddity that I can seem to point out so far is with my account itself. I've had the account since the .Mac days, so it has a @mac.com, @me.com, and @icloud.com alias. I noticed in the Internet Accounts Preference Pane that I have multiple iCloud accounts listed which are aliases for eachother. This is certainly not how I had it set up in 10.9 before upgrading this system. The first iCloud account in the list shows my @me.com alias, and the other (which is overall 4th on the list) is my @mac.com address. When I click on the @mac.com address (which is marked as inactive) I get an immediate prompt saying:This Mac can’t connect to iCloud because of a problem with “<account>@mac.com”. Open iCloud preferences to fix this problem.From there it takes me back to the iCloud Preference Pane (which shows my @me.com alias) with a password prompt asking to sign into my Apple ID. I enter the password for my iCloud account (remember they're aliases so they use th
Topic: App & System Services SubTopic: Core OS Tags:
Jun ’15
Reply to WCSession sendMessage returning errors (simulator)
Because you're calling the code to start the session in your view controller, you'll have to actually start your iPhone app in order to initiate session info from the iPhone. When you run the watch scheme, only the watch simulator launches the app. Your iPhone app is launched in the background of the iPhone simulator if your watch tries to access it. Also, my understanding is you have to call the same activateSession and delegate methods in the watchkit extension and the iPhone app. But I could be wrong on this part. I think maybe why you're seeing the error message is that your initiating the session on the iphone app, but running only the watch app. so the watch tries to look for a session that isn't there because your iPhone view controller wasn't launched to create the session yet.
Topic: App & System Services SubTopic: Core OS Tags:
Jun ’15
Reply to iOS 9 Beta battery life
Hi All.Putting my iPhone 6+ AND iPad Air 2 in Airplane Mode stops the battery drain. Something to do with the radios running full power when leaving the phone after a period of use.Toggling Airplane Mode On/OFF seems to have the same effect.Suggestion: Habitually toggle Airplane Mode when you are done fiddling with your iDevice, before putting it to sleep.Best regards...
Topic: App & System Services SubTopic: Core OS Tags:
Jun ’15
Reply to Converted 32bit to 64bit app Crashes
Hi Here is the latest crash logApp launch -> login -> fetch data show data for a second and crash{app_name:OIDAR,app_cohort:2|date=1433912400000&sf=143464&tid=3231324fdde256ebb12259fd91884ff385f8bc040d77173fede1785edaa01bff,app_version:2,slice_uuid:66b2d6ab-d787-3b15-95dc-a3678d6713bd,adam_id:883207563,build_version:23,bundleID:com.oidarapp.oidar,share_with_app_devs:false,is_first_party:false,bug_type:109,os_version:iPhone OS 8.3 (12F70),is_beta:true,name:OIDAR} Incident Identifier: 2C332772-B316-4FBE-9AFE-4CAA0C337F2F Beta Identifier: 87CEC1DE-409A-4204-AD9F-B36D624090BF Hardware Model: iPhone7,1 Process: OIDAR [1829] Path: /private/var/mobile/Containers/Bundle/Application/1528C051-37FB-4F76-9E6C-62ADD1EC3AE1/OIDAR.app/OIDAR Identifier: com.oidarapp.oidar Version: 23 (2) Beta: YES Code Type: ARM-64 (Native) Parent Process: launchd [1] Date/Time: 2015-06-10 13:06:25.053 +0800 Launch Time: 2015-06-10 13:06:04.297 +0800 OS Version: iOS 8.3 (12F70) Report Version: 105 Exception Type: EXC_B
Jun ’15
Handoff automatic link to app
Just a small thing that i would have liked in iOS 9 is Handoff which will show directly the app that i'll be moved to on the lockscreen.Let's say that I'm watching some Youtube video and i want to swich to my phone. When I do that, as I already have the Youtube app, it will bring me to the app, but still from Safari to the app.It will be nice if on the Lockscreen I see the actual app icon, then directly go to and when I'm watching my video started on my mac I'll not have a « Back to Safari » linkI also hope that once with the Unified Membership, we'll see more mac apps 😀
0
0
340
Jun ’15
Reply to iOS 9 Beta battery life
Same on my sideBattery runs out in amazing speed - from 32% to 23% in 15 min without any app open. We could not imagine it yesterday.Normally I use my Iphone6 whole the day with 30% to 40% full at night - yesterday I had 32% at noon - and I did NO CALL and had no time for tests during business time. And the phone got warm also - same as Beta 1 of IOS8Battery statistic says that the HOME AND LOCK SCREEN is 26%, Mail 21%, Telephone 16% ....
Topic: App & System Services SubTopic: Core OS Tags:
Jun ’15
Reply to Install problems
I would try running Disk Utility from the OS X Recovery Partition and create 1 HPFS Volume.This will erase any data on your hard drive but will be a clean starting point for installing El Capitan.
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Jun ’15
Reply to Java SE 6
I think it has to do with the new system integrity protection feature. I was able to install it by booting into the recovery partition and running the command line installer from a terminal.
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Jun ’15
How to get the comment of a Photo in a shared Album?
I have a shared album iCloudSharedAlbum using iCloud1. How do I get comments attached to a photo?2. How do I get the recently added comment on a photo I am observing? (Using PHPhotoLibraryChangeObserver protocol)I have been trying with the official sample: https://developer.apple.com/library/ios/samplecode/UsingPhotosFramework/Introduction/Intro.htmlI just changed a couple of lines to show shared albums (In AAPLRootListViewController awakeFromNib method)PHFetchResult *smartAlbums = [PHAssetCollection fetchAssetCollectionsWithType:PHAssetCollectionTypeAlbum subtype:PHAssetCollectionSubtypeAlbumCloudShared options:nil];I add a comment to the shared photo and wait for the changes to be reflected in the sample app.-[AAPLAssetGridViewController photoLibraryDidChange:] it IS called!. However changes are nil // self.assetsFetchResults is a list of photos I am showing. // There is only one photo in the list, the one being shared and the one the comment was just added PHFetchResultChangeDetails *coll
Replies
1
Boosts
0
Views
738
Activity
Jun ’15
Build app for Apple Watch only
With the release of watchOS 2 is it possible to build an app that runs only on the Apple Watch?That is—the app is not present on the iPhone.Similar in concept to the way Workout exists.
Replies
2
Boosts
0
Views
868
Activity
Jun ’15
Reply to Cannot logout or change settings in iCloud - OS X 10.11
I'm having the same issue, and the only oddity that I can seem to point out so far is with my account itself. I've had the account since the .Mac days, so it has a @mac.com, @me.com, and @icloud.com alias. I noticed in the Internet Accounts Preference Pane that I have multiple iCloud accounts listed which are aliases for eachother. This is certainly not how I had it set up in 10.9 before upgrading this system. The first iCloud account in the list shows my @me.com alias, and the other (which is overall 4th on the list) is my @mac.com address. When I click on the @mac.com address (which is marked as inactive) I get an immediate prompt saying:This Mac can’t connect to iCloud because of a problem with “<account>@mac.com”. Open iCloud preferences to fix this problem.From there it takes me back to the iCloud Preference Pane (which shows my @me.com alias) with a password prompt asking to sign into my Apple ID. I enter the password for my iCloud account (remember they're aliases so they use th
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Jun ’15
How do you start the watchkit 1 to 2 migration?
I started the new Xcode, after converting to new standard and Swift, nothing seems to change, it is still the same old WatchKit model (iPhone app runs code). How do I convert to WatchKit 2?
Replies
1
Boosts
0
Views
436
Activity
Jun ’15
Reply to Can I restore my apps from previous iCloud backup?
I let mine run overnight, got up this morning and all was good
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Jun ’15
Reply to unable to wake from sleep
Run `sudo sysdiagnose` and attach the resulting tarball to a new Radar.
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Jun ’15
Reply to WCSession sendMessage returning errors (simulator)
Because you're calling the code to start the session in your view controller, you'll have to actually start your iPhone app in order to initiate session info from the iPhone. When you run the watch scheme, only the watch simulator launches the app. Your iPhone app is launched in the background of the iPhone simulator if your watch tries to access it. Also, my understanding is you have to call the same activateSession and delegate methods in the watchkit extension and the iPhone app. But I could be wrong on this part. I think maybe why you're seeing the error message is that your initiating the session on the iphone app, but running only the watch app. so the watch tries to look for a session that isn't there because your iPhone view controller wasn't launched to create the session yet.
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Jun ’15
Reply to Watch shows red exclamation point on reboot after installation
Sorry to hear you're running into issues. Per the watchOS beta Software Installation Guide:In the event your device restarts into recovery, please visit support.apple.com for assistance.They should be able to assist you further. Thanks!
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Jun ’15
Reply to iOS 9 Beta battery life
Hi All.Putting my iPhone 6+ AND iPad Air 2 in Airplane Mode stops the battery drain. Something to do with the radios running full power when leaving the phone after a period of use.Toggling Airplane Mode On/OFF seems to have the same effect.Suggestion: Habitually toggle Airplane Mode when you are done fiddling with your iDevice, before putting it to sleep.Best regards...
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Jun ’15
Reply to Failed upgrade to watchOS2
Did a hard reset (after waiting 3 hours), rebooted and finished install. Looks like watchos2 beta in installed and running fine now.
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Jun ’15
Reply to Converted 32bit to 64bit app Crashes
Hi Here is the latest crash logApp launch -> login -> fetch data show data for a second and crash{app_name:OIDAR,app_cohort:2|date=1433912400000&sf=143464&tid=3231324fdde256ebb12259fd91884ff385f8bc040d77173fede1785edaa01bff,app_version:2,slice_uuid:66b2d6ab-d787-3b15-95dc-a3678d6713bd,adam_id:883207563,build_version:23,bundleID:com.oidarapp.oidar,share_with_app_devs:false,is_first_party:false,bug_type:109,os_version:iPhone OS 8.3 (12F70),is_beta:true,name:OIDAR} Incident Identifier: 2C332772-B316-4FBE-9AFE-4CAA0C337F2F Beta Identifier: 87CEC1DE-409A-4204-AD9F-B36D624090BF Hardware Model: iPhone7,1 Process: OIDAR [1829] Path: /private/var/mobile/Containers/Bundle/Application/1528C051-37FB-4F76-9E6C-62ADD1EC3AE1/OIDAR.app/OIDAR Identifier: com.oidarapp.oidar Version: 23 (2) Beta: YES Code Type: ARM-64 (Native) Parent Process: launchd [1] Date/Time: 2015-06-10 13:06:25.053 +0800 Launch Time: 2015-06-10 13:06:04.297 +0800 OS Version: iOS 8.3 (12F70) Report Version: 105 Exception Type: EXC_B
Replies
Boosts
Views
Activity
Jun ’15
Handoff automatic link to app
Just a small thing that i would have liked in iOS 9 is Handoff which will show directly the app that i'll be moved to on the lockscreen.Let's say that I'm watching some Youtube video and i want to swich to my phone. When I do that, as I already have the Youtube app, it will bring me to the app, but still from Safari to the app.It will be nice if on the Lockscreen I see the actual app icon, then directly go to and when I'm watching my video started on my mac I'll not have a « Back to Safari » linkI also hope that once with the Unified Membership, we'll see more mac apps 😀
Replies
0
Boosts
0
Views
340
Activity
Jun ’15
Reply to iOS 9 Beta battery life
Same on my sideBattery runs out in amazing speed - from 32% to 23% in 15 min without any app open. We could not imagine it yesterday.Normally I use my Iphone6 whole the day with 30% to 40% full at night - yesterday I had 32% at noon - and I did NO CALL and had no time for tests during business time. And the phone got warm also - same as Beta 1 of IOS8Battery statistic says that the HOME AND LOCK SCREEN is 26%, Mail 21%, Telephone 16% ....
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Jun ’15