submission

Submit an OSX App with helper App in its bundle

自作多情 提交于 2019-12-04 07:48:46
问题 I'm really going mad with this problem! I have an app that contains a simple Helper app which manages the login item for the Main app. When I try to submit the app I get errors related to the provisioning profile and the entitlements. I'm sure that the problem is related with the Helper app because before than I added it the submission worked with no problem. At the moment the helper app is code signed and is sandboxed as the main app. The errors are : Invalid provisioning profile. The

How to install a certificate in Xcode (preparing for app store submission)

微笑、不失礼 提交于 2019-12-04 03:28:37
I wan't to select my distribution profile in Code Signing Identity in the build tab of targets. But all my certificates (developer, ad hoc, ...) are grayed out. So it seems that the new profile XXX.mobileprovision is not installed. The guidelines say Download the distribution profile and install it in the Xcode Organizer. Drag the .mobileprovision file to the Provisioning Profiles list under IPHONE DEVELOPMENT in the Organizer. But nothing happens. No green plus icon appears. If I double click the profile Xcode shows me an empty file ... Can someone help me out? Additional information: First I

Warning icon and an empty message in iTunes Connect

风流意气都作罢 提交于 2019-12-04 01:56:17
I had a warning icon and an empty message in iTunes Connect when selecting to add a build to Submit for Review. Will my app get rejected because of this warning? It was an Apple bug before iTunesConnect site been updated. Sometimes the description box states that you have beta xCode application (if you really don't have it - just ignore the warning). It will disappear eventually. Sometimes it takes up to 3 days to process the build - but in the end it'll go away for sure. 来源: https://stackoverflow.com/questions/32828312/warning-icon-and-an-empty-message-in-itunes-connect

iOS Submission issue with In-App purchase

有些话、适合烂在心里 提交于 2019-12-03 12:55:13
I have uploaded my app with two In-App purchases. After 4 days I have received this message and the iTunes Connect status: "Your In-App Purchase has been returned. You must modify or delete the highlighted item." Both of the In-App purchases are highlighted with warning sign and say developer action needed . Any-pointers for what the problem is (in general .. obviously specifics aren't expected)? Sorry (DA) for being vague on the question. But So all allple say is "Converse with fellow developers and Apple engineers on technical topics. Apple Developer Forums". So figured if anyone here had

When I resubmit my app after a rejection do I need to increment the version number? [closed]

喜欢而已 提交于 2019-12-03 12:02:24
My app was rejected, so I have amended it and am about to resubmit it. The first time I submitted it it was as version 1.0. Do I need to increment the version number for this resubmission? No!!! You do not need to update version number. If your app is rejected then you do not need to change its version number. Change the app status "Ready to submit" on iTunes connect and submit it. Upload the binary again with same version number but preferably you can change the build number. You don't need to create a new version number, especially if it doesn't add features and you're just fixing a small

Validate and submit ipa to AppStore without source

只谈情不闲聊 提交于 2019-12-03 11:36:17
问题 I need to send an ipa to the client to submit it to the App Store (he has given me his .p12 key and certificate, together with the provisioning profile). When it was XCode 3.x (submission = upload through webbrowser), it is an easy process. But with XCode 4, how can I do this? I cannot validate and submit the app myself because I don't have my client's username and password for itunesconnect. He doesn't have the project, but just the ipa that I built, so he cannot archive/validate/submit it

JSF 2.0 and Multiple Submission problem

坚强是说给别人听的谎言 提交于 2019-12-03 09:48:48
Somebody told me that JSF 2.0 automatically handles multiple submission problem. Is that right? If yes, how does JSF 2.0 do that? If no, what are the things that must taken care of, so that you don't leave any pitfall while handling this problem? Thanks. This is requested and maintained by JSF spec issue 559 . As it currently stands, it's not there yet, but it is targeted for the upcoming JSF 2.2. Until then, the Seam's <s:token> is your best solution which not only prevents CSRF (which is not strictly necessary anymore since JSF 2.1 as per JSF impl issue 812 ), but also double submits. <h

ajax form submission with php

雨燕双飞 提交于 2019-12-02 18:08:17
问题 I am having trouble getting the email to send which I am sure it is because of the php but here is the js ajax also..it shows my error messages for form fields that are not filled out correctly and then it shows my processing bar once submitted but I get my error message after submission..any help would be appreciated. html <form method="post" action="feedback.php" id="contactform"> <fieldset class="first"> <div id="response"></div> <div id="name_input"> <input id="name" name="name"

Submit an OSX App with helper App in its bundle

随声附和 提交于 2019-12-02 17:15:29
I'm really going mad with this problem! I have an app that contains a simple Helper app which manages the login item for the Main app. When I try to submit the app I get errors related to the provisioning profile and the entitlements. I'm sure that the problem is related with the Helper app because before than I added it the submission worked with no problem. At the moment the helper app is code signed and is sandboxed as the main app. The errors are : Invalid provisioning profile. The provisioning profile included in the bundle is invalid Invalid Code Signing Entitlements. The entitlements in

2 ipa files for same app (for better size and performance)

半城伤御伤魂 提交于 2019-12-02 11:07:59
问题 I'm working on an iOS application which is developed for all devices (retina and non-retina) The size of the app is too big now to have compromise for all devices. (Why should iphone 3gs suffer size where it does not get quality?) Now, I would like to know if there is a way to optimize the size of game installed on the device. Specifically, is there a way in itunes submission process where we can have additional downloadable content on the server and can download it based on the device ? We