Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

35
votes
7answers
809 views

Tips for a successful Windows Phone 7 Marketplace submission?

Andrew Grant asked this question a few years ago for the iPhone Appstore. I thought it was very helpful, and now I'd like to ask fellow developers the same question in regards to the Windows Phone 7 ...
11
votes
3answers
4k views

App Submission Error - Invalid binary - Invalid Code Signing Error

Invalid Code Signing Entitlements - Your application bundle's signature contains ubiquity code signing entitlements that are not supported. Specifically, value "( X49XXXS5Q.* )" for key ...
9
votes
2answers
3k views

iPhone: Base vs' Active vs' Deployment target

I know that parts of this question was asked in several variation but I want to make sure I got it right. Here are my assumptions and understandings which I want to know if they are correct before ...
7
votes
2answers
713 views

If I revoke an existing distribution certificate, will it mess up anything with existing apps?

I built an iOS app for an organization that has an app already on the store. After weeks of trying to get the guy who has the key to sign the app, they finally came back and said, "Just get it done!". ...
7
votes
1answer
689 views

Mac App Store Binary Rejection Question

I had to change my application's name, it led to a rejection; after changing the name and the respective build settings I submitted the new binary to the Mac App Store with Xcode 4. Xcode uploads it ...
7
votes
3answers
587 views

html form submission difference between click(), submit() and manual click in jquery

I have a jsp page as follows: <script type="text/javascript" src="/mywebapp/js/jquery.js"></script> <script type="text/javascript"> $( function() { ...
6
votes
2answers
188 views

Is Javascript an “other executable code” for iOS?

In Apple's guidelines, I saw: 2.7 Apps that download code in any way or form will be rejected 2.8 Apps that install or launch other executable code will be rejected What I'm trying to do ...
4
votes
2answers
711 views

Can a restrict my app to iPhone 3GS/iPhone 4?

I have an app which runs excellently on an iPhone 4, and comfortably on a 3GS. Is it possible to target only the 3GS/4 and not the 3G? The 3G just freaks out when I run it, all sorts of graphical ...
4
votes
1answer
910 views

Obtain Apple software id number before appstore submission (for Appirater)

I'd like to use the wonderful Appirater code to encourage users to rate my app, which I have yet to submit. In order for this to work, you need to have the software id supplied by Apple. As I haven't ...
4
votes
7answers
10k views

Submission and pricing of iPhone application to Apple Store

I have worked on iPhone application but not aware of the formalities to submit it to Apple Store. Please somebody help me out to solve the following queries: Are their any submission charge to be ...
3
votes
1answer
2k views

Extremely strange iTunesConnect error--Missing Screenshot?

So I finally got through the mess of preparing my app binary to support the iPad, making it a univeral app, and then I got this strange error "Missing Screenshot". And due to the fact that I hadn't ...
3
votes
5answers
914 views

PHP: Stop a Form from being accidentally reprocessed when Back is pressed

What is the best way to stop a form from being reprocessed when a user hits a Back button? I'm following the Post/Redirect/Get pattern, so I don't have a problem if F5 is pushed, but the back button ...
2
votes
1answer
28 views

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 ...
2
votes
2answers
92 views

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 ...
2
votes
1answer
75 views

iPhone App with Activation Key

I am asked by a client to build an iPhone app which works as follow: User download the App for free from iTunes User enter their email address when they first launch the app They will be emailed ...
2
votes
2answers
58 views

iOS Submission without Lion

I currently have Xcode 4.2 and am ready to submit an app, but I was recently informed that I wouldn't be able to submit my app without Xcode 4.2.1, which runs on Lion. My computer is too old to run ...
2
votes
2answers
124 views

Naming an iOS app for submission

iTunes Connect accepts names for the app to include symbols like "+". But when I am trying to submit the app with an Xcode project name that includes "+" I receive the error that the name of the ...
2
votes
1answer
72 views

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 ...
2
votes
1answer
68 views

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
0answers
150 views

3rd Party Mac Developer Installer? error when uploading

So i'm trying to upload my App to the Mac App Store and when I'm uploading it via Application Uploader I get an error. The product archive package's signature is invalid. Ensure that it is signed ...
2
votes
2answers
170 views

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 ...
2
votes
2answers
617 views

Xcode submission error

I'm trying to submit a Mac OS X Application to the App Store but I'm currently stuck. I've created and installed the 3rd Party Mac Developer Application and Installer certificate and added to Xcode ...
2
votes
1answer
100 views

(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 ...
2
votes
1answer
3k views

Is Bundle ID Suffix the same as the bundle identifier in info.plist?

What is Bundle ID Suffix? Tutorials said to use Bundle ID from info.plist; I can notice Bundle identifier in info.plist, its value is com.yourcompany.$(PRODUCT_NAME:rfc1034identifier) Should I type ...
2
votes
2answers
1k views

xcode Organizer “Validate” fails with the “No other information is available about the problem.” message

I have built an OSX application, it builds and runs using Xcode no problem, I have signed the code and done all the pre-submission things required by Apple. However, when I try to Validate my ...
2
votes
2answers
2k views

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 ...
2
votes
2answers
2k views

Submit an universal app as iPad only app to Apple

I created an universal app with the window template in xcode. Now I want submit just the iPad version of my app, because the iPhone version is not yet fully programmed. How is this possible? What do ...
2
votes
4answers
2k views

asp.net prevent form submission twice

I have a web forms web application (asp.net 2.0). When the user submits the form I have the submit link actually going away so they can't submit it again. However, they could press F5 and that is ...
2
votes
1answer
1k views

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: ...
2
votes
2answers
590 views

What controls the list of supported languages of an iPhone app in iTunes?

What controls the languages shown as supported in an iPhone app's iTunes page (in the right side, below "Description", under "Languages")? From the iTunes Connect Developer's Guide it appears it's not ...
1
vote
1answer
26 views

Why are xforms-submit-error event properties allways empty?

I've just started with orbeon and xforms for some project. I have Orbeon succesfuly integrated with my test application as xforms engine (separate deployment with crosscontext). Now, xforms basics ...
1
vote
1answer
36 views

ShareKit encription app submission

I am using sharekit in my app and now i am ready to upload my app to itunes connect, my question is: In "Export Compliance", i am asked if my app uses encription, and since im using sharekit and it ...
1
vote
1answer
213 views

AppStore submission - how to duplicate the release configuration?

I'm in the throes of attempting to submit an app via XCode 4. I've just noticed, per this url from Apple : http://tinyurl.com/3ol2qoj that to prepare an app for submission to the app store in XCode ...
1
vote
2answers
201 views

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 ...
1
vote
3answers
570 views

An error occurred talking to the iTunes Store : message while validating App

I am trying to submit an app to the apple store via Xcode 4's in-built application loader. I created an archive, then went to itunes connect and made sure the app status is ready to upload. Then when ...
1
vote
3answers
603 views

App uploading problem with xcode 4.

I am trying to upload an app through the xcode 4 archive organizer. Whenever I try to validate or submit I enter in my itunes connect credentials but on the next window it asks for an application ...
1
vote
1answer
40 views

Untestable sections of iOS app and App Store Submission

I'm currently in the process of specing an application that has a strong geolocation element. I'm worried that some parts of the app will be untestable by Apple because they are only functional in ...
1
vote
2answers
116 views

The Bundle is Invalid Mac OS X

I've been having problems uploading my app to the app store. Every time I've uploaded the app to apple it said Invaild Binary so I tried to Validate the archived app in Xcode organizer and I'm getting ...
1
vote
2answers
54 views

I have built and made a .zip of my app. Now what?

I'm brand new to app programming, so hopefully, this should be a pretty quick question. After using XCode, I've built and made a .zip of my app. It's stored on my desktop for easy access. Now what? ...
1
vote
2answers
104 views

javascript: where is the event listener for submission the form?

A twitter-like website in Chinese. When I type a message and click a submit "button", a new entry is created. But I can't figure out the event listener for the submit "button". I studied the source ...
1
vote
2answers
365 views

jQuery intercept form submission to param string

I have a form. This form submits via POST to an iframe, that, in turn, has the request processed and, depending on the result, a javascript is executed that changes the parent's content according the ...
1
vote
1answer
364 views

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 ...
1
vote
2answers
319 views

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 ...
1
vote
2answers
302 views

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 ...
1
vote
1answer
377 views

Apple Xcode4 ITune Connect App Submission

I am trying to submit a revision to my App in the App store. The original App was submitted via XCode3.2 and I am currently on Xcode4. My archived app passes the validation when I use the Organizer ...
1
vote
2answers
37 views

Track HTML submissions when Javascript is being used

Conventional HTML lets you submit data via forms to a website and the destination (target) is usually visible in the sourcecode. Now, with JS it's a bit more difficult. You have to go through the JS ...
1
vote
1answer
125 views

Upload iPhone app to other countries' stores?

I made an app and uploaded it through iTunes Connect, and got accepted and all.. but. The problem is that I now want the app to be available to other countries, since I initially chose to upload it ...
1
vote
0answers
186 views

the binary being analyzed must be an executable

I am trying to upload an app for Apple to review, but not sure what I am doing wrong to receive this error message - 'the binary must be an executable'. The zip file name looks as it should with no ...
1
vote
2answers
6k views

How to install a certificate in Xcode (preparing for app store submission)

I wan't to select my distribution profile in Code Signing Identity in the build tab of targets. But all my certificates (developer, ad hoc, ...) are grayed out. So it seems that the new profile ...
1
vote
1answer
141 views

Read each line of HTML form submission Python

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 ...

1 2 3