I have an iOS/iPadOS app that I have also released for macOS using Catalyst using the Universal app profile (same app id). With the upcoming Apple Silicon, it appears that iOS apps will be able to run natively. I had to remove/disable some features of the app for it to run with catalyst, so the macOS catalyst version does not have all the iOS features.
My question is, will Apple Silicon devices automatically get the full featured iOS version of my app while older Intel Mac computers get the Catalyst version?
If not, what is the best way for me to proceed so Apple Silicon devices can use the full features iOS version while Intel devices use the Catalyst version.
If this (2 above) is not possible can I remove the macOS Catalyst version at some point in the future so Apple Silicon devices will get the iOS app version?