+ 4
How can i convert android app to ios app?
l made android app with android studio. And i want convert this to ios app. Which programing language do i need?
4 ответов
+ 18
To make iOS apps, you need XCode IDE on a Mac computer, and to use Swift language. You'll have to rebuild an equivalent, there's no sort of conversion tool.
+ 2
thank you.
+ 1
someone should make a conversion tool
0
To convert your Android app to iOS, you'll typically need to rewrite the app using Swift or Objective-C, as these are the primary languages for iOS development. If you're looking for a more streamlined approach, consider using cross-platform frameworks like React Native or Flutter. For detailed guidance, check out this resource: https://www.cleveroad.com/blog/how-to-convert-android-app-to-ios/.