iOS 中的 apk 相当于什么?

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/10808451/
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-30 18:33:08  来源:igfitidea点击:

What is the equivalent of apk in iOS?

iosapk

提问by Apps

What is the equivalent of apkin iOS?

apkin的等价物是iOS什么?

回答by WendiKidd

They're called .ipafiles on all iOS devices.

它们.ipa在所有 iOS 设备上都称为文件。

回答by AwizTheBoss

Just adding on but IPA files are programs written for Apple iOS devices such as iPhone, iPod Touch or iPad. Such files are downloaded from the Apple iTunes App Store and can be transferred to an iOS device when it is connected to the computer.

只是添加但 IPA 文件是为 Apple iOS 设备(如 iPhone、iPod Touch 或 iPad)编写的程序。此类文件是从 Apple iTunes App Store 下载的,并且可以在连接到计算机时传输到 iOS 设备。

回答by Ramana Sakhavarapu

for ios devices it called .IPA file, IPA (iOS App Store Package) file is an ios application archive file which stores an iOS app. can only be installed on iOS devices.

对于 ios 设备,它称为 .IPA 文件,IPA(iOS App Store Package)文件是一个 ios 应用程序存档文件,用于存储 iOS 应用程序。只能安装在 iOS 设备上。