Search results for

Visual Studio Maui IOS

105,642 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
307
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
713
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
932
Jun ’15