Can Android app in Windows development environment be used on iOS?

I have tried that the packaged apk file of the project can be used on Android. What should I do if I want to use it on iOS? do I have to build a new iOS environment on macOS?

Jul.11,2022

first, Android is packaged into .apk file, which stands for Android Package and is a special installation package under Android platform. This is the Android packaging method Android Studio package
and Ios need to be packaged as an .ipa file, that is, the abbreviation for iOS App Store Package. These are the two packaging methods of Ios two ways of iOS packaging , the most detailed iOS packaging process .
from here, we can see that Android and ios need different packages and packages, so should not be allowed !
in addition, this problem is tagged with react-native. The following article can solve
installation, packaging and launch of Android and IOS after development using react-native

< hr >

above is my superficial understanding. If there is something wrong, you are welcome to hit me in the face

Menu