Skip to main content

All Questions

Tagged with
-1 votes
0 answers
26 views

MAUI:IOS:- Getting error while creating IPA file for distribution of archive

I am getting the following error when I distribute the archive to the app store/ad hoc channel. Could not create IPA file for distribution of the archive "App_Name". The "...
jabar abbas's user avatar
0 votes
0 answers
28 views

Xamarin iOS System.UnauthorizedAccessException: Access to the path is denied reading shared files

System.UnauthorizedAccessException is triggered in our Xamarin iOS app when reading a shared file, either from another app or through a public folder. This error is new and started after updating from ...
Lefty's user avatar
  • 103
-2 votes
0 answers
60 views

SOLVED Can't Get CollectionView Grouping to Work on in .NET MAUI

SOLUTION: This post is hidden. You deleted this post just now. As mentioned by @liyu this was solved by changing the BindingContext to ItemSource - this resolved in another error on iOS that has been ...
thelateroy's user avatar
-1 votes
0 answers
55 views

.NET MAUI ScrollView not scrollable with swap gestures when migrated from Xamarin.Forms to MAUI on Android

I have a scrollView <ScrollView> <Grid> </Grid> </ScrollView> with a grid inside.In the code behind of the page I just create SwipeGestureRecognize for left and right on the &...
Rajzer's user avatar
  • 1,234
0 votes
1 answer
48 views

MAUI Android - System.DllNotFoundException: sqlite3 at Mono.Data.Sqlite.SQLite3.Open

I migrated an MAUI Net 8 project from the Xamarin project. I used the Mono.Data.SQLite package for the SQLite connection. It's working fine in MAUI iOS. But in Android, it throws an exception as ...
Anitha v's user avatar
0 votes
2 answers
133 views

MAUI error: retain (or strong) attribute on property 'window' does not match property inherited from UIApplicationDelegate

I have a dotnet 8 MAUI IOS app that I am attempting to build and run on a physical IOS device connected to my Mac via a USB. When I run the debugger I am getting the following error: /usr/local/share/...
Cole Perry's user avatar
0 votes
1 answer
73 views

Application upgrade from Xamarin to MAUI is resulting in a NuGet restore loop error

I started an internship this week and have just received my first piece of work - upgrading a super old legacy Xamarin app to MAUI. I have never worked with dotnet or c sharp before so I am just going ...
bancqm's user avatar
  • 101
0 votes
0 answers
42 views

Can not resolve reference 'Xamarin.Android.Support.Fragment' referenced by `X'

I persist a problem using Xamarin for App Androind and iOS , I'm try to install a package 'Xamarin.GooglePLayServices.Base' to project .NET but display the next error message: Can not resolve ...
emmaprofemx's user avatar
0 votes
0 answers
44 views

Are HttpRequestOptions sent as part of request to endpoint?

I have decided to make use of System.Net.Http.HttpRequestOptions to pass around some context between an instance of HTTPClientHandler and the class that's using the HttpClient. My only query is if ...
pnizzle's user avatar
  • 6,361
0 votes
0 answers
24 views

Measuring a Slider Inside a Custom View

I have a Custom View that inherits from GridLayout. The xml layout file is as follows: <?xml version="1.0" encoding="utf-8"?> <GridLayout xmlns:android="http://...
Nathan Sokalski's user avatar
0 votes
1 answer
192 views

Unable to load library 'libSkiaSharp' - skiaSharp

I am new in MAUI .. MAUI installed in visual studio 2022 but when I run emulator or build (rebuild) project I have this error Unable to load library 'libSkiaSharp' I tried more and more and I failed ...
MUHAMMED DÖNMEZ's user avatar
0 votes
0 answers
71 views

MAUI Project Unable to Build (after system restore)

So I had some computer trouble (Windows wouldn't start) and needed to perform a Windows Restore to restore to an earlier point in time with the recovery tool (hard restart 3x). Prior to the recovery ...
AceGambit's user avatar
  • 601
0 votes
0 answers
18 views

Customizing Ticks For com.google.android.material.slider.Slider

I have a com.google.android.material.slider.Slider for which I would like to customize the thumb & ticks. I have managed most of the thumb using app:thumbRadius & the SetCustomThumbDrawable ...
Nathan Sokalski's user avatar
0 votes
0 answers
26 views

Toggle the Selection of Text in an Android EditText object

In my app, I have an EditText object. When the object is touched, I want to select all the text if no text is selected, and deselect it if any text is selected. Seems easy enough, but not so much. I'm ...
donsay's user avatar
  • 11
0 votes
0 answers
112 views

MAUI iOS - HideSoftInputOnTapped is not working issue

I have an MAUI .NET 8 project, I am facing an issue that When I click outside the custom entry when it has focus, it won't lose focus and won't hide the soft keyboard even when I Set ...
Anitha v's user avatar

15 30 50 per page
1
2 3 4 5
1291