ipa

Error when export archive

Deadly 提交于 2019-11-30 19:22:47
问题 I have problem with using Export function in Xcode ("Your account already have distribution certificate") so I used solution with xcodebuild . It produce IPA file but I see this in console: ### Checking original app + /usr/bin/codesign --verify -vvvv /.../My.app Program /usr/bin/codesign returned 1 : [/.../My.app: resource envelope is obsolete ] Codesign check fails : /.../My.app: resource envelope is obsolete Is it a problem from my side and how to solve it? 回答1: If you are using Mac OSX 10

Is it possible to trace back a string inside an IPA binary?

孤街浪徒 提交于 2019-11-30 19:00:21
I mean if I write something in the code: NSString *myKey = @"this is my private key"; Will someone be able to trace back the string "this is my private key" from the IPA? I ask this for the encryption in iPhone. If I store my encrypt key in the code, is it already safe? or how should I do it? Yes, it's likely. An IPA is just a zip file. You can extract it to get the application binary. You can usually run strings over an application binary to see string literals. 来源: https://stackoverflow.com/questions/6305808/is-it-possible-to-trace-back-a-string-inside-an-ipa-binary

xcode 5 archive build fail, but normal build successfully

試著忘記壹切 提交于 2019-11-30 13:00:02
问题 I can build and run my app on my device, but when I tried to build archive, I got many errors. The errors are about my 3rd library - google protobuf. It showed that #error Host architecture was not detected as supported by protobuf. But what is the difference between archieve and normal build?? After all, I built successfully and ran my app on the device when I choose product=>run (cmd+R). 回答1: When you build to run, Xcode usually builds for the active architecture only. When you archive it

iOS证书及描述文件制作流程

ぐ巨炮叔叔 提交于 2019-11-30 12:26:16
我们在一些iOS应用Windows开发平台,进行打包iOS应用包ipa文件时,需要用到两个iOS证书文件p12及profile文件mobileprovision 下面介绍如何使用工具快速申请! 一、申请iOS发布证书(p12文件) Appuploader辅助iOS上架工具可以帮助在Windows电脑直接申请iOS证书,如果是使用HBuilder、AppCan、APICloud等工具跨平台开发,没有Mac的开发者,可以非常方便的申请iOS证书去打包苹果APP Appuploader安装教程 1.1、下载启动Appuploader软件登录苹果开发者账号,点击右下角+ADD选择,下拉选择发布证书 证书名称:不要中文、随意设置 邮箱:随意 密码:证书的密码、比如设置123这样,不用很复杂,记好、打包时要用、很重要 应用id:这里不用选 点击ok创建。 注意:iOS发布证书最多能申请3个,如果账号已经有3个发布证书了,将申请报错(如下图) 一个发布证书可以用于多个APP上架,不是说只能申请3个发布证书就只能上架3个app,完全不用每个app都申请个发布证书p12,发布证书p12是可以公用的,区分开下面步骤申请的的描述文件就行了。一个p12可以对应无数的描述文件。 也可以删掉之前的发布证书,重新创建,不会影响已上架的app。 1.2、创建成功后,找到刚创建的发布证书( iOS

How to get ipa file from Xcode to run an iPhone app in real device?

旧时模样 提交于 2019-11-30 12:11:57
问题 My client asked me to get the review of the app on which I am working. So, I want to get the ipa file and mobile provision file from Xcode 4.2 to share my app to run in real device. I have a paid account of apple with me. Please tell me the procedure to get it. Thanks in advance. 回答1: STEP-1: You need to refer steps for AdHoc Distribution I think you need to login with your credentials at Developer Apple Login Once you are logged in go through this link and read through it step by step. I

React Native: Generate .apk and .ipa using Expo

我的未来我决定 提交于 2019-11-30 11:17:50
I'm trying to generate a .ipa and a .apk file for my React Native app using Expo & Create React Native App. I successfully built the app and was able to get it to run on both an iOS & an Android device thanks to the docs: https://docs.expo.io/versions/v16.0.0/guides/building-standalone-apps.html When the build is over, my console shows something like Your URL is https://exp.host/@myname/myapp I then open exp.host/@myname/myapp on my device and the app shows up via the Expo client. But at point 4 of the docs, it is said that When it’s done, you’ll see the url of a .apk (Android) or .ipa (iOS)

Encryption of contents in compiled iOS app ( IPA )

|▌冷眼眸甩不掉的悲伤 提交于 2019-11-30 11:10:08
问题 As IPA structure is just a zipped file containing compiled codes & media contents like images & audio, how can I protect the contents from being extracted and stolen by others? Is there any encryption I can add into the IPA? 回答1: This answer mentions that the application is already encrypted by the time it gets onto your users' devices: Does Apple modify iOS application executables on apps submitted to the App Store? Sorry, that's only the application binary. The other media are not encrypted

How to install an ipa/app file into iPhone with command line?

对着背影说爱祢 提交于 2019-11-30 11:06:39
问题 I want to know how to install an ipa/app file into iPhone just using the command line? The device maybe without jailbreak or jailbroken already. I tried to use the command line: xcodebuild , but failed. I didn't find the parameter how to set the destination, maybe a real device, not a simulator. What options do I have? 回答1: Three ways I know of: These guys wrote a tool in Ruby to do it. It uses the Fruitstrap library which in turn uses one of Apple's private APIs, so this could possibly break

傻瓜式iOS应用上架App Store步骤流程

浪子不回头ぞ 提交于 2019-11-30 10:22:44
本编教程介绍ios证书申请和打包ipa上传到appstoreconnect.apple.com进行TestFlight测试然后提交审核的完整流程! 傻瓜式步骤流程,初学者也可以快速掌握iOS上架操作! 上架App Store审核分7步进行。 1、安装iOS上架辅助软件Appuploader 2、申请iOS发布证书(p12) 3、申请iOS发布描述文件(mobileprovision) 4、打包ipa 5、上传ipa到iTunes Connect 6、TestFlight方式安装到苹果手机测试 7、设置APP各项信息提交审核 上架基本需求资料 1、苹果开发者账号(如还没账号先申请- 苹果开发者账号申请教程 ) 2、开发好的APP 一、下载安装iOS上架辅助软件Appuploader Appuploader下载链接 Appuploader可以辅助在Windows、linux或mac系统直接申请iOS证书p12,及上传ipa到App Store 方便快捷,配合本教程使用,可以快速掌握如何真机测试及上架! 下载软件包后解压直接使用,无需安装。 二、申请iOS发布证书(p12文件) 发布证书用于上架,证书有p12及mobileprovision两个文件,配套使用,先申请p12! 2.1、用苹果开发者账号登录appuploader软件后,选择证书进入,点击右下角+ADD选择 类型:下拉选择

Specify location for ipa file in Xcode 7 Ad-Hoc release

拜拜、爱过 提交于 2019-11-30 08:04:46
UPDATE: This issue is still present in Xcode 7.1 beta 2. Looks like this will be here a while. I just updated to Xcode 7 GM and am in the process of generating ad-hoc archives for various builds. However, it does not appear that you can specify the directory path where you want to save the resulting .ipa file. It is going straight to the desktop in a pre-named folder that includes a timestamp. Steps to (hopefully) reproduce From the main menu, select Product --> Archive In the resulting window, select 'Export...' Choose 'Save for Ad Hoc Deployment' and select 'Next' (other methods seems to