将 android 应用程序转换为 ios

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/26313766/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me): StackOverFlow

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-08-20 11:15:36  来源:igfitidea点击:

Converting android app to ios

androidios

提问by Sk_Sushil

I have one simple question, that is can I convert my android .apk app into ios using any software? If yes, then please give me the name of that software. If any alternative method for that please guide me.

我有一个简单的问题,那就是我可以使用任何软件将我的 android .apk 应用程序转换为 ios 吗?如果是,请告诉我那个软件的名字。如果有任何替代方法,请指导我。

回答by killjoy

Google has a tool to convert the back-end, nothing for front-end though

谷歌有一个工具来转换后端,但前端没有

http://www.xda-developers.com/google-tool-helps-developers-port-android-apps-to-ios/

http://www.xda-developers.com/google-tool-helps-developers-port-android-apps-to-ios/

回答by edubriguenti

There is a new startup that clains to convert the APK to IOS.

有一家新的初创公司声称要将 APK 转换为 IOS。

It's called MechDome.

它被称为MechDome

The goal is very simple and attractable:

目标很简单,也很吸引人:

Reduce time to market by eliminating cross-platform development. Automatically convert your existing Android apps to high-fidelity, native iOS apps.

通过消除跨平台开发来缩短上市时间。自动将您现有的 Android 应用程序转换为高保真、本机 iOS 应用程序。

回答by Zero

There is nothing out there that would convert apk into ios app. To my knowledge there is also nothing out there that could translate android code to IOS.

没有任何东西可以将 apk 转换为 ios 应用程序。据我所知,也没有任何东西可以将 android 代码转换为 IOS。

However, there are tools you could use to make your apps work on both devices. I'm sure there are more, but here are 2 of them I found in minutes (look into them if you are interested): Apportable, Phonegap

但是,您可以使用一些工具使您的应用程序在两种设备上都能正常运行。我确定还有更多,但我在几分钟内找到了其中的 2 个(如果您感兴趣,请查看它们):ApportablePhonegap

As for your existing app depending on complexity of your software you have to rewrite from a little to a lot of code to adapt to IOS APIs.

至于您现有的应用程序,取决于您软件的复杂程度,您必须从少量代码重写为大量代码以适应 IOS API。

In short: No. Unless your app is build on multiplatform framework, converting means manual adaptation.

简而言之:不。除非您的应用程序构建在多平台框架上,否则转换意味着手动调整。