EzDevInfo.com

app-store interview questions

Top app-store frequently asked interview questions

Proper way to renew distribution certificate for iOS

My distribution certificate is expiring on June 7th, along with all of my provisioning files. How to I properly renew it? Should i revoke it now and request a new one? If I do that than will all my live apps my taken down? Any help would be much appreciated.


Source: (StackOverflow)

How often are sales stats updated on iTunes Connect?

My app was accepted by Apple today and I am trying to figure out how many times it has been downloaded. Does anybody know how often the sales stats are updated on iTunes Connect? Is it once per day? If so, at what time is it updated?


Source: (StackOverflow)

Advertisements

IPhone: What the heck is a WWDR intermediate certificate?

In the iOS Provision Portal, in Certificates, Developer (or Distribution) it says:

"*If you do not have the WWDR intermediate certificate installed, click here to download now."

I don't even know what that means. Do I need to download and run that? or do I need to only download the current certificate only?


Source: (StackOverflow)

App store link for "rate/review this app"

I want to put a "rate/review this app" feature into my app.

Is there a way to link directly to the screen in the app store where they review the app? So the customer doesn't have to click through the main app link. Thanks.

EDIT: starting a bounty on this due to the lack of response. Just to make sure it is crystal clear: I am aware that I can link to my app's page in the store, and ask the user to click from there to the "review this app" screen. The question is whether it is possible to link directly to the "review this app" screen so they don't have to click through anything.


Source: (StackOverflow)

Find the number of downloads for a particular app in apple appstore [closed]

is there a way to find the number of downloads for a particular app in the itunes app store.

i need to do a market research on specific type of apps. so is there a way for me to know the download count of the app / any app.

thanks, codes


Source: (StackOverflow)

Xcode "The private key for is not installed on this mac - distributing"

I always get this message when I try to submit my app to the app store.

Here is a picture of the message:

picture

It would be great if someone could help me resolve that problem so I can submit my app to the store.


Source: (StackOverflow)

How to remove App Ids from iPhone Provisioning Portal

While experimenting with iPhone app development, we have several AppIDs which should be deleted - except I can't find any way to delete them! What can I do with them?

If delete is not available, how about renaming, hiding or permanently disabling?

UPDATE:

Beginning April 2013 Apple allows deleting AppIDs. Whoaa!


Source: (StackOverflow)

Unable to process application info.plist validation at this time due to a general error (1095)

I am creating a newsstand application. the application is ready, now i am trying to upload the app in apple store using Application Loader. While uploading the zip file its showing the error message as

Unable to process application info.plist validation at this time due to a general error (1095)

enter image description here

I googled this in the net, but did not find the solution still.


Source: (StackOverflow)

Invalid Bundle Error - "requires launch storyboard"

I keep getting this error when I try to submit my app to the store using Xcode:

ERROR ITMS-90475: "Invalid Bundle. iPad Multitasking support requires launch storyboard in bundle 'com.companyname.appname.'"

Anyone know what this error really means?


Source: (StackOverflow)

Raising minimum iOS Deployment Target Version for App Update

Let's say we have an application with a deployment target set to 3.0 and we want to raise the deployment target to 3.2. Normally, the App Store won't let the App be installed on devices with an IOS version less then this, but what about devices which already had the App installed prior to the update? Will they see the update but won't be able to install, will they just not see the update or, heavens forbid, will be able to install and the app just won't start?

I searched everywhere for this, but I can't find anything about raising the minimum OS version for an app update.

Thanks!


Source: (StackOverflow)

Tips for a successful AppStore submission? [closed]

In a day or two I'll be ready to submit my iPhone app to the AppStore and I'm curious whether people who have gone through this process have any tips / suggestions for a smooth submission process.

Here's things I've covered;

  • No memory leaks
  • Tested performance on an actual device
  • Doesn't crash :)
  • Using correct certificates / profile

What I'm a little unsure about are how to configure the "Bundle Display Name" /"Bundle Identifier" and "Bundle Name" in info.plist. I understand the first is the text that's shown on the iPhone itself, but what about the last? Does this have to match Bundle Identifier?

Are there any other things I should add to the info.plist? I've noticed that when built for Adhoc distribution my app does not have any author/title information in iTunes.


Source: (StackOverflow)

Does my application "contain encryption"?

I'm uploading a binary for the first time. iTunes Connect has asked me:

Export laws require that products containing encryption be properly authorized for export.
Failure to comply could result in severe penalties.
For further information, click here.
Does your product contain encryption?

I use https://, but only via NSURLConnection and UIWebView.

My reading of this is that my app doesn't "contain encryption," but I'm wondering if this is spelled out anywhere. "Severe penalties" doesn't sound pleasant at all, so "I think that's right" is a bit sketchy... an authoritative answer would be better.

Thanks.


Source: (StackOverflow)

Max size of an iOS application

What is the maximum size of an iOS application? any constraints?


Source: (StackOverflow)

Transferring ownership of an iPhone app on the app store

My team and I have an app which we're going to be submitting to the store pretty soon, but we know that we'll be selling the app to another company in the near future. Does anyone have any experience with moving an app's ownership to another account?

Specifically, when I sell an app to another company...

  • How do we move the app to their account (what's the mechanism)?
  • Can my users still get updates (released by the new owner) without having to re-buy/re-download the app?

Source: (StackOverflow)

No suitable application records were found

I created an App Store archive file. During validation it raises an error with the following message

Please make sure that you have set up a record for this application on iTunes Connect.


Source: (StackOverflow)