ipa

Upload IPA with Xcode7.3 with iOS 9.3 SDK issue

北城以北 提交于 2019-12-12 07:04:24
问题 The project is made in Xcode 7.3 with Swift 2.3. Getting the following issue while uploading build on AppStore. error itms-90725: "sdk version issue. this app was built with the ios '9.3' sdk. all new ios apps submitted to the app store must be built with the ios '11.0' sdk or later, included in xcode [9.0] or later. please update xcode and rebuild your app." How to resolve this issue, can anyone suggest. 回答1: **error itms-90725: "sdk version issue. this app was built with the ios '9.3' sdk.

Xcode 4 share IPA “The operation couldn’t be completed. No such file or directory”

家住魔仙堡 提交于 2019-12-12 05:12:16
问题 I want to test my app on real device not emulator and I try to create archive from my app and share it to IPA but when i save IPA i get this error "The operation couldn’t be completed. No such file or directory". What's going wrong? Is the reason that i i don't have Identity Profile to set? IS THERE ANY CHANCE TO SHARE IPA if i don't have apple developer certificate? 回答1: For distributing apps to users (not to apple store) you must have Apple Developer Program. You can purchase it from here

how to create .ipa file from Corona SDK

╄→尐↘猪︶ㄣ 提交于 2019-12-12 04:53:19
问题 Please tell me how to create .ipa file instead of .app file in Corona SDK? and how to submit Corona Application in Appstore? 回答1: I got a solution for creating . ipa file while creating build file from Corona . Steps are given below - Step 1 - Create a .app file Step 2 - Create a folder with name "Payload" Step 3 - Compress the "Payload" folder and rename it to your file name.ipa from "Payload.zip". 回答2: You need to go Corona Simulator -> File -> Build ->iOS If you are going to get the build

Creating ipa file with ionic 2, Enterprise account

强颜欢笑 提交于 2019-12-12 04:26:26
问题 I'm trying to create an ipa file(for ipad) for an app created with ionic2 .I have to say it's the first time I do this so I don't even know where to find the signing codes and rest of shit needed for this process. What I have the app Apple Developer Enterprise account ELCapitan OSX on a virtual machine Ionic2, codrova, ... all things required to build the app ios-deploy installed XCode 8.2.1 Can anyone tell me step by step what do I need to do(from ionic build ios --prod ) and where do I need

xcode 5.0.2: code signing operation failed check that the identity you selected is valid

偶尔善良 提交于 2019-12-12 01:56:50
问题 it has been asked alot of times, and i tried all the green mark solutions, nothing helped. i want to get an ipa file of my project, and i keep getting this error i mentioned at the top. i tried to delete all the certificates + all my apps id's + devices id's + proviosioning profiles, basically i've cleaned up all of my developer details from apple developer portal, and than create everything, clean and built the project, but again, i keep getting this error. and it happens only in this

WatchKit apps/extensions and iOS backwards compatibility

為{幸葍}努か 提交于 2019-12-11 18:25:08
问题 I have an iOS app with its Deployment Target set to iOS 6.1 version, and the Base SDK to latest iOS. I've added both the Watchkit app and WatchKit extension targets to the project, but I need to understand how will this affect a future submission to the App Store: 1) Are two executable files generated? One for the iOS app + WatchKit extension, and another for the WatchKit app? Or is all packaged in an unique executable file? 2) Will it be automatically handled the iOS version of the device

Application Loader is unable to upload your package

守給你的承諾、 提交于 2019-12-11 16:41:48
问题 I am uploading the .ipa file to iTunes and it is giving me the error We’re having trouble connecting to the App Store. Please try again later. Can anyone guide me what is happening here as King Apple is not giving me any clue here. 回答1: Well, I tried a couple of things but nothing seems to be working. What worked for me was kill Xcode, kill application loader and mac restart. It will work. Yes, don't look at me like this, Thanks to Apple. 来源: https://stackoverflow.com/questions/56561465

can we re-sign the appstore build with our development certificates?

时间秒杀一切 提交于 2019-12-11 13:11:23
问题 Can we re-sign the app store ipa of some application with our development certificates and provisioning profiles? I could re-sign the IPA, but unable to install it on my device. 回答1: "resign"? You mean re-sign, as in sign it with a different certificate? No, you can't do that. 来源: https://stackoverflow.com/questions/35083977/can-we-re-sign-the-appstore-build-with-our-development-certificates

Xamarin iOS ipa file size issue

元气小坏坏 提交于 2019-12-11 12:54:32
问题 Project structure with PCL based approach: Project X (solution) Core (Base project with autofac for Ioc based setup) Project (90% of code common for droid and ios) Project.Droid (Droid settings, renderers and graphics. ) Project.iOS (iOS settings, renderers and graphics. ) I have gone through all possible options to reduce ipa file size. esp with linking. I have used 'Link all' and stripping debug code, optimizing image etc. Final ipa size is 77 MB. Here are the details of file sizes after

itms-services IPA wireless distribution link not working

谁说胖子不能爱 提交于 2019-12-11 12:07:27
问题 I'm trying to get an IPA downloadable through a website. From reading around I see this is done itms-services. My issue is my link in php is not working - I have a feeling it's down to the syntax but i can't figure it out. I tried url encoding etc but no luck. Any ideas? echo '<a href="itms-services://?action=download-manifest&url=http://localhost:8888/hockey/hockey/appname_type/info.plist">Click here to donwnload</a></br>'; 回答1: This is what Apple answers themselves on this question: Yes,