Questions tagged [submission]

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

462 questions
7
votes
2 answers

Error during submission

I just rewrote my whole project to Swift 2.0 because xcode 7 doesnt support 1.2. Everything is fine except submission. Xcode shows me following error and I have no idea what to do: The archive did not contain…
Lachtan
  • 4,803
  • 6
  • 28
  • 34
7
votes
2 answers

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 I have to change? (target settings, info.plist,…
Flocked
  • 1,898
  • 2
  • 36
  • 57
7
votes
2 answers

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 uploaded my iPad screenshots to the original binary…
Steve
  • 628
  • 1
  • 10
  • 18
6
votes
3 answers

iOS Apple Developer Member Center - How to submit apps on a client's behalf

I need to submit an app on behalf of a client, but I only have Team Admin and not Team Agent access. How can I submit the app for them through Xcode? Do I have to have the username/password of the Team Agent in order to do this?
gonzobrains
  • 7,856
  • 14
  • 81
  • 132
6
votes
1 answer

IOS App Submission with Encryption / Fairplay, how to do or automatic

Looking around a bit just need a quick overview on one how the application itself is encrypted or not. By default while building the app, it is all un-encrypted when loaded on the test devices, etc. So when we go to submit the app and build it…
ort11
  • 3,359
  • 4
  • 36
  • 69
6
votes
2 answers

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 now is to provide a TextView that allows the users to enter…
PeakJi
  • 1,547
  • 14
  • 23
6
votes
1 answer

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 (com.yourcompany.$(PRODUCT_NAME:rfc1034identifier)…
likki
  • 349
  • 1
  • 3
  • 12
6
votes
1 answer

How to create an offline form for submitting WP posts

You may have seen WP plugins that allow guests to submit posts. Those submissions proceed to the WP posts area where the admin can edit/publish them. I want to create a form like this that I can install on my (and other people's) computers, so they…
Justin Munce
  • 187
  • 1
  • 9
5
votes
1 answer

Batch job submission failed: I/O error writing script/environment to file

I installed slurm on a workstation and it seemed to work, i can use the slurm commands, srun is working too. But when i try to launch a job from a script using sbatch test.sh i get the following error : Batch job submission failed: I/O error writing…
5
votes
2 answers

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 the submission's validity. Now, I don't like this…
arik
  • 28,170
  • 36
  • 100
  • 156
5
votes
4 answers

iOS ContactsUI Framework Permissions

I'm fetching contacts using CNContactPickerViewController, and it seems that iOS doesn't automatically ask me for access permissions. Do I really need permissions for using CNContactPickerViewController or do I need to request for permissions…
chrisamanse
  • 4,289
  • 1
  • 25
  • 32
5
votes
1 answer

Xcode App Submission Error Itms-90096

I am getting the following error when I archive my app in xcode and try to submit to the app store: From what I read on other forums, in order to resolve this issue I need to create a new launch image with the dimension 320x568 and add it to my…
user2959094
  • 143
  • 2
  • 9
5
votes
1 answer

App with Apple Watch rejected because app did not install on the Apple Watch

I got rejected from Apple Review Team 2 times (It take about 20 days). Reason 2.2 - Apps that exhibit bugs will be rejected Thank you for resubmitting your app for review. 2.2 Details In continuing our review, we discovered that your watch app did…
RAGOpoR
  • 8,118
  • 19
  • 64
  • 97
5
votes
5 answers

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 paid? And Procedure to submit application to Apple…
Khushi
5
votes
2 answers

iTunes Connect binary status "Created"

There is a new App with WatchKit extension that I am helping to publish. Xcode validates it and submits it successfully to iTunes Connect. The problem is that there it stays with the status "Created" without any change for several days now. I have…
Rivera
  • 10,792
  • 3
  • 58
  • 102
1 2
3
30 31