Skip to main content
Filter by
Sorted by
Tagged with
0 votes
1 answer
39 views

I am developing a .NET MAUI Mac Catalyst app (sandboxed) that communicates with a custom vendor-specific HID USB device. Within the Catalyst app, I’m using a native iOS library (built with Objective-C ...
Swetha's user avatar
  • 9
0 votes
1 answer
48 views

Essentially what the subject says. I'm getting conflicting information from AI tools on this subject.
XDS's user avatar
  • 4,284
0 votes
0 answers
36 views

Calling MediaPicker.Default.CapturePhotoAsync() gives me a black screen when running on OSX (works fine in android emulator) --- TL;DR --- My code is var photo = await MediaPicker.Default....
LosManos's user avatar
  • 7,792
1 vote
0 answers
86 views

.Net 8 Maui App, running/debugging on Mac OS. What I am trying to do: I am trying to get data from a web view’s local storage. I am expecting serialized json to be returned by localStorage.getItem(‘...
user80394's user avatar
2 votes
0 answers
78 views

I am working on a MAUI app that uses MS Graph interfaces, such as requesting MS Teams Presence like this: public static async Task<string?> GetCurrentStatusAsync(CredentialInformation ...
DominikAmon's user avatar
  • 1,156
0 votes
1 answer
160 views

On iOS, we can easily use: "try await UIApplication.shared.setAlternateIconName("iconName")" to set an alternate icon. When running the app for MacCatalyst, that method is not ...
Random player's user avatar
0 votes
0 answers
77 views

I cannot access any permissions, especially Bluetooth, and local data in the MacCatalyst app when App Sandbox is enabled in MAUI. The popup asking for permissions is not displaying even though I have ...
Swetha's user avatar
  • 9
1 vote
1 answer
133 views

My iOS and Mac Catalyst app uses a dark color theme by default, regardless of the system color theme. When the app presents a modal view controller (a popup or a popover) on iOS, the background of ...
arlomedia's user avatar
  • 9,133
0 votes
0 answers
48 views

So I am making game in .NET MAUI for MacOS. I Cant figure out how to change global variable Globals.SpeedX back to 0 after left or right arrow key release. This is my code but the method OnReleaseKey()...
Finchoss's user avatar
2 votes
0 answers
74 views

I have an iOS Widget that also can load on the Mac when the Use iPhone Widgets setting is turned on on the Mac in Desktop & Dock. I want to use a different url scheme to open video clips from the ...
Type11's user avatar
  • 21
0 votes
1 answer
58 views

I am having problems with testing AppStore subscriptions on Apple M2 Max (macOS 15.0.1). It works as expected on iPhone, iPad and MacBook Pro (Intel chip, macOS 13.5.2) I download the app from ...
Grzegorz Baczek's user avatar
0 votes
1 answer
60 views

Regular builds are exactly the same as before, but since I updated to Xcode 16 my archive time has gone up to over an hour. It seems to get stuck on compiling swift source files, but it lumps them all ...
Toby Evetts's user avatar
1 vote
0 answers
158 views

I am working in a KMM project. Now I am curious about if I can build the project in mac-catalyst using xcode. I am working in a KMM project. Now I am curious about if I can build the project in mac-...
Hillol's user avatar
  • 21
0 votes
0 answers
70 views

I am using FFMPeg to code a cross platform app for Windows and Mac in Blazor Hybrid (Dotnet Maui). One of the things I want to do is get information about a video file. To do that I am using ffmpeg ...
Cyril Gupta's user avatar
  • 13.8k
0 votes
1 answer
114 views

I have a UITableView that displays a Group/Note hierarchy analogous to a Finder Folder/Files hierarchy. I have implemented Drag and Drop such that if I drag a Note to the Finder Desktop an HTML file ...
Lewis Edward Garrett's user avatar
1 vote
1 answer
266 views

When I try to select a file in a FilePicker on MAUI I get an error even with the environments.plist updated as required in the MAUI documentation Error message : 2024-06-11 11:53:58.471 ...
Lyo's user avatar
  • 13
2 votes
0 answers
664 views

Developing a MAUI app on a Mac mini (M1) with Rider 2024.1.2 targeting MacCatalyst. TL;DR: I'm trying to get a simple app working that sets and gets a value from SecureStorage in a MAUI app targeting ...
Colin Mackay's user avatar
  • 19.3k
1 vote
0 answers
162 views

I'm encountering an issue with MPMusicPlayerController.systemMusicPlayer.nowPlayingItem on MacCatalyst, where it returns nil even though playbackState reports .playing. This behavior differs from iOS,...
Pierre Janineh's user avatar
1 vote
1 answer
199 views

EDIT1 I have created github repo to reproduce the issue https://github.com/PrashantKT/ImageViewScreenShotIssue it is just 2 page app to demonstrate the problem I have this code to take screenshot of ...
Prashant Tukadiya's user avatar
2 votes
1 answer
285 views

Preparing an iPad App for native MacOS experience using Mac Catalyst (and AppKit when needed) and using SwiftUI. We observe that Horizontal Scroll is tricky using a Mouse! Most users have the habit of ...
Arshia's user avatar
  • 375
1 vote
1 answer
366 views

I use this command to build .net maui mac catalyst .pkg dotnet publish -f net8.0-maccatalyst -c Release -p:MtouchLink=SdkOnly -p:CreatePackage=true -p:EnableCodeSigning=true -p:EnablePackageSigning=...
Eigil Krogh Sorensen's user avatar
2 votes
1 answer
2k views

Summary macOS 14 Sonoma adds the "Text Size" setting under Settings -> Accessibility -> Display. This is similar to the "Text Size" setting that has been in iOS for quite ...
HangarRash's user avatar
  • 16.6k
6 votes
1 answer
3k views

How do I generate symbols file for my .NET MAUI app? Is it this setting? <MtouchNoSymbolStrip>True</MtouchNoSymbolStrip> Right clicked project and selected Properties. Under iOS > Build,...
Sam's user avatar
  • 31k
0 votes
1 answer
127 views

I am working on UIMenuBuilder in Mac Catalyst. Because my app supports multiple scenes with different classes of UISceneDelegate, I need to validate UICommands (func validate(_ command: UICommand)) ...
Nikodem's user avatar
  • 139
3 votes
1 answer
162 views

What is the idiomatic way for a user to close a dialog on Mac and to enable this in a SwiftUI Mac Catalyst App? I believe the idiomatic way is to press the escape key. I haven't been able to get this ...
John Cashew's user avatar
  • 1,154

1
2 3 4 5
12