I have an app that we have been distributing with an Enterprise account.
Now we want to start distributing it on the App Store as well. You have to have a separate Apple account for App Store.
Has anyone come up with an extension or method for doing that? Distributing the same app on multiple Apple Accounts.
Posts
Of course, the simplest thing to do for both iOS & Windows is to create a second .csproj that is the clone of the first... just change the parts that are relevant to store deployment vs app center. Use an online Guid generator to come up with new project Guide for the clones, and add the new entries to .sln. Pretty simple.