ipa

How to get the dSYM file from the ipa file available on App Store

别来无恙 提交于 2019-12-10 02:09:37
问题 There is a way to get a dSYM file from the ipa file that is available in App Store? I've lost my archives that had that dSYM particularly. Can I do that? I need the dSYM to upload to Crittercism. Thanks in advance. 回答1: Assuming you still have access to the app in iTunes Connect, it's now possible to download the dSYM from iTunes Connect, too. Login, go to My Apps, select your app, then tap on the Activity tab at the top. Tap on the relevant build, and, assuming the app was submitted with

How to programatically install a ipa file in iOS 6

不打扰是莪最后的温柔 提交于 2019-12-09 10:53:33
问题 we use iOS private framework MobileInstallationInstall , it worked fine in iOS 5 like this: typedef int (*MobileInstallationInstall)(NSString *path, NSDictionary *dict, void *na, NSString *path2_equal_path_maybe_no_use); int result=pMobileInstallationInstall(ipaPath,[NSDictionary dictionaryWithObject:@"User" forKey:@"ApplicationType"],nil,ipaPath); But, in iOS 6, this method ( pMobileInstallationInstall ) always return -1. Can somebody help me ? Thanks a lot... 回答1: please follow How do I

xcode 4.3.1 - Share archive option not visible

旧街凉风 提交于 2019-12-09 08:56:22
问题 I am trying to put my build up for testing on TestFlightApp. In my previous version of xcode, I was able to view the "share" option after archiving, which I used to create the ipa file. The ipa file was uploaded to testflight and everything worked as expected. With the upgrade to xcode 4.3.1, I don't see the share option. I tried using the distribute option and created the ipa. Then when I tried uploading the ipa to testflight, got the following error. 'Invalid IPA: values for key com.apple

How to Create the Upload File for Application Loader?

我们两清 提交于 2019-12-09 04:03:46
问题 When I use Application Loader, I get to the point where it asks me to "Choose..." the file to be uploaded. If I understand correctly, it supposes to be the appName.app file I see under "Products" on my app bundle (I right click it and select "Show in Finder" to get to the specific file in library; then I'm supposed to ZIP it and the ZIP file is what I will choose in Application Loader). First, am I correct with this assumption? if yes... What should I define different in XCode than the way I

Can't Upload .ipa from Xcode 8, “The info.plist indicates a iOS app, but submitting a pkg or mpkg.”

最后都变了- 提交于 2019-12-08 15:09:36
问题 I am trying to submit my app. It is written in swift 3 and has an iOS 10 deployment target. So, I need to use Xcode 8. When I create an archive everything goes fine. I have even looked into the .ipa and everything seems fine. But, every time I get this error: The info.plist indicates a iOS app, but submitting a pkg or mpkg. No idea what's going on. I'm not using any frameworks. No cocoapods. Very simple app. Edit: Still no information on this. I have made a support request with Apple so we

How to distribute enterprise iPA files

扶醉桌前 提交于 2019-12-08 05:57:34
问题 First of all, let me explain that I have no experience with xcode or any apple products whatsoever. I recently have been working with a developer to create a iOS app for my business. I'm posting this because my experience with this developer has been less than awesome and I need some more professional guidance. The app my developer was creating is intended just to be used to communicate with my employees who are out in the field and not in my office. I'm using a PHP program I created to push

Creating IPA file in Xcode 5 for project containing static library sub-projects

耗尽温柔 提交于 2019-12-07 17:58:26
问题 I have a project which contains a sub-project to build a 3rd party static library the app depends on. In Xcode 5, when I come to export an .ipa file after doing an Archive build and clicking the Distribute button in the Organizer window, the option "Save for Enterprise or Ad Hoc Deployment" is missing from the list of options (I only see "Submit to the iOS App Store" or "Export as Xcode Archive"). Does anyone know i) why this is and ii) how to rectify the problem? For a simple test project

Resign IPA from development to enterprise

我只是一个虾纸丫 提交于 2019-12-07 12:14:50
问题 Is it possible to resign an .ipa file signed with a development certificate to an enterprise certificate? Background: My client needs the .ipa file. He owns the enterprise certificates which he won't share with us. The idea is that I deliver the .ipa file with my own development certificate and deliver it to him. He resigns it using his enterprise certificate so he can deploy his app on his internal app store. Currently I have my .ipa file signed and I'm ready to submit the file, but I have

利用Appuploader工具,在Windows申请iOS证书上传ipa

孤街浪徒 提交于 2019-12-07 08:23:46
随着xcode的更新,苹果公司已经不直接提供Application Loader这个工具上传IPA了,导致上传ipa比较难搞了。 这里分享介绍一个可以在Windows、跨平台申请iOS证书上传ipa的工具Appuploader,方面跨平台开发没有苹果电脑,或者还不熟悉iOS上架流程的开发者使用。 双重验证码登录,安全放心,已帮助上万开发者提交苹果APP! Appuploader官网免费下载试用 1、Windows、Linux、Mac系统都能使用 2、快速申请iOS证书,直接获取p12证书文件 3、一键上传ipa到App Store后台 4、详细配套iOS打包上架教程、专业技术支持! 运行界面! 来源: oschina 链接: https://my.oschina.net/u/4199275/blog/3138306

利用Appuploader工具,在Windows申请iOS证书上传ipa

我与影子孤独终老i 提交于 2019-12-07 08:22:03
随着xcode的更新,苹果公司已经不直接提供Application Loader这个工具上传IPA了,导致上传ipa比较难搞了。 这里分享介绍一个可以在Windows、跨平台申请iOS证书上传ipa的工具Appuploader,方面跨平台开发没有苹果电脑,或者还不熟悉iOS上架流程的开发者使用。 双重验证码登录,安全放心,已帮助上万开发者提交苹果APP! Appuploader官网免费下载试用 1、Windows、Linux、Mac系统都能使用 2、快速申请iOS证书,直接获取p12证书文件 3、一键上传ipa到App Store后台 4、详细配套iOS打包上架教程、专业技术支持! 运行界面! 来源: oschina 链接: https://my.oschina.net/u/4199275/blog/3138306