Tagged Questions
0
votes
2answers
27 views
Distribution or Release for upload app
In the Xcode 4.6 build settings, I can't find "Distribution", only "Debug" and "Release".
In order to submit my app to the app store, do I need "Distribution", or is "Release" enough?
0
votes
0answers
50 views
iOS app does not respond to some clicks when downloaded from AppStore but works fine in Debug mode
I've made an app (called BeSharp), tested it a lot, uploaded it to Apple AppStore, and now all users report that the pop-up menu I use (custom one) does not respond to clicks.
It does not crash, so I ...
-1
votes
1answer
27 views
How to automate process of building and submitting applications to AppStore? [closed]
What if i want to make a lot of apps from one? They all will share the same code but have different resources. And i need A LOT of them. So i have to always do the following: build the app, submit it, ...
1
vote
3answers
74 views
Will apple store accept my custom status bar which will show for a moment in iphone?
I developing a card swipe reader like application when I connect the device via audiojack in my iphone I want to show a message "device connected" in status bar which will be a custom status bar looks ...
0
votes
0answers
58 views
App rejected because referenced frameworks are missing
I haven't messed with my OSX app's framework references in several releases, yet for some reason Apple decided to rejected my latest version because I had missing references. Here was the only info ...
-1
votes
1answer
69 views
Will Apple approve a custom status bar? [closed]
I was thinking of adding a custom status bar as well but after this Apple rejected my app because of using MTStatusBarOverlay? it got me thinking.. Maybe as a temporary option I could hide the status ...
0
votes
1answer
29 views
Xcode organizer cannot list the all my apps when i validate the app
I am trying validate my app, however it said my app bundle ID doesnt match with the one that i define in ituneconnect. but i check hundreds and thousands times it is the same!!
the only problem is ...
0
votes
1answer
57 views
Current receipt invalid or mismatched ds person id + Included images
I'm setting up In-App purchasing for my Mac App. I currently am able to get the product from iTunes Connect, and even request a purchase. I'm pretty stumped with this error message, and am really ...
1
vote
1answer
53 views
Do I need certificates for each app?
I have read about it so much and i couldn't find a specific direct answer.
Each app must have its provisioning for development and distribution. The provisioning is using the certificates I already ...
1
vote
2answers
289 views
iOS Provisioning and Certifcates - Will Revoke/Renew effect App Store Apps?
While working on a new version of one of my apps Xcode told me today, that it cannot run the project any more because the development profile has expired.
The organizer shows for all development ...
0
votes
1answer
22 views
Initiate Download Request Using Other AppStore App in iPhone SDK
I basically want to open another app to downloading an item from my app. Sample AppStore apps that I want to open is Phone Drive. Scenario would be like this, I'll load a UIWebView from my app and ...
0
votes
2answers
73 views
Publish app to App Store using someone else's Mac? [closed]
I have built an app using HTML5 / JavaScript, and it works well as a mobile web app, bu tI would like to publish it to the Apple App Store.
I don't own a Macbook, so I'll be relying on using a ...
0
votes
1answer
36 views
Using a different distribution profile - will my app still work?
I'm using a new distribution profile to put the newest version of my app onto the app store, and was wondering if that would affect anything, ie if it would still work with previous versions of the ...
0
votes
3answers
766 views
Can I install an IPA on my iPhone?
After submitting my app to the app store, i created a zip of all of it's files. Now i'm on the next release, I want to test with the previous version to ensure that updating works properly, as there's ...
1
vote
1answer
84 views
Keep app in background for 10 mins while doing nothing in background
I have this code in my app -
- (void)applicationDidEnterBackground:(UIApplication *)application
{
...
bgTask = [application beginBackgroundTaskWithExpirationHandler:^{
if (bgTask ...
0
votes
1answer
41 views
Change version of iOS supported after app release?
We're tight on time, so we're planning to release our app with iOS 6 support only first, then in a future update add support for iOS 5. (We want to support the iPad 1, which still has a decent chunk ...
2
votes
1answer
138 views
iPhone apps must support the 4-inch display
Got this news through Apple Developer News rss field
news link -
https://developer.apple.com/news/index.php?id=3212013b
link says iPhone apps must support the 4-inch display so now i hav to update ...
0
votes
0answers
13 views
Is there any tool for running test configurations on iOS apps after submitting to AppStore?
I have some settings under configs.plist like the webservice the app uses, some flags for debug purposes, etc. Is there any tool to configure and test these configurations in order to avoid wrong ...
0
votes
2answers
77 views
App with push notification submit to app store
I want to submit my app which uses push notifications. Now i have a app id in provisioning portal which has push notifications enabled for PRODUCTION but not for DEVELOPMENT. Do i have to enable push ...
-1
votes
2answers
56 views
After app store submission [closed]
I have already submitted the binary of my application to the app store and now its status is "Waiting For Review". Now my client says "Please make sure the application is not live on iTunes after it ...
0
votes
1answer
46 views
Updating App ID for iCloud
I saw a question similar to mine until I added for iCloud; however, the question did not seem to truly be in line with what I am thinking (but, could be wrong, and do apologize if I am).
The final ...
3
votes
2answers
89 views
Is it required to implement In-App-Purchase or can I simply add the paid version as a new app?
I already have a free version of my app in App Store. Now I want to add a completely new paid version of the same app (with extra features).
Is it required to implement In-App-Purchase or can I ...
3
votes
1answer
75 views
KalViewController view is Black
i am using Kal Library for Calendar view in my App but it is showing in Black color but when i add same library in another App e.g new SingleViewApp it works fine and show a normal calendar
my code ...
0
votes
1answer
96 views
App crashes on some devices after update
Im experiencing something strange while updating my app in the Appstore. Version 1.4 worked fine for every device. However Version 2.0 crashes on some devices when updated. The loading screen wouldnt ...
0
votes
2answers
3k views
Xcode 4.6 - “Valid signing identity not found” for Distribution provisioning profile
I'm examining the process of submitting an app to the App Store and I'm having some kind of trouble here. I've been following this tutorial.
I've created a Distribution Provisioning Profile, which I ...
0
votes
1answer
80 views
How to release iOS app to App Store for client
I am trying to figure out how to release an app for a customer. I need to do the entire release process for the customer.
I have been added as Team Admin in Dev Center and can choose the customers ...
0
votes
1answer
56 views
How do I send a built project to someone else so that they may submit it to the App Store on their developer account?
I'm building an app for someone who wants to submit the app to the iOS app store on their own developer account, instead of mine. I'd rather not send my source code, so how might I send them a built ...
0
votes
1answer
62 views
iOS Distribution Fails Codesign
I'm trying to deploy my app to the store but running into dreaded code sign problems. I've refreshed all my provisioning profiles etc on my local machine (I hope I don't have to remake them in the ...
9
votes
2answers
1k views
Error while trying to validate an iOS application before uploading it to the AppStore [duplicate]
When I try to validate an archive with an application using Organizer, before uploading it to the App Store, I get the following error:
"Unable to process lookupPurpleSoftwareVersions request at this ...
0
votes
2answers
54 views
Is there a way to suppress the iOS App Store update indicator for a specific app?
EDIT
I don't know why somebody would want to do this! In fact it was a customer who claimed this was possible and I wanted to prove him wrong; and your reaction clearly show that it isn't true.
If ...
0
votes
0answers
54 views
Mismatch result of CC_MD5 between the app from the App Store and Xcode
I use CC_MD5 in my iOS app.
The problem is the result of CC_MD5 from the app, downloaded from the App Store, differ from the result from the app, launched by Xcode.
What's the root cause of this ...
0
votes
1answer
139 views
How to publish iPhone app and create binary file
I want to submit new version of app which was first uploaded by my friend. now i want to update it on app store.
I am following this tutorial link for uploading app on app-store
But whenever i am ...
0
votes
2answers
57 views
iOS and internationalization - all files in one AppStore package?
I've a question about internationalization, but I've failed googling it, so I decided to ask it here.
I'm writing an app that contains a lot of heavy resources (images and movie clips). Also, I need ...
1
vote
1answer
74 views
ios_distribution.cer was revoked, can I submit to AppStore?
I think the answer is no, but I need to make sure.
The ios_distribution.cer file shows as revoked
The provisioning file shows as invalid (is that because the cer was revoked?)
I do not generate ...
0
votes
2answers
80 views
How to safely rename iOS Distribution Profile?
I just submitted my first app a couple of hours ago and is now in the status "waiting for review"
but i had made one mistake -
i had named my distribution provisioning profile My Company ...
1
vote
3answers
432 views
Change screenshots of app after submission
I have a simple question.
Can I change Screenshots of my app in the "Metadata and Uploads" section in itunesconnect.apple.com, after submission of app ? (At very first my app was rejected by apple ...
-1
votes
2answers
38 views
Error when validating app archive
When i try to archive my iOS app (for App Store submission), and then try to validate it in organiser, I get the following error message:
“PayAway” does not contain a single–bundle application or ...
0
votes
2answers
84 views
iOS App Distribution and Deployment Target
I need to build app for distribution via app store.
Application is tested and working on iOS 5.0, 5.1 and 6.0.
Do I need to build different archives for each iOS version (change iOS Deployment ...
0
votes
0answers
44 views
App Store application renaming [duplicate]
Possible Duplicate:
How to rename your app in itunesconnect?
Two months ago I published an iPhone application called "iSMaC." Now I need to change the name to "mySMaC." I made a version 1.1 ...
1
vote
0answers
124 views
iOS development — delta updates
I am working on updating an app I didn't initially write.
Right now the app initially downloads (on the first start) a ZIP file that's around 70MB in size. On top of that, on each start the app checks ...
1
vote
1answer
68 views
How to distribute App with quicklook plugin
I have finished myApp with a Quick Look plugIn. Then I add a bulid phase in xcode to copy the plugIn to myApp.app/Library/QuickLook/ .Now I want to distribute it to app store and I found that the ...
1
vote
1answer
76 views
App identifiers vs 'lite' and 'pro' versions
we have had our free iPhone app on AppStore for a month or so, and we are now updating it. In our update we have added a lot of support for new stuff, i.e iPad-support, and it's a pretty heavy update. ...
0
votes
1answer
67 views
After Xcode distributes to app store… where is the .app and .dSYM?
I just uploaded a binary to the app store, using Xcode's Product -> Archive, and then Distribute (when the window pops up).
In the old days, there would be a .app file and a .dSYM file for the ...
2
votes
2answers
225 views
Tabs like in iPhone AppStore iOS 6 detail view (details, reviews, related)
Do you know any tutorial / project that implements tabs in the way that Apple did in the AppStore -> app detail page? Here is what I meant:
Of course I could write in by myself, but I was wondering ...
0
votes
1answer
87 views
Update iPad application to universal application
If I release to appStore application which is compatible with iPad only.
Can I release update to this application which will be universal (compatible with iPhone, iPod, iPad..)?
Do I need only to ...
0
votes
1answer
24 views
Has anyone added iAds to an existing app that's already on the app store? If so, how do you do this?
I assumed you could just add a banner by simply updating it but I saw something in iTunes Connect that made me think I might need to do something else to make the ads run correctly. Any insight is ...
1
vote
1answer
73 views
Bundle Identifier submitting app to appstore
Thsi is extremely frustrating....whhen trying to validate, I am told my bundle ID doesn't match the one on iTunes connect.
On iTunes connect:
Bundle ID:My App-* (just like that, with a space and -* ...
3
votes
1answer
108 views
XCode Default simulated location
I have set the Default Location in the Scheme setting for the app (see screenshot) and just send the app to Apple to get approved.
However, the same version I also send out to QA, Project Managers ...
0
votes
1answer
121 views
Update App Store submission before review
I uploaded the wrong version of my iOS app to submit to the app store. Is there anyway to revise this, as it hasn't been reviewed yet? I couldn't find how.
2
votes
1answer
70 views
Different settings for Dev, AdHoc, and App Store builds
I'd like to have different names for my development, adhoc, and App store releases.
For now, I can only have different settings for Dev and AdHoc/AppStore builds using this Chris Miles' blog post.
...






