Questions tagged [maui-ios]

22 questions
0
votes
0 answers

Publish iOS MAUI Application on Existing Apple App Store Application built on .net Xamarin.Forms?

Is it possible to Publish iOS MAUI Application on Existing Apple App Store Application built on .net Xamarin.Forms? Current Application is developed in Xamarin.Forms and Published on Apple App Store. Expecting: While Publishing an upgraded version…
Parmar
  • 1
  • 2
0
votes
0 answers

Can we add controls to the status bar on iOS?

I am working on a MAUI Hybrid app and using Razor components for the interface. On IOS, I have hidden the status bar and disable the safe area. Now, I'd like to have controls display in the status bar, on the iPhone 14 (for example). Here is a…
0
votes
2 answers

Download files in MAUI iOS WebView

I have a WebView in a MAUI app that generally works, but whenever I click a link on iOS that is supposed to download a file (link returns a Content-Disposition header) it is opened in the WebView. I would like it to be downloaded (and opened in the…
Edgar
  • 4,348
  • 4
  • 40
  • 59
0
votes
1 answer

MAUI IOS System.IO.FileNotFoundException throwing application even within try catch statement

I have a MAUI app and after upgrading to .NET 7 it now crashes on startup. It throws error "System.IO.FileNotFoundException: 'Could not load file or assembly…
0
votes
0 answers

.NET-MAUI Controls not working after Deployment to iOS

I was working with my .NET MAUI App mainly on Pixel 5 - API 33 (Android 13.0 - API 33)-Emulator and it was working fine so far. Now came the reality check and I wanted to run it on iOS. I deployed it to iOS 16.2-Simulator. I was a bit shocked as no…
OXO
  • 391
  • 1
  • 8
0
votes
1 answer

.NET MAUI Crashes on PROD

I'm currently developing a .NET MAUI app, everything works fine on DEBUG mode but when publishing the app I'm getting: System.InvalidCastException Arg_InvalidCastException exception on launch making iOS and Android apps unusable. According to stack…
Asfiroth
  • 62
  • 1
  • 1
  • 6
0
votes
0 answers

Why does installing .Net MAUI app give me different results on different iPhones?

I created a .Net MAUI app (iOS) and built it with Azure DevOps. Our tester downloaded it from AppCenter and installed on his iPhone. He was not able to open it with the following error: "My App" Needs To Be Updated. The developer of this app needs…
David Shochet
  • 5,035
  • 11
  • 57
  • 105
1
2