Quantcast
Channel: Xamarin.Mac — Xamarin Community Forums
Browsing all 1429 articles
Browse latest View live

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 Article


APPLE 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 Article


Xamarin.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 Article

Crash 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 Article

NSSearchField 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 Article


Load 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 Article

Resign 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 Article

Mac 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 Article


Signing 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 Article


How 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 Article

Xamarin.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 Article

Build 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 Article

Image may be NSFW.
Clik here to view.

UserNotificationExample: 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 Article


How 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 Article

Timeout 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 Article


How 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 Article

Choose 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 Article


Failing 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 Article

Help 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 Article

System.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
Browsing all 1429 articles
Browse latest View live