Is it possible to use an existing configuration of old iOS/Android app by MAUI app.

Nam Pham 126 Reputation points
2023-08-07T03:05:52.5066667+00:00

I have two existing apps. iOS app using Swift and Android app using Java.

Currently, I want to create MAUI app to replace two apps above by

  • Using existing configuration of the old apps for MAUI app, like app bundle Id, Certificates, identifiers and Profiles, ...
  • After publishing MAUI app, I will override old app by MAUI app.

E.g: I have a myapp.aab version 1.0.0 using Java uploaded on GG Play, then I upload a myapp.aab version 2.0.0 using MAUI go GG Play with the same configuration at the same App name.

Is it possible to do that?

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
4,082 questions
{count} votes

Accepted answer
  1. Leo Wagner de Souza 696 Reputation points
    2023-08-07T03:59:48.48+00:00

    Hello!

    Yes, you should be able to keep all the configurations, including Apple plist files and google-services.json.

    Of course, you will have to also keep the application Id.

    For more information, please take a look at:

    https://learn.microsoft.com/en-us/dotnet/maui/deployment/

    0 comments No comments

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.