Questions tagged [submission]

Use this tag for questions related to Submission, i.e. any action of submitting a document, a form, etc. .

462 questions
2
votes
1 answer

iOS fat static library & submission

I have an iOS fat static library (iphoneos & iphonesimulator), if I was to use this during an app submission would it fail on the grounds that the binary includes iphonesimulator code?
2
votes
2 answers

iOS app submission - Invalid Binary

I tried to submit my app thrice,every time it just failed,mailing me the same thing again n again The signature for your app bundle contains entitlement values that are not supported. For the…
Yadnesh
  • 1,307
  • 3
  • 17
  • 36
2
votes
0 answers

Found the following files/directories: ''NULL'' when I run devtools::check_rhub

When I'm running devtools:check_rhub I'm receiving the following note: ❯ checking for non-standard things in the check directory ... NOTE Found the following files/directories: ''NULL'' I am unable to find this NULL file/directory anywhere, even…
2
votes
2 answers

jQuery AJAX post submission to a PHP script multiple times

I am trying to do a form submission without having the page reload. It works the first time, but when I try and do a second submission the page is refreshed. I would like to be able to do several submissions with the new data propagating into the…
simian
  • 116
  • 3
  • 14
2
votes
1 answer

jQuery range slider - get range values on form submission?

I have a jQuery UI range slider set up. When the slider controls are moved my code inserts the lower range value into a hidden input, and also the higher range value into a hidden input. These values constantly change as the slider is moving, but…
Jonathan
  • 129
  • 2
  • 13
2
votes
1 answer

(iphone) save dsym or any other file to view crash log?

I'm submitting my first iphone application. I read that apple provides crash-log reports. In order to utilize the provided crash-log, or for any other purposes, Do I need to save anything before I modify source to prepare update? and a related…
eugene
  • 39,839
  • 68
  • 255
  • 489
2
votes
1 answer

find original app ID - for iOS Apple app

While upgrading an existing app, I'm getting the notorious: "The binary you uploaded was invalid. The signature was invalid, or it was not signed with an Apple submission certificate." I believe it is due to the fact that I am using the wrong…
user700048
  • 119
  • 1
  • 3
  • 9
2
votes
2 answers

CRAN package submission: "Error: C stack usage is too close to the limit"

Right upfront: this is an issue I encountered when submitting an R package to CRAN. So I dont have control of the stack size (as the issue occured on one of CRANs platforms) I cant provide a reproducible example (as I dont know the exact…
Manuel R
  • 3,976
  • 4
  • 28
  • 41
2
votes
2 answers

How does Ajax work with PHP?

I'm having troubles using ajax and php. What I'm trying to do is call an ajax function that grabs a value from an form's input, and checks if that email exists in a database. Here is my current javascript: //Checks for Existing Email function…
Sawyer
  • 77
  • 1
  • 4
2
votes
1 answer

can I submit an iOS app with self signed SSL certificate?

I have an app connecting via https where the web server has a self signed SSL. Is this allowed by apple or does anything have to be done before submission?
Phil
  • 151
  • 9
2
votes
3 answers

What's cleanest, shortest Javascript to submit a URL the user is at to another process via URL?

Like the Delicious submission bookmark-let, I'd like to have some standard JavaScript I can use to submit any visited URL to a 3rd party site when that's possible by URL. Suggestions? For example, I've been using…
2
votes
4 answers

HTML/PHP Form Submission (what to do after)

First question here, so please be patient with me. I am developing a website for my company. I have an HTML form that uses a php file to email me the data entered by the user. But the user is routed to an ugly .php page with a simple "Thank you"…
Caleb Robinson
  • 1,010
  • 13
  • 21
2
votes
1 answer

Wicket - clearInput() after form submission not working

I want to clear form components (textfields etc) and it model. On submit method, after persisting the model correctly, I call clearInput(), but nothing happends to model and fields still filled. Am I forgetting something about clearInput() method?
tomrlh
  • 1,006
  • 1
  • 18
  • 39
2
votes
1 answer

Guidelines for Google Code Prettify

I'm hoping to pick up Issue 295 from Google's Code-Prettify project; i.e. to add support for lang-powershell. Whilst I've found some code examples, I can't find any documentation on how this code should be written, or any submission guidelines (e.g.…
JohnLBevan
  • 22,735
  • 13
  • 96
  • 178
2
votes
3 answers

App Store preview video error: The frame rate of one or more of your app previews is too high

When I tried to upload a preview video followed by apple's guide, itunesconenct popup an error: Any one knows how to solve this? Thanks, Apple's Guide: https://developer.apple.com/app-store/app-previews/
Ben
  • 946
  • 1
  • 11
  • 19