MAUI Iphone Executable

Anonymous
2023-10-20T15:47:05.82+00:00

I created a maui app and I published it it created a apk file in , I installed the apk file in my android phone and it works.

C:\Users\allam\source\repos\MauiBlazorHBE\MauiBlazorHBE\bin\Release\net7.0-android\publish

I want to create a similar executable for IPHONE please suggest , I want to use the executable in Iphone, I don't want have an apple account yet.

Please suggest the process.

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
2,906 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Bruce (SqlWork.com) 56,846 Reputation points
    2023-10-20T16:40:11.8466667+00:00

    to build an iPhone executable you need a Mac and an apple dev account to create a signing certificate. Visual Studio will remote to your Mac to do the build and signing. see pairing a Mac to visual studio 2022:

    https://learn.microsoft.com/en-us/dotnet/maui/ios/pair-to-mac

    note: you need to manually install Xcode and accept the license on the Mac. I believe you need to use Visual Studio preview and .net 8 to use the current Xcode version 15.

    0 comments No comments