K
K
Kirill Zhukov2022-02-18 21:54:37
Mobile development
Kirill Zhukov, 2022-02-18 21:54:37

Can an application developed for ios in xcode in swift be uploaded to the playmarket?

I want to develop one interesting application for ios, and I wondered if I could release it for android users if I wanted to, the application would be developed in xcode13 in the swift language, and I was tormented by the question of whether I could put it on the play market.

Answer the question

In order to leave comments, you need to log in

3 answer(s)
S
Sergey Gornostaev, 2022-02-18
@sergey-gornostaev

No.

V
Vasily Bannikov, 2022-02-18
@vabka

Your Swift application uses features that are specific to iOS (UI elements and not only), so it will not be easy to port it to Andoird.
If you are just thinking about starting development, look also at cross-platform tools.
For example Dart/Flutter and Kotlin

A
AlexVWill, 2022-02-18
@AlexVWill

To upload to Google Play Marker, you need to create an application in a special AAP format, i.e. in fact, build it again from the sources in Android Studio, moreover, the application must be signed with a special digital signature of the developer to confirm that the application of this author is laid out under this account. Incl. most probably not.
Most likely, you will have to take the source code and rewrite everything for Java or Kotlin.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question