Use this tag for questions related to Submission, i.e. any action of submitting a document, a form, etc. .
Questions tagged [submission]
462 questions
3
votes
2 answers
JSF 2.0 and Multiple Submission problem
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…

Bhesh Gurung
- 50,430
- 22
- 93
- 142
3
votes
1 answer
WordPress - Ninja Forms: How to edit a saved Submission Programatically?
I have a form say Form_ID=9. I want to edit Field_id:50 (lable: status) of a specific submission say Sub_id:160.
I can access that piece of information with custom code on a custom template page (front-end) but couldn't find a way to Update (or…

Khawar.Y.
- 61
- 6
3
votes
1 answer
TestFlight not working as usual
On iTunes Connect, when submitting a build for External Testing with TestFlight, I fill up the various fields and then click the Next button but nothing happens and I do not see any error or warning message. Is there something new, that I might be…

Michel
- 10,303
- 17
- 82
- 179
3
votes
1 answer
iPhone app 'Pending Developer Release' - can I submit for testflight now with no consequences?
My iPhone app is currently in 'Pending Developer Release' status but I'm keen to use testflight for one final smoke test before I release it.
This is a bit backwards as I submitted first, before submitting for testflight.
My question is, what will…

SJSL
- 67
- 2
- 8
3
votes
0 answers
Apple Submission - IPA is invalid, it does not include a payload directory
Hello I have completed an app in sprite kit. I have a distribute cert and have tried archiving it and it fails out every time at the verify stage. It says:
iTunes Store operation failed - Unable to process application at this time due to the…

Eric Means
- 123
- 1
- 10
3
votes
1 answer
Drupal Ajax: Passing values by url vs data param
What is the difference between using:
$.ajax({
type: 'POST',
url: Drupal.settings.basePath + 'module/get/' + node,
dataType: 'json',
data: { 'ajax' : true }
});
versus:
$.ajax({
type: 'POST',
url: Drupal.settings.basePath +…

Wade
- 59
- 3
- 8
3
votes
2 answers
non-public API in App, __strlcat_chk, __strlcpy_chk
During my iphone app (iOS7) submission process, I saw the errors shown in the screen. Basically, it says I used non-public symbols __strlcat_chk, strlcpy_chk, I know strlcat and strlcpy, but don't think it could be non-public.
I used Xcode 5.
I also…

Liangjun
- 601
- 4
- 13
3
votes
4 answers
Form submit without refresh using jquery/ajax if page have more than one form
Hi all I know that its very easy to submit a form without refreshing if there is only one form on the page but what about if there are more than one form on the page. Im using the following code for form submission and it works ok if there is only…

London Boy
- 387
- 1
- 4
- 14
3
votes
4 answers
Program for testing IOS app before submission?
i'm looking for a program that can simulates some clicks everywhere, on every button and stuff in my iphone app, to find some crashs before submitting the app.
i don't know if something like that really exist.
Thanx

Ch Hnsn
- 107
- 6
3
votes
1 answer
iOS App Store Submission: Does Apple Test Facebook Apps with verified Facebook Accounts?
I'm currently in the submission process with Apple. My app was just rejected, and they've kindly included screenshots.
My App is a Facebook app, and they couldn't login because Facebook is reporting that they are not using a verified Facebook…

Shaun Budhram
- 3,690
- 4
- 30
- 41
3
votes
6 answers
How to submit Two binary(iPhone and iPad) files for same project in App Store?
I have created Map application for iPhone and I developed same Map application on iPad too by my client requirement. Now I have same Map app project but two .ipa files one for iPhone and another for iPad.
I have already put iPhone version on iTune…

Navnath Memane
- 265
- 1
- 8
- 25
2
votes
0 answers
iOS App Submission iTunes Connect - where to find list of disallowed words?
I was trying to submit an app via iTunes Connect and was given a warning when entering a description for the app. It said I shouldn't used the word "Punjabi" in my description as it may prevent my app from being approved.
Firstly, I'm not sure…

gonzobrains
- 7,856
- 14
- 81
- 132
2
votes
1 answer
Uploading Home Automation Apps on AppStore
I have made one home automation application for iPhone/iPad.
For interaction, we have to communicate with one external device.
Now my question is while submitting this application to AppStore, what information should I provide ?
Since they won't be…

user905755
- 23
- 2
2
votes
2 answers
How to Submit and Display on the same page using jQuery and MySQL?
Goal:
Create a Q&A Script (using PHP, JavaScript and jQuery) that enables users to ask questions and submit answers to said questions.
If the user submitted a new answer, that answer would be inserted into the database and the div containing the…

dmaz37
- 41
- 1
- 8
2
votes
1 answer
Please help to solve Invalid Binary issue
Just received this from app store today.
Dear Developer,
We have discovered one or more issues with your recent binary
submission for "KwikTap Mobile". Before your app can be reviewed, the
following issues must be corrected:
Invalid Code…

user1026399
- 21
- 1