Find out how to launch a MacOS AND iOS app underneath the identical app in App Retailer join with Flutter?

0
318


Every little thing is within the title, so as to add a bit extra specs :

  • I’ve my ios app with the bundle ID : com.myapp.ios
  • I’ve my macos app with the bundle ID : com.myapp.macos

In app retailer join, there’s a button “Add a Macos app” :

enter image description here

So i ponder the right way to proceed in flutter because the MacOS undertaking is a separate undertaking from the iOS one.

I’ve additionally seen that in Xcode, on the iOS undertaking, you’ll be able to “Allow assist for MacOS” and it provides the necessities.
Nevertheless, nonetheless utilizing Flutter, is that this the right solution to do issues ?

My aim is to easily launch a MacOS app utilizing the identical app Identify as my iOS one (logic it is the identical app) and a unique bundle ID to make the platform distinctive (for third social gathering providers and debug).

Observe : I’ve requested Apple developer assist about it however they nonetheless have not answered in 3 days it’s totally lengthy and i want a solution..

Thanks upfront