Use this tag for questions related to Submission, i.e. any action of submitting a document, a form, etc. .
Questions tagged [submission]
462 questions
2
votes
1 answer
Drupal 7 programmatically submit data to webform
I have a webform on a Drupal site to which I need to post data programmatically using the following code:
// Get the node ID of the created Webform and load the node.
$node = node_load($nid);
global $user;
$uid = $user->uid;
// Include…

sisko
- 9,604
- 20
- 67
- 139
2
votes
1 answer
What should be the limit of an IPA file size for successfully review on apple store?
My App size is 308.5 MB on disk , the IPA size also almost same , As of the Apple store submission rules , Is this size make any issue?

Abbut John
- 133
- 2
- 9
2
votes
1 answer
Template for Python Package Index (PyPi) submission
I'm writing a couple of packages that I'd like to release on PyPi for other people to use.
I've not released to PyPi before so I have been mocking up a submission template: https://github.com/chris-brown-nz/pypi-package-template
Here's a tree of the…
user1270496
2
votes
1 answer
Redirect to another page after submitting a form?
I'm trying to redirect users to another page after a form has been submitted. The form works great. If forces users to input the required fields, and is not submitted unless each of these fields are complete. It then submits the form and refreshes.…

Dre
- 21
- 2
2
votes
2 answers
Submitting for App Store in 4.2: Strange "Whitespace" error from XCode submission validation
I originally submitted and was approved with the 4.1 SDK. I upgraded to the 4.2 and was making some fixes, and when I tried to submit to the App Store I got this message:
"Filename may not contain whitespace."
My info.plist had the default…

Daddy
- 9,045
- 7
- 69
- 98
2
votes
1 answer
Remove uploaded build from apple store account
I have uploaded one build with 1.0 in test flight. Now again I am uploading with same version number but I am getting error message this time.
Though I have not submitted or published game in apple store then why I can't able to upload new build…

Siddharth
- 4,142
- 9
- 44
- 90
2
votes
0 answers
ERROR ITMS-90046 when trying to submit binary, using pods with use_frameworks
I am generating the release ipa using xcodebuild on command line(archive, export archive).
When uploading the binary using Application Loader I get the following error:
ERROR ITMS-90046: "Invalid Code Signing Entitlements. Your application
bundle's…

user1984795
- 167
- 1
- 9
2
votes
0 answers
'Invalid Toolchain' error while submitting iOS 9 compatible app
I already googled about this error and noticed I'm not the only one whose getting this one during app submission, but I'm asking this question anyway because mine was the special case:
Many who are getting 'Invalid Toolchain' error are using OSX El…

Tack-Gyu Lee
- 448
- 3
- 11
2
votes
1 answer
ERROR ITMS-90092: “This bundle is invalid..."
When I try to submit my Xcode I receive this error:
ERROR ITMS-90092: “This bundle is invalid. Apps that include an arm64 architecture are required to include an armv7 architecture.”
How can I get rid of this error???
Under my valid architectures I…

LodgeApps
- 344
- 1
- 2
- 21
2
votes
2 answers
Xcode 6.3 App Submission Failed for iOS 7
I am currently using XCode 6.3. My project is using CocoaPods.
I have set Deployment Target to be iOS7.0 for both my project and Pods. Also, I have validated my archive and it was successful.
But, when I clicked "Submit to App Store...", it failed…

Khine Lin
- 21
- 2
2
votes
1 answer
ERROR ITMS-90363 "Invalid Info.plist key. The key 'CFBundleIcons~iPad in bundle ... is invalid."
Archive submission failed due to the issues listed below: ERROR ITMS-90363 "Invalid Info.plist key. The key 'CFBundleIcons~iPad in bundle ... is invalid."
I am trying to submit the app to Apple. I added Watchkit extension. I keep getting this…

Gabriel
- 1,215
- 13
- 16
2
votes
1 answer
AppStore submission: ERROR ITMS-9000: "Invalid Bundle Structure - The binary file 'MyApp.app/BuildAgent' is not permitted
I'm stuck with the following error which I simply don't even understand.
ERROR ITMS-9000: "Invalid Bundle Structure - The binary file 'MyApp.app/BuildAgent' is not permitted. Your app may contain only one executable file.
When I export from the…

Stéphane de Luca
- 12,745
- 9
- 57
- 95
2
votes
5 answers
Can't submit app to AppStore. "Your application bundle's signature contains code signing entitlements that are not supported on iOS"
I'm trying to submit my app to the AppStore but all in vain. No matter what I do I'm getting the following error:
I tried cleaning, deleting derived data, restarting Xcode, restarting my Mac. Nothing helps. this answer suggests copying bundle from…

Andrey Chernukha
- 21,488
- 17
- 97
- 161
2
votes
1 answer
Submit form in a loop
I have a PDF generator that takes a full HTML document string as an argument, and then opens up the PDF created in a new tab/window, or downloads the file. I've been asked to wire up a form that will allow for making a certificate that takes…

Irish
- 1,407
- 1
- 10
- 9
2
votes
2 answers
How to use dodirect payment paypal on form submission?
I have to use dodirect payment method after the form submission. The form will be displayed on the site for all the card detail such as card type (visa or master), card card no, security number, expiration date, name on card, address, state, postal,…

user75472
- 1,277
- 4
- 28
- 53