The submission tag has no wiki summary.
0
votes
1answer
29 views
Do you need to reattach an in app purchase (IAP) to a version of your app after that app version is rejected?
After creating and testing my first IAP in iTunesConnect, I created a new app version and connected it to the IAP (as you must with it being the first one).
The binary for the app version I submitted ...
0
votes
0answers
13 views
Facebook form submission - intial POST request
I am trying to include a form in my facebook app.
The form works just fine as standalone php page - but the intial facebook POST request
submits the (empty) form when the app loads.
GET works but the ...
-2
votes
1answer
26 views
Preparing iOS app submission when using Facebook login [closed]
I have a native iOS app ready to submit to iTunes Connect. I have some doubts regarding credentials for Facebook, and Apple review process.
This question is related to this one on stackoverflow but ...
-1
votes
2answers
46 views
Can someone use my app without me submitting it to App Store? [closed]
Am developing a iPhone application. We have more then 500 users to review my app.
Without submitting it to the App Store, is it possible to provide permission to all my clients?
Using my Apple ...
-2
votes
1answer
32 views
App Store Resubmission Process [closed]
I've been trying to get my app approved by Apple for 3 weeks.
It took 1 week to get "In Review" and then they told me what to fix.
I fixed the problem and then resubmitted the binary.
It then put ...
-1
votes
1answer
132 views
App Store - Description must not contain the following characters: ✓ [closed]
When submitting to AppStore Apple tells me:
Description must not contain the following characters: ✓
Description must not contain markup language (for example, HTML tags).
What's going on? App ...
2
votes
1answer
60 views
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 ...
0
votes
1answer
52 views
Output in a form format that can be submitted after reading from a text file
I have the following text file:
$string =
'1 The most important feature of spiral model is: requirement analysis. risk management. quality management. configuration management 2 The worst type of ...
0
votes
1answer
32 views
HTML: Submit multiple forms with one submissions ONLY IF that form is checked
So I have a page with multiple input forms; is it possible to submit all these forms AT THE SAME TIME with one submit button? Also, each form has its own checkbox, and I want it so that if it is ...
0
votes
0answers
26 views
Invalid info.plist - UIMainStoryboardFile or NSMainNibFile when sending an app to app store
While sending an app to the app store I received a message stating:
"Invalid info.plist: the info.plist may contain either UIMainStoryboardFile or NSMainNibFile, but must not contain both keys"
...
0
votes
3answers
57 views
Submitting form - using javascript
I have a page which loops though 15,000 entries importing them in to a database.
After each 50 entries the user is presented with a continue button.
<form name="contine" method="post" ...
0
votes
1answer
145 views
New app submission without retina images
I have one query related to news by Apple about app submission below. Does it mean that for the next app updates
I have to include both retina and non retina images for every image in my app?
OR Can ...
0
votes
1answer
27 views
Restricting the Web service request itself gets resubmitted after 5 minutes
the web service request for one of our java rest service gets submitted again from the client/browser after ever 5 minutes in case when the service is taking longer to execute.
Can we restrict this ...
-2
votes
1answer
61 views
Redirecting after click Submit on Submission Form
I am using Joomla 1.5.23 and I would like that as soon as the user clicks 'Submit' on a submission form (RSForm Pro) to be taken straight to the landing page, versus to a thank you page with another ...
0
votes
1answer
302 views
how to avoid confirm form resubmission? [duplicate]
is there any way to avoid confirm form re submission? The page that you're looking for used information that you entered. Returning to that page might cause any action that you took to be repeated.Do ...
0
votes
0answers
33 views
I am looking for Google Apps Script basic sample code for submitting a form by using HTMLService [closed]
Google Apps Script: Form Submission: HTMLService: I have tried many times and not able to understand how to extract values after form is submitted. Even basic HTML and gs sample will help a lot to ...
0
votes
0answers
8 views
Does changing object submission affect our on-air service? [closed]
Does changing object submission affect our on-air service when it is rejected?
I submitted 2 actions (review, visit) and a object (Restaurants).
and it is accepted and on air now.
Now, I want to ...
1
vote
1answer
85 views
form submission not always working
I'm trying to figure out the problem here and I can't see why its not working. I've got an edit form that 99% of the time submits fine but for some records it doesn't. This is some of the code on ...
0
votes
2answers
16 views
Collecting inventory from Form Submissions
I created an activity form using .ASP, by activity form I mean a form where people can select the activities they want to participate in. I would like to know if there is way to collect the submission ...
1
vote
0answers
16 views
Can I submit for open graph approval with placeholder site graphics?
Adding facebook app integration to an existing site. The site will be publishing OG actions that need approval. Functionality is locked down but graphics/layout are not. Can I submit for OG approval ...
0
votes
1answer
37 views
jQuery submit “li” item to form
i have this form which i would like to submit once a user selects a list item within the search bar. the search bar is here dev.twinsourcesupply.com
I can't seem to figure out how to attach a jquery ...
1
vote
1answer
45 views
Windows Store reject the sumbitted app
We have submitted our app today over Windows Store.
Now, We found one change, so is there anyway to reject previous build and submit the new build? It is submitted today morning only, so it may not ...
1
vote
2answers
56 views
Allow one form submission cookie
I have a form but I want it only being sent once per user, so I want to set a cookie to do that. How do I have to change my script?
My PHP script:
<?php
if (isset($_COOKIE["Form"]) == 1)
{
...
-2
votes
1answer
190 views
Error when trying to submit an App Detail page on Facebook [closed]
I'm trying to create a FB app to link to my iOS app.
In the registration process I've filled out the App Settings - Basic page, filled in Display Name, Namespace and Contact Email; chosen Native iOS ...
4
votes
1answer
310 views
Is there another way of launching the Messages app in iOS? (for donations)
We're trying to submit an iOS app that makes charitable SMS donations. We've done a number of these in the past without issue; but Apple is no longer willing to accept our approach and have rejected ...
0
votes
0answers
18 views
Parameters from search box, effect the search results page
OK basically I have a global search box, that didn't come with the script the site was made in, but there's a search page, with a search box, and it's form's action is as follows:
<form ...
0
votes
0answers
18 views
Form submission skips a row reference
I have a sum() formula in sheet2 A1 which sums a cell range in sheet1 row1 and a sum() formula in sheet2 cell A2 which sums a cell range in sheet1 row2.
When I submit a form into sheet1 row1, the ...
1
vote
2answers
296 views
Set iOS Version for App Store submission (without Xcode!!!)
Dear stackoverflowers!
I am currently preparing an iPhone app for submission to the App store. It is a larger cross-platform C++ project, for which I had to ditch Xcode as IDE and move to a more ...
0
votes
2answers
33 views
Windows Phone 7: Is it possible to make changes in WP app page after submission/update?
Firstly, sorry for this "non-code question". But I've been searching for hours without any solutions... My scenario is as follow:
I've submited a WP7 app and all of its descriptions and images on ...
1
vote
2answers
57 views
Prevent double form submission when coding in wordpress
I'm currently using wordpress 3.5 and creating a page template of my own. I have my own form in that template and when I click the submit button, it is successfully saved the data to my database. ...
1
vote
2answers
131 views
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, ...
1
vote
2answers
350 views
Xcode Error when trying to Validate
I have just had a App rejected, for minor reasons, I have made the requested amendments but when I try to validate before submission I get this message
Invalid arguments were passed to codesign. ...
0
votes
1answer
25 views
Opengraph actions submission
I try to submit my action for approval on the facebook platform,
But they ask me to change something:
In the developer submission tool, please change your action conjugations to: commented on, ...
0
votes
3answers
299 views
ajax form submission with php
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 ...
0
votes
0answers
62 views
How do you reject a Binary on the Amazon App Store?
I just submitted a binary for an update to an existing app on the amazon app store and realized there was a mistake in it. I went to reject it but I see no way to do it once I've hit submit. Any ideas ...
0
votes
0answers
46 views
Simple form redirect after submission with OUT Ajax
I have a form which also has a field checker (checking if email is correct syntax) which redirects to the 'action' url automaticly. Can I change this with Javascript/jquery without trying to make it ...
0
votes
1answer
24 views
Application Icon in Windows Market
I added appIcon to my apps and it is 62x62 like the sample one, but when I go into the market everything is bigger. Should it be in a higher resolution?
0
votes
3answers
73 views
running a javascript if a django form submission fails
I have a django app where user can submit a form .I have put this form inside a div (say of id='mydiv_id') which is initially invisible(by css display:none).When a user want to enter the input ,he ...
0
votes
0answers
57 views
Before setting up your app detail page, you must specify how your app integrates with Facebook [closed]
I have an iPhone app called secret.li, yet only accessible in France, Belgium and Luxembourg, which uses the FB API.
I'm creating the associated secret.li FB app. I am stuck while trying to submit ...
1
vote
1answer
843 views
PhoneGap application built with “PhoneGap Build” submission to App Store
Is it possible to generate a binary via https://build.phonegap.com/ which will be ready for submission in the App Store?
I don't want to do it through Xcode but only via "PhoneGap Build". The FAQ and ...
2
votes
2answers
72 views
HTML form submit conceptual questions
I have some very initial and conceptual questions to ask you. I'm doing a very simple conference site in HTML/CSS. It only has some additional JavaScript/jQuery. Now I want to implement a submission ...
0
votes
1answer
48 views
My form keeps getting directed to nowhere upon submit b/c my forms action url already uses url parameters
Hi I have a Simple form that uses a get method to pass a value to the next page. The forms action url is a url that already has URL parameters, so when i click submit I get redirected to a page that ...
1
vote
0answers
145 views
JQuery only refresh if form has been submitted realtime
So I have a page that uses some JQuery to reload a php file every 15 seconds, nothing special. The php file simply echos that last 3 lines of a textfile.
Here's the JQuery:
...
0
votes
0answers
20 views
code sign check fail for when trying to submit iOS app
I am using xCode 4.21 and doing a minor update to my app in the appstore. I don't see this error in my previous update but today I am getting this strange error saying CodeSign check fails. I ...
0
votes
1answer
82 views
Are iOS 5 Apps Supported on Facebook App Store?
Please can can anyone help me find out if the Facebook App Store supports iOS 5 Apps?
Thanks,
1
vote
2answers
183 views
Auth Dialog Preview User Not Working in Sandbox Mode. Otherwise working
My post action works for all test users. I have submitted screenshots of the working post action to the Facebook App Approval people and still they decline to approve. They say I should make sure my ...
1
vote
1answer
62 views
How to submit free storybook App with 1 free story and 1 paid story?
So I have this iOS storybook App which is almost ready for submission but I am not sure how to submit it. What I am referring ot is, I have 2 stories that I would like to submit, 1 is free and the ...
0
votes
0answers
113 views
iTunesConnect can not process request -> frustrating
I am trying to submit a Mac Application via ITC. Everything is ok, I can upload meta information and screenshots. But at the end of the process, I click on SAVE and a malformed web page says there is ...
0
votes
1answer
217 views
How can AppStore apps stop supporting ios4?
I have a app on App Store supporting IOS4+ device. However, I really wanted to use some new API feature in ios5 and decided to bump my base SDK to IOS5.
My questions is, what is the setting needed ...
0
votes
1answer
127 views
Error when trying to upload app to itunes
So I have xcode 3 and I'm trying to upload an app to the itunes through the application loader. I've already done this multiple times before but I had to renew my itunes connect account and it messed ...


