Skip to main content

All Questions

Tagged with
0 votes
0 answers
13 views

How change the background color of the app in MAUI for iOS18

I have my .NET8 MAUI application with my logo. With the release of iOS 18, most of the icons can change the background colour based on the dark mode of the iPhone. I was wondering if with MAUI it is ...
Enrico's user avatar
  • 5,594
1 vote
0 answers
30 views

Maui Blazor Hybrid App won't publish to iOS: Link.semaphore error

I'm new to the MAUI world and have been struggling for a few days trying to publish my app to iOS. It publishes fine to Windows and Android, but not for iOS. Following some posts, I've upgraded my ...
Ilian Felinto's user avatar
1 vote
2 answers
459 views

No simulators (Xcode mismatch) .Net MAUI iOS(Xcode 16.0)

I don't have any simulator running, it gives me an error of incompatibility between the mac and visual studio version ... "No simulators (Xcode mismatch)" So I'm not able to see the iOS ...
Giorgio's user avatar
  • 141
-2 votes
0 answers
81 views

MAUI IOS App crashes on launch during Apple App Review (iOS 18.0 - iPad Air 5th Generation) [closed]

This may not be an issue but rather a request for help with troubleshooting. Our app, version 1.3.0 (Bundle ID: com.kremed.swap), crashes on launch during Apple's App Review process on an iPad Air (...
Moatasem La Kremed's user avatar
2 votes
5 answers
491 views

Pair to Mac in Visual Studio 2022 Error: Object reference not set to an instance of an object

I have the latest version of visual studio 2022 (17.11.3 and before I had an older version 17.9.6, but it didn't work either) and today I have updated the XCode to the latest (16.0) version for iOS ...
Giorgio's user avatar
  • 141
-1 votes
0 answers
22 views

GitHub Actions for .net maui to TestFlight is impossible?

name: Deploy to TestFlight on: push: branches: - quality-assurance jobs: build: runs-on: macos-latest steps: - name: Checkout repository uses: actions/checkout@v3 - name: Set up .NET uses:...
AspiringApollo's user avatar
0 votes
0 answers
29 views

How do I get the unique ID of an NFC tag, developing with .net maui for IOS?

I'm developing an app with maui that interacts with NFC tags, I've already done the part to start the session and get the Tag object. Now how do I get the unique ID from my Tag object ? Thank you I ...
Giaco's user avatar
  • 1
0 votes
1 answer
61 views

CollectionView in iOS doesn't render properly in iOS and macOS

In my .NET8 MAUI project, I have a CollectionView to display some elements. This collection is working on Windows and Android. <CollectionView Margin="{OnIdiom '20,0,20,0', ...
Enrico's user avatar
  • 5,594
0 votes
0 answers
30 views

CarPlay Stream MP3 with netmaui not showing info playing

I'm doing an IOS App with net.MAUI and i would like to reproduce mp3 audio from url. I'm doing this with this code... private async void PlayMp3(string fileName) { try { ...
Orion77's user avatar
  • 140
-1 votes
0 answers
43 views

Login Persists After App Reinstallation on iOS Without Logout in .NET Maui

I’m facing an issue with my iOS mobile application using Auth0 for authentication. Here’s the scenario: I logged into my app using Auth0. I uninstalled the app without logging out. After reinstalling ...
Thala Dhoni's user avatar
0 votes
1 answer
69 views

maui ios copy files from selected directory in ios

I want to copy files from selected directory to application directory. So I`m use folder picker from Community toolkit var result = await FolderPicker.Default.PickAsync(cancellationToken); if (result....
soniko62's user avatar
0 votes
1 answer
58 views

iOS Display is different from Android .Net MAUI Telerik

I have the following code for both Android and iOS, but when it comes to running and displaying it everything gets out of whack or moves, why is this? <telerik:RadListView x:Name="listView&...
Giorgio's user avatar
  • 141
-1 votes
0 answers
54 views

How to disable AuthO Logout Popup in .Net Maui Ios Devices

Could anyone provide suggestions or ideas on how to disable the popup that appears when using the logout async method in .NET MAUI on iOS devices? Has anyone successfully implemented a solution for ...
Thala Dhoni's user avatar
0 votes
1 answer
73 views

NET MAUI unable to implement social login for Android and iOS [closed]

I'm developing a MAUI app for Android and iOS. It is a porting of a old Xamarin Forms App. I need to implement Google Sign In and Apple Sign In. In the old app was used the Plugin.GoogleClient and a ...
Marco Riminesi's user avatar
0 votes
0 answers
45 views

Detect connection usb device(storage) to IOS in MAUI

I have usb flash drive which connect to Iphone XR via adapter. I want to detect when device was connected to Iphone. I read this links and try to write something similar xamarin link swift link ...
soniko62's user avatar

15 30 50 per page
1
2 3 4 5
35