All Questions
Tagged with xamarin xamarin.ios
7,558 questions
1
vote
0
answers
127
views
How to add static library(.a) in to .Net Maui iOS application
I'm trying to add static library(.a) in to .Net Maui iOS application. I use functions from native binaries via DllImport attributes. So for example:
Inside .a file contains
// add.cpp extern "C&...
0
votes
1
answer
102
views
Geocoding.GetPlacemarksAsync Exception in .NET MAUI on iPhone iOS version 18: Foundation.NSErrorException
I'm working on a .NET MAUI application to obtain the user's current location on an iPhone using Geolocation and Geocoding APIs. However, I'm facing an exception when trying to geocode the current ...
1
vote
0
answers
45
views
I was unable to successfully compile the Xamarin application
I developed a Xamarin application, paired it with a Mac, and successfully ran it on an iOS simulator.
After creating a certificate and provisioning profile and installing them on my Mac and Windows PC,...
0
votes
0
answers
13
views
While images appear in debug and release mode in my Xamarin android application, images do not appear when published in aab format.aab
I have a Xamarin android project. I tested it in debug and release mode, the images appear, the application works fine. But when I publish it to Google Play (I create and publish the package in .aab ...
0
votes
3
answers
642
views
Application in Xamarin Forms and it stopped working on iPhones that updated to iOS 18.0
I have an application in Xamarin Forms and it stopped working on iPhones that updated to iOS 18.0
The first time I compile the application it works normally, but if I finish it and open it again, it ...
5
votes
3
answers
2k
views
iOS Simulators not showing in Xamarin visual studio for mac after updating to Mac OS Sequoia
I recently updated my Mac to Mac OS Sequoia 15.0 and also upgraded my Xcode to 16.
I upgraded my Xamarin Visual Studio for Mac as well but after that the old error starts again of showing No ...
0
votes
0
answers
186
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 ...
0
votes
1
answer
36
views
How to debug a DllNotFoundException thrown from an iPhone simulator or device for a native dependency?
I'm developing a .NET library that should work on Android, iOS, and desktop OSs. It works great everywhere -- except iOS. In fact on iOS I had it working for local deployment, but the Apple Store ...
0
votes
1
answer
41
views
Why would an ios app work with App Group (Shared Folder) in DEBUG mode, but not in RELEASE mode? Have I lost my entitlements.plist in release?
I have successfully implemented App Group shared folder in 3 apps now. One of these is almost identical to the app I am working with now. These are Xamarin.Forms apps, and I am using Visual Studio.
...
0
votes
0
answers
240
views
iOS Ad-Hoc/.NET MAUI: What alternative causes might there be for iOS "This app cannot be installed because its integrity could not be verified"
We have recently migrated an application from Xamarin to MAUI. The application works fine in development environments, but in CI builds are producing Ad-Hoc .ipa files that can not be installed on ...
1
vote
3
answers
2k
views
why Xamarin App Hang on iOS 18 beta version if we use NavigationPage.SetHasNavigationBar(this, false);
Hi team I am using flyoutpage in my,App facing hang issue in iOS 18 beta version when I using this "NavigationPage.SetHasNavigationBar(this, false);"but when I remove this line from code a ...
0
votes
0
answers
54
views
On start the app, Simulator showing black screen and closed immediately thru Visual Studio For Mac
I was trying to upgrade the SDK for an xamarine mobile application, I am using Visual Studio 2022 and updated the SDK to 17.5 in project property and running the application on xCode 15.4 on IOS ...
1
vote
1
answer
1k
views
Will Xamarin forms application support IOS 18?
I have a Xamarin application which is live on app store and it is working perfectly fine on IOS 17 and lower versions. But when I upgraded my iPhone from IOS 17 to IOS 18 beta version. I opened my ...
0
votes
0
answers
48
views
Xamarin build error, old .NET project for iOS
Error:
/usr/local/share/dotnet/sdk/8.0.302/Microsoft.Common.CurrentVersion.targets(1248,5): error MSB3644: The reference assemblies for Xamarin.iOS,Version=v1.0 were not found. To resolve this, ...
0
votes
0
answers
626
views
I want to update Xamarin application into .NET 8
I am very new Xamarin. I have a Xamarin native application for Android and iOS. I want to update it to .NET 8 but not migrate to MAUI. Is there any way I can do this? As i got to know it support till ....