Search results for

“Visual Studio Maui IOS”

109,109 results found

Post

Replies

Boosts

Views

Activity

Downgrade from Watch OS 2 to 1.0.1
I initally installed IOS 9 Beta, and then was able to install watch OS 2 after that. After using it a day, ios 9 was too glitchy and it was hard to use my phone. When I downgraded to ios 8.3, it is now not letting me use my apple watch because my phone isn't on ios 9. Is there any way on getting my watch back on 1.0.1?Would this work?1. Install iOS 9 beta again.2. In the apple watch app, restore the watch to the first backup (after I unpaired it before the inital ios2 update)3. Restore iPhone back to iOS 8.34. Sync iPhone to new apple watchThis will take a lot of work/time to complete. Does the apple watch restore restore the firmware as well?Thanks!
6
0
3.8k
Jun ’15
Reply to Hiding UISearchBar in UITableView
OK. I figured out what was happening. I dragged Search Bar and Search Display Controller from the IB object library into my XIB thinking it as UISearchController. The old stuff is deprecated and I figured IB would only be supporting the new UISearchController but it doesn't. If you want to use UISearchController (preferred for iOS 8+) then you have to add it programmatically.So I did and it works rather well; except for one thing: on start of my app part of the search bar appears to be underneath my section title.The UISearchController is configured as shown here: self.searchController = [[UISearchController alloc] initWithSearchResultsController:nil]; self.searchController.searchResultsUpdater = self; self.searchController.dimsBackgroundDuringPresentation = false; self.searchController.hidesNavigationBarDuringPresentation = true; self.searchController.searchBar.delegate = self; self.searchController.searchBar.returnKeyType = UIReturnKeyDone; self.tableView.tableHeaderView = self.searchController.sea
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
330
Jun ’15
Apple WatchOS 2 and iOS 9 won't pair
Yesterday, I updated the iPhone to iOS 9, and watch to OS2 fine. Today, I downgraded to iOS 8 because the phone was too glitchy. After realizing the iPhone won't work with the apple watch since WatchOS 2 and iOS 9 aren't compatable, I updated back to iOS 9. Now my watch just stays on the apple loop, and if I get through to the pairing screen, my iPhone will not see it (manually or through the camera). Any advice?
2
0
731
Jun ’15
Reply to almost afraid to ask on new background modes.
You absolutely have to file enhancement requests and bug reports making your case for the features that you want that iOS doesn't yet support. You probably won't get any direct feedback unless there's difficulty understanding something in your report, but it's still necessary.On the other hand, it's important to remember that Apple applications have both a longer leash (Apple makes the rules) and a shorter leash (Apple's going to be more conservative about most things). The complication with doing a specific task that lasts less than 10 seconds at a specific date and time in the future is one of managing when a dozen different applications all want to do something at the same time. Who goes first? How much time do the have? How does the user tell what's going on? If the foreground application is hogging resources, do you launch late? What happens when you crash in the background?
Topic: App & System Services SubTopic: Core OS Tags:
Jun ’15
Reply to iOS 9
I tried changing my email from my primary one to a different one. Now the site prompted me to change the login name as well to the same email as the primary email address added.Unfortunately I wasn't able to change back to the one that I actually would like to have. So now I'm stuck using an secondary account...But fortunately this is a confirmed fix for the situation. Now I was able to download the iOS bits from my account!//Jan
Topic: App & System Services SubTopic: Core OS Tags:
Jun ’15
AVSampleBufferDisplayLayer - Operation Interrupted
Hello,I am writing a simple app to play an H264 video stream (received over the network) using AVSampleBufferDisplayLayer.After random amount of time, my AVSampleBufferDisplayLayer instance changes its status to AVQueuedSampleBufferRenderingStatusFailed and the error is2015-06-10 10:20:48.235 H264Player[2095:951683] Error Domain=AVFoundationErrorDomain Code=-11847 Operation Interrupted UserInfo=0x156a5390 {NSLocalizedRecoverySuggestion=Stop other operations and try again., NSUnderlyingError=0x16d783b0 The operation couldn’t be completed. (OSStatus error -12084.), NSLocalizedDescription=Operation Interrupted}According to AVFoundation error codes (found here : https://developer.apple.com/library/prerelease/ios/documentation/AVFoundation/Reference/AVFoundation_ErrorConstants/index.html#//apple_ref/doc/constant_group/Error_Codes)The error is related to an AVAssetWriter, AVAssetReader or AVAssetExportSession.My app does not do any use of those classes.I am loking for any idea how to resolve this issue.Thn
0
0
953
Jun ’15
Reply to Can I restore my apps from previous iCloud backup?
I updated my iPad Mini last night to iOS 9.0 and was able to restore the backup, of course you know the apps are not in the backup, once the restore is compelete your device downloads the apps that were installed when that backup was taken from the appstore again
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Jun ’15
Downgrade from Watch OS 2 to 1.0.1
I initally installed IOS 9 Beta, and then was able to install watch OS 2 after that. After using it a day, ios 9 was too glitchy and it was hard to use my phone. When I downgraded to ios 8.3, it is now not letting me use my apple watch because my phone isn't on ios 9. Is there any way on getting my watch back on 1.0.1?Would this work?1. Install iOS 9 beta again.2. In the apple watch app, restore the watch to the first backup (after I unpaired it before the inital ios2 update)3. Restore iPhone back to iOS 8.34. Sync iPhone to new apple watchThis will take a lot of work/time to complete. Does the apple watch restore restore the firmware as well?Thanks!
Replies
6
Boosts
0
Views
3.8k
Activity
Jun ’15
Reply to Build app for Apple Watch only
Your watch app will still have to be bundled with an iOS app even with watchOS 2. It just won't require the iPhone app to do all the work like in watchOS 1.
Topic: App & System Services SubTopic: General Tags:
Replies
Boosts
Views
Activity
Jun ’15
Reply to Hiding UISearchBar in UITableView
OK. I figured out what was happening. I dragged Search Bar and Search Display Controller from the IB object library into my XIB thinking it as UISearchController. The old stuff is deprecated and I figured IB would only be supporting the new UISearchController but it doesn't. If you want to use UISearchController (preferred for iOS 8+) then you have to add it programmatically.So I did and it works rather well; except for one thing: on start of my app part of the search bar appears to be underneath my section title.The UISearchController is configured as shown here: self.searchController = [[UISearchController alloc] initWithSearchResultsController:nil]; self.searchController.searchResultsUpdater = self; self.searchController.dimsBackgroundDuringPresentation = false; self.searchController.hidesNavigationBarDuringPresentation = true; self.searchController.searchBar.delegate = self; self.searchController.searchBar.returnKeyType = UIReturnKeyDone; self.tableView.tableHeaderView = self.searchController.sea
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
330
Activity
Jun ’15
Apple WatchOS 2 and iOS 9 won't pair
Yesterday, I updated the iPhone to iOS 9, and watch to OS2 fine. Today, I downgraded to iOS 8 because the phone was too glitchy. After realizing the iPhone won't work with the apple watch since WatchOS 2 and iOS 9 aren't compatable, I updated back to iOS 9. Now my watch just stays on the apple loop, and if I get through to the pairing screen, my iPhone will not see it (manually or through the camera). Any advice?
Replies
2
Boosts
0
Views
731
Activity
Jun ’15
Reply to Downgrade from Watch OS 2 to 1.0.1
I have tried this also, but it works not. The Watch-App suggest to update iOS und you cannot contiune untill you update to iOS 9.
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Jun ’15
Reply to almost afraid to ask on new background modes.
You absolutely have to file enhancement requests and bug reports making your case for the features that you want that iOS doesn't yet support. You probably won't get any direct feedback unless there's difficulty understanding something in your report, but it's still necessary.On the other hand, it's important to remember that Apple applications have both a longer leash (Apple makes the rules) and a shorter leash (Apple's going to be more conservative about most things). The complication with doing a specific task that lasts less than 10 seconds at a specific date and time in the future is one of managing when a dozen different applications all want to do something at the same time. Who goes first? How much time do the have? How does the user tell what's going on? If the foreground application is hogging resources, do you launch late? What happens when you crash in the background?
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Jun ’15
Reply to iOS 9
I tried changing my email from my primary one to a different one. Now the site prompted me to change the login name as well to the same email as the primary email address added.Unfortunately I wasn't able to change back to the one that I actually would like to have. So now I'm stuck using an secondary account...But fortunately this is a confirmed fix for the situation. Now I was able to download the iOS bits from my account!//Jan
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Jun ’15
NSURLSession dataTaskWithURL convert http url to https forced
when i use AFNetworking to post http reqeust, i found that the dataTask currentRequest‘s http URL replaced by https, but the originRequest's URL is still http.the originRequest in dataTask is http://xxxxxxbut the currentRequest in dataTask is https://xxxxxiOS 9 new feature or a bug?PS: build with iOS 9 beta SDK
Topic: UI Frameworks SubTopic: AppKit Tags:
Replies
3
Boosts
0
Views
444
Activity
Jun ’15
AVSampleBufferDisplayLayer - Operation Interrupted
Hello,I am writing a simple app to play an H264 video stream (received over the network) using AVSampleBufferDisplayLayer.After random amount of time, my AVSampleBufferDisplayLayer instance changes its status to AVQueuedSampleBufferRenderingStatusFailed and the error is2015-06-10 10:20:48.235 H264Player[2095:951683] Error Domain=AVFoundationErrorDomain Code=-11847 Operation Interrupted UserInfo=0x156a5390 {NSLocalizedRecoverySuggestion=Stop other operations and try again., NSUnderlyingError=0x16d783b0 The operation couldn’t be completed. (OSStatus error -12084.), NSLocalizedDescription=Operation Interrupted}According to AVFoundation error codes (found here : https://developer.apple.com/library/prerelease/ios/documentation/AVFoundation/Reference/AVFoundation_ErrorConstants/index.html#//apple_ref/doc/constant_group/Error_Codes)The error is related to an AVAssetWriter, AVAssetReader or AVAssetExportSession.My app does not do any use of those classes.I am loking for any idea how to resolve this issue.Thn
Replies
0
Boosts
0
Views
953
Activity
Jun ’15
So no iOS 9 preview for iPhone 5 A1442 model?
Just wondering, it's a less popular model given its CDMA 2000 support and that it was only sold in China, but will A1429 build be compatible with it? Currently only A1428 and A1429 are available for download.
Replies
0
Boosts
0
Views
250
Activity
Jun ’15
Reply to Where is Content Blocker Extensions documentation?
iOS or OS X? There's a template for iOS but there's 0 documentation. They have a session on friday but that doesnt mean there should be no documentation. +1 on question.
Topic: Safari & Web SubTopic: General Tags:
Replies
Boosts
Views
Activity
Jun ’15
Reply to Downgrade watchOS 2 to 1.0.1
Maybe pairing with iOS 8.4 Beta is possible? i also want to downgrade my iPhone 6 from iOS 9 to 8, but my Watch is on watchOS 2 :-(
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Jun ’15