+ 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?

21st Mar 2017, 10:54 PM
윤폴
윤폴 - avatar
4 Respostas
+ 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.
21st Mar 2017, 11:41 PM
Tamra
Tamra - avatar
+ 2
thank you.
22nd Mar 2017, 1:21 AM
윤폴
윤폴 - avatar
+ 1
someone should make a conversion tool
22nd Mar 2017, 3:29 AM
LordHill
LordHill - avatar
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/.
4th Nov 2024, 3:16 PM
Vivienne Medrano