submission

ipad logo while submitting app

Hi I have to submit my first iPhone app. I have tested it on iPod touch and iPhone. While submitting, is it necessary to add the iPad logo. if yes how to do it. my application is a small utility application...and I have not programmed it keeping iPad GUI guidelines in mind for example it doesn't have the landscape layout. how is it nor...

How to handle form submission in Qt?

I have a QWebView in my Qt app. If the QWebView has a form, how can I intercept its submission and get the values of the form? ...

Stuck in itunesconnect submission version number limbo...

I did a very very stupid thing. I was uploading an update to my app on itunesconnect, but typed in the wrong version number. The version number I typed (1.02) was smaller than the one that's already up there (1.1). Apple accepted the submission, and planned to upload binary later. Went to upload the binary (also 1.02), but only AFTER...

App Store Submission

In the real world, how long does it take from submission to acceptance & availabilty for download. My boss wants to figure out a project timeline & I need to give him a time. Just wanted to get peoples input from their experiences. ...

Paid digital content in App

Hey guys we plan to create an app that contains digital content that our customer now sales over the internet and delivers the content online. because the content is more than the 99 $ maximum price an app may cost, we d like to forward the user from in the app to the payment system of our customer so that he can buy the content "online...

Can we submit to apple just a showcase application for a website ?

A friend asked me if I could make an application that displays the contents of his website. The idea is to use the AppleStore's communication. I searched and the only "limit" that I see is that we have no right to make a commercial application. Have you ever tried to send an application in the same type to Apple? ...

Time taken in upload received stage

Hello everyone, I submitted my app via xcode 2 days ago and my app is basically stuck in the upload received stage and has been there for 50hrs + now. I contacted itnuesconnect but no response yet. Anyone encountered that before. I cannot even reject binary at this stage. The itunes connect stuff is really bad.... ...

iPhone app update using a different developer account

Hi, I have an app which is available in app store and was signed with a certificate made from an account A. Now can I submit an update of the same app this time signing it with a different certificate created using another developer account say B? Thanks in advance, Tony ...

Drupal 6 AHAH / AJAX Form Submission

Hey there, I'm building a custom module in Drupal 6 which display a block with a form and some other elements like text and images. When it's submitted, using AHAH, some logic takes place in PHP and then the result is passed to JQuery which will update the elements in the block. Mainly a few images and some text. I can't wrap my he...

upgrading separate iPhone and iPad apps to a single universal binary

I have two separate iPhone and iPad apps that I have now turned into a universal binary. I think I've done the hard part, but now I'm kinda stumped on how to submit that universal binary through iTunes connect in a way that users of the existing apps are prompted to upgrade. I know I could just submit this as an entirely new app and then...

Would Payment on iPhone for Real World Goods get my app Banned?

I'd like to use the iPhone SDK Store Kit but you are not allowed to use it for purchasing real world goods and services or for transferring money, my customer's applications require these. So I'm looking into adding views to my application to gather credit card details then use https posts in a background thread to communicate with a pa...

Refresh the parent browser from PDF

Hi I have a PDF in my application which will be shown to the users for filling it and submit it. I would like to open the PDF in the browser and everything works fine if it does like that. But if the user unchecks "Open PDF in Browser" from Adobe Reader, my PDF will open in Adobe Reader. I saw many threads on the net saying we cannot ...

Build and Archive - nothing happens on Submit Application

After successfully building the distribution version of my app for submission to iTunes Connect, I selected Build and Archive, as recommended, and the Organizer window popped up. Why, wondered I. OK, if I click the Archived Applications tab it displays one archived application (unfortunately grayed out - don't know if that means anything...

IPhone App Submission Issues

Hi People, Ive submitted my first app and it has been approved. But I have a few issues that i'd like to ask what I should do about. One of my images/icons that I have in my app showed correctly in my distributed binary at my end (running it in debug simulator from xcode) but on the app downloaded from the app store it is not showing a...

Application Loader Errors (iPhone)

Hi, I am getting these error messages when trying to send my application's binary to Apple. Info.plist does not contain a CFBundleResourceSpecification Application failed codesign verification. The signature was invalid, or it was not signed with an Apple submission certificate. Not sure what's wrong. Can anyone help? Thanks. ...

Jquery form sumission with sucess and error message

Hi I am doing form submission and validation using jquey and from server side I am getting a response in JSON format.. I am displaying the message in jquery dialog box but not able to show the message from server.... my approach: <script type="text/javascript"> //<![CDATA[ $.validator.setDefaults({ submitHandler: function(...

Read each line of HTML form submission Python.

Hi, I'm building a small web app with Python on GAE. I have an HTML form with a where users enter a list of items (one item per line). When the form is submitted I want to read each line and store separate entries in the datastore for each item (i.e. line). I want to do something similar to f.readline() for files, but on the form sub...

iPhone Application Loader app store submission errors help

Hey there, I am trying to submit my app to the app store using the application loader. I get to the stage where I select the .app to send and it fails with these two errors, could any one help me with how to fix these? Info.plist does not contain a CFBundleResourceSpecification Not sure what the above means... on iTunes connect the b...

can you build apps with xcode 3.2.4 and submit to apple?

hi i have a project built with the 4.1 sdk, I dont have that current sdk. So i am going to download it. The thing is on the apple website, it says download xcode 3.2.4 with 4.1 sdk. Can you built applications with xcode 3.2.4? and then can you send it to apple for submission? or will it not go through submission as xcode 3.2.4 is still...

Extjs form submitting multiple times

Hi, I'm using a form for edit some records. Each time When Edit link is clicked i'm loading one record data into form, changing the values and updating, its worked fine for the first time. When i load another record data into form and update it, the present record is updating and the previous record is also updating with the new data. ...