Can the "Show Tab Bar" option be removed from the View menu?
The latest version of macOS Sierra adds a 'Show/Hide tab bar' menu item to the 'View' menu. Can this be removed? I found this stackoverflow question that says to set setAllowsAutomaticWindowTabbing =...
View ArticleAPPLE submission problem with AOT compilation
I have a problem when I submit my application to APPLE and compile it with -aot = full. I have the following errors: ERROR ITMS-90135: "The executable could not be re-signed for submission to the App...
View ArticleXamarin.Mac - Dependency Injection / IoC examples?
Hey folks, I've found lots of good examples on Dependency Injection (DI) and Inversion of Control (IoC) for Xamarin.Forums, however I haven't been able to find anything similar for Xamarin.Mac. There's...
View ArticleCrash on release of object on High Sierra
Hi all, I've only been able to reproduce it on the ClassicAPI, so I'm not getting my hopes high on this one. But I'm getting that weird crash (while easy to reproduce, I can't yet pinpoint what could...
View ArticleNSSearchField and Non-Alphanumeric Characters
I'm trying to implement a Search field in my Xamarin.Mac app and I started looking at this sample. https://developer.xamarin.com/samples/mac/SearchField/ I edited the builtInKeywords list and filled...
View ArticleLoad content from app bundle with WKWebView.LoadFileUrl
I have a problem similar to this one: https://forums.xamarin.com/discussion/61891/wkwebview-load-local-content-with-loadfileurl This is the code: string localHtmlPath =...
View ArticleResign app after obfuscation
Xamarin mac made exe file, I made obfuscation that file, that I change exe file in app give it to user but gatekeeper say this file is damages I can not open, without obfuscation everything work well....
View ArticleMac App rejected due to MapKit not being linked
My app was rejected from the Mac App Store for the following reason: 2.3 - Apps that do not perform as advertised by the developer will be rejected The app still has the MapKit entitlement without...
View ArticleSigning code: outside the store distribution
Hello there! I'm trying to sign code in Xamarin Mac. I've imported the certificates with Xcode. I'm creating an application that will be distributed outside the Apple store. When I select the 'Sign the...
View ArticleHow to manage the state of the menu items ?
I want to manage the state of a menu item Let’s take the example “macmenu” provided by Xamarin In app delegate.cs, the method: partial void phrasesDate (Foundation.NSObject sender) { if (textEditor ==...
View ArticleXamarin.Mac UserNotificationExample: DidActivateNotification event is never...
Hi there, I've downloaded Xamarin.Mac "UserNotificationExample" (sorry the forum doesn't allow me to post links, but you can easily google it by "UserNotificationExample xamarin.mac") and trying to...
View ArticleBuild Mac Apps on Windows
I have some questions on mac-windows integration I would like to make android and ios apps parallel, using Windows and Indie Plan. So the only option is Xamarin Studio = I cant make ios apps without...
View ArticleUserNotificationExample: DidActivateNotification is never fired
Hi there, I've downloaded Xamarin.Mac UserNotificationExample: https://developer.xamarin.com/samples/mac/UserNotificationExample/ and trying to make it work. I've changed nothing in the sources, just...
View ArticleHow do I enter product key for Visual Studio for MAC?
I am working at a client that has a Visual Studio Enterprise license. How can I take advantage of that license in Visual Studio for MAC? On Visual Studio for Windows I just entered the product key. I...
View ArticleTimeout exception HttpWebRequest.GetResponse() in Mono 5.X
I realize this might not be the best place to post an issue with Mono, but I'll do it in case someone encountered a similar issue. I have this code: string apiUrl =...
View ArticleHow to correctly compile MonoDevelop in OSX Sierra in the current state?
Hello all! I've spent around an entire week already trying to compile MD without success in my machine. As far as I know, MD requires (and recommends) the latest MDK. I also noticed it requires...
View ArticleChoose folder where DllImport looks for libs? (and the dependencies of a...
Hello, I'm porting a game I made with MonoGame to mac and I'm stuck on a DllImport problem, it usually works just fine, looking for any lib (dylib) on the same folder as the assembly, but I'm facing a...
View ArticleFailing to bind to SecurityInterface framework
Hi, I have bindings to classes (SFCertificateView and SFChooseIdentityPanel) of the SecurityInterface framework that worked find with the dynamic registrar. With the static registrar I get the...
View ArticleHelp about create a list of custom control inside a panel
I have an old Xamarin.Mac project migrated to Unified, without any storyboard. In a window, i need an scroll area where i can instantiate at runtime a list of custom control. With Mono/WinForms, i...
View ArticleSystem.Net.Http from Nuget being Overwritten
Hi All, I have a project that references the latest version of System.Net.Http from nuget. When I build my project, it appears as though my version of the DLL is not being used and is being replaced by...
View Article