Skip to main content
The 2024 Developer Survey results are live! See the results

All Questions

Tagged with
0 votes
0 answers
37 views

.Net Maui Blazor Hybrid: Error when build to IOS target, appsettings.json would result in a file outside of the app bundle and cannot be used

I got the issue appsettings.json : error : The path '../../../../../../../../../Users/xxxxx/Projects/SalesMauiSource/SalesMauiApp/appsettings.json' would result in a file outside of the app bundle and ...
Vinh Ngo's user avatar
0 votes
0 answers
32 views

iOS Subscription Receipts Not Working in App Store Distribution

[I am a first-time poster...so I beg your forbearance if I'm doing this incorrectly. If I need to do something differently, please let me know.] I developed a mobile app for iOS and Android using ....
James Korris's user avatar
0 votes
1 answer
39 views

MAUI .NET 8 iOS - Span TapGestureRecognizer not working

I have created a new MAUI .NET 8 project and migrated the Xamarin forms project code. In iOS, the span text TapGestureRecognizer is not working. gesture_Tapped event is not triggered. var sp2 = new ...
Anitha v's user avatar
0 votes
1 answer
40 views

The type or namespace name 'iOSBackgroundService' could not be found

Error Message : The type or namespace name 'iOSBackgroundService' could not be found I have created new class named iOSBackgroundService in Platform -> iOS. But I cannot inject it in the maui ...
Galaxylokka's user avatar
0 votes
1 answer
35 views

Is serialized mode possible with Microsoft.Data.Sqlite?

Due to migrating my Xamarin.iOS application to .NET 8 I moved from Mono.Data.Sqlite to Microsoft.Data.Sqlite version 8.0.4. The SqlConnection seems to not support (at least by default) the serialized ...
Konstantinos K's user avatar
0 votes
1 answer
89 views

How to use iOS .framework files in .NET 8.0 MAUI

Can someone please create a binding library that uses .framework and NOT ".a" static lib along with working MAUI demo that uses the binding library so we can close this issue and get it over ...
Niko Klemm's user avatar
0 votes
0 answers
86 views

How to fix .net Maui iOS xcFramework error?

I have a iOS binding library used in a .net Maui app that builds but the parent project won't compile. The library was converted from Xamarin Forms and worked fine there. Compiling the iOS app on VS ...
CYAD's user avatar
  • 1,159
-1 votes
1 answer
70 views

Specifying IOS simulator when running app via .NET command line tools

I have a MAUI application that I can run in any simulator I want in VS for Mac but I want to run the app in a simulator via the .NET command line. So I am running this command: dotnet build -t:Run -f ...
Cole Perry's user avatar
0 votes
0 answers
74 views

How to implement Push Notification in IOS platform with Azure Notification Hub in .NET MAUI .NET 8 version?

I have been in the process of converting my .NET MAUI project from .NET 6 to .NET 8. Currently, I am facing issues related to push notifications for the iOS platform when using the Plugin.Firebase ...
Suhas M R's user avatar
-1 votes
0 answers
76 views

MAUI .NET 8 on iOS - throwing an exception

I have created a new MAUI .NET 8 project and migrated the Xamarin forms project code. When tried to run the project with the iOS(17.4) simulator with Jetbrains Rider, which threw the exception below, ...
Anitha v's user avatar
0 votes
0 answers
118 views

How to reset an item in a CollectionView natively in .NET MAUI

I am working on a .net maui project involving the need to dive into native code to fix a well-known issue with the collection views not resizing when, say, expanding a section in a custom accordion on ...
mbai's user avatar
  • 27
0 votes
1 answer
44 views

How do I get an index integer from a List loaded into an NSIndexPath on iOS?

I have a .net MAUI project that I am working on, and I am wondering how one would go about getting an index from an array of objects as an integer and then somehow load it into an NSIndexPath object ...
mbai's user avatar
  • 27
0 votes
1 answer
65 views

DateTime format not showing correctly on iPhone in ASP.NET web application

I have a razor pages web application that shows DateTimes throughout the application. Everything works great on a desktop browser at all media sizes (including mobile). But when I view the application ...
kj49's user avatar
  • 45
1 vote
1 answer
213 views

How to Resolve Clang++ Error: Missing Auto-Linked Swift Libraries?

I have been migrating my MAUI project which is in .NET 6 to latest .NET 8 version and I am facing this issue while I try to debug my project keeping IOS simulator as a target platform. clang++ exited ...
Suhas M R's user avatar
0 votes
0 answers
25 views

Is it possible to create native iOS and Android libraries using .NET 8+?

I'm working on a project where I would like to create native-like libraries for both iOS and Android using pure .NET 8+ libraries (without the UI components of .NET MAUI). The goal is to compile these ...
Dmytro Bondarenko's user avatar

15 30 50 per page
1
2 3 4 5
31