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
1 answer
69 views

I have a proxy app with an iOS widget extension that works perfectly when run on a Mac when built as 'Designed for iPad'. But recently we decided to make a full 'Mac Catalyst' target for arm64+x86_64 ...
максим мартынов's user avatar
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
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
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
4 votes
3 answers
2k views

I am trying to run my Net Maui application developed in VS for windows on Mac as well (Maccatalyst). I get errors in VS for Mac when restoring packages for the project saying: error NETSDK1139: The ...
Razvan Emil's user avatar
0 votes
1 answer
132 views

I am working on a .NET 8 MAUI project. At some point I need to retrieve a JSON file for internationalization. But it's not working even though the file is in the correct location. The error I get is ...
Lucas Wallner'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
0 answers
46 views

I have an iOS and Mac Catalyst app under the same App Store listing. They share the same purchases (I believe this is called Universal Purchase). Now, after some time, Mac Catalyst is no longer ...
Kirsteins's user avatar
  • 27.3k
0 votes
1 answer
240 views

I have a SwiftUI/Catalyst app that shall receive audio/video files per drag/drop. On a certain view I have the fowling modifier, which accepts the specified media files. .onDrop(of: ["...
Chris's user avatar
  • 1,487
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
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
0 votes
0 answers
78 views

I'm developing a document-based SwiftUI app using Mac Catalyst with DocumentGroup. When creating a new document or opening an existing one, the view appears completely blank, but only when "...
Viktor Maric's user avatar
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
2 votes
1 answer
519 views

I am trying to submit a MacCatalyst app to AppStoreConnect, I have already successfully submitted the iOS app. However when trying to archive a build for Mac Catalyst I get the following error /...
RileyDev's user avatar
  • 2,565
3 votes
4 answers
2k views

I currently have an app which uses a SwiftUI textfield above a Website's text field (let's say a search box). The app doesn't crash in iOS or iPadOS. However, in MacCatalyst on an M1 mac, the app ...
code24's user avatar
  • 658
32 votes
8 answers
10k views

Mac catalyst allows to resize window, is there any way to provide minimum window size for Mac catalyst app?
Hiren Gujarati's user avatar
2 votes
0 answers
268 views

I have my .NET8 MAUI that has already a version for iOS. I wanted to run the same project in macOS. I followed the process for the creation of the certificates from the Microsoft documentation. At the ...
Enrico's user avatar
  • 6,872
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
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
1 vote
3 answers
468 views

My client has an iPad app that runs a web app in a WkWebView. The web app streams video using the MediaSource API, which is available on iPad and Mac but not iPhone. When running the app on Mac using ...
Bernt's user avatar
  • 11
28 votes
6 answers
14k views

Porting apps to mac is finally possible thanks to Catalyst, problem is, numerous pods don't support AppKit. Most common one would be Crashlytics / Firebase. In [...]/Pods/Crashlytics/iOS/Crashlytics....
Tancrede Chazallet'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
0 votes
1 answer
666 views

I have a MAUI app (exclusively for MacCatalyst). I need to work with a C# library so I cannot rewrite it in Xcode. I want to gray out the close button and miniaturise the window at app launch. I know ...
Eli's user avatar
  • 454

1
2 3 4 5
12