Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

52
votes
1answer
2k views

How do you codesign framework bundles for the Mac App Store?

After a recent submission I have gotten the following error: Invalid Signature - the nested app bundle (FooBar.app/Contents/Frameworks/GData.framework) is not signed, the signature is invalid, or ...
10
votes
3answers
2k views

Application Loader - An error occurred on the Apple server while trying to authenticate the package

The following message comes up on Application Loader while trying to submit a new binary: An error occurred on the Apple server while trying to authenticate the package: 411594302.itmsp An ...
8
votes
2answers
341 views

Beta-testing a Mac App Store app

I have an app that I'm going to put in the Mac App Store. I'd like to add iCloud support for preference syncing, and for that reason, I'd like to distribute the betas signed in such a way that they ...
8
votes
3answers
230 views

How to submit a OSX 10.7 application compatible with 10.6?

I want to build an OSX application that will use some of the new 10.7 SDK features (more specifically, In-App purchases). However I don't want to completely prevent 10.6 users from installing the ...
7
votes
3answers
815 views

What are the code sign entitlement keys needed for using Growl on Lion?

Submission to the Mac App Store since Lion requires all apps to specify code sign entitlements. As with Growl it was never clear what entitlements I should specify and some google-fu gives no answer ...
5
votes
1answer
577 views

Turning Entitlements on in Xcode Prevents Bare Bones App From Launching

I created a basic application in Xcode 4.2. Very simple application, I have not changed a single thing. Push run, and you get the standard base application window. If I turn entitlements on for my ...
5
votes
1answer
198 views

How to submit apps to mac app store with xcode 3.2.5

Well I have developed a mac app with Xcode 3.2.5 . I have created the certificates and provisions also from mac app store. But the problem is .provisionprofile is not installing in Xcode. I am using ...
5
votes
2answers
99 views

Are all headers in /usr/include considered to be Public API on the MAS?

Are all headers in /usr/include guaranteed to be considered part of the Public APIs when it comes to Mac App Store submissions? Consider for example the file /usr/include/copyfile.h The comments in ...
5
votes
3answers
673 views

Programmatically open Mac App Store

I am trying to programmatically open the Mac App Store in a custom Mac App. I started with the link below. http://itunes.apple.com/us/app/angry-birds/id403961173?mt=12 I tried the following code, ...
5
votes
1answer
186 views

Mac App Testing

Is there a website or service that I can use to test my mac app store apps? I've seen macdeveloper.net, but being that it costs money I want to make sure that there aren't any other services that are ...
4
votes
2answers
328 views

Mac app store productbuild

Apple's document on submitting an app to the Mac App store contains this example use of the command productbuild, from in /Developer/usr/bin/. productbuild \ --component build/Release/Sample.app ...
4
votes
1answer
191 views

Before signing a mac app and uploading it to the app store

I've been dealing with an issue for a while. The issue is that when I submit my mac app to the app store I'm always getting invalid binary and they are saying it's because of an invalid signature. And ...
4
votes
2answers
281 views

Anyone submitted or know of an application in the Mac App Store that uses launchd?

Just wondering if anyone has sucessfully submitted an app or know of an app that exists in the Mac App Store that uses launchd. Thanks.
3
votes
1answer
83 views

URL for redeeming Mac App Store promo codes

I want to be able to send out a link for a free download of my app in the app store using a promo code. This can be done with the iOS app store using this URL ...
3
votes
2answers
52 views

What is the standard method for writing a continuously running app that is allowed on the Mac App Store

I'm brand new to OS X and mac programming. I'm looking to write an app that runs continuously or is woken up every 30 seconds to do some minor task. It would do something like check the weather via ...
3
votes
2answers
127 views

How can I make a Mac App Store app check for updates?

Within my app, how can I make it check if there is an update available in the Mac App Store, and tell the user about this? As an example, Sparrow does this.
3
votes
2answers
104 views

Is doing a command like “defaults write com.blahblah key true” a private API?

The Mac App Store guidelines say you can't use private APIs. I'm toying with an app that modifies a Finder setting using a terminal command setting showAllFiles to true: defaults write ...
3
votes
3answers
273 views

Mac App Store: Giving up 32 bit support in favor for ARC, will existing users of 32 bit version see an update message?

I'm considering dropping 32-bit support for in favor for Automatic Reference Counting (which is only supported for 64 bit binaries). I'd like to avoid these two scenarios with the Mac App Store: For ...
3
votes
3answers
712 views

When installing Xcode from mac AppStore, where is the DMG?

With the new requirement to install Xcode from mac AppStore, i would like to locate the install package (.dmg) and archive it somewhere. Use case 1 : got 100+ workstations, dont want(need) to ...
3
votes
1answer
220 views

Mac daemon howto (by the 'book')

I'm relatively new to Mac programming, and I need a simple daemon to run in the background. Basically it has to start either when the computer starts or when it's GUI counterpart launches, it needs to ...
3
votes
0answers
701 views

This bundle is invalid. Apple is not currently accepting applications built with this version of the SDK

I get the error "This bundle is invalid. Apple is not currently accepting applications built with this version of the SDK." when trying to submit my app to the Mac app store. I'm using Xcode 4.1, ...
3
votes
1answer
311 views

Mac App Store Reviewer says “It appears Kiwi fails codesign verification”

But it clearly does not fail on my system. The Verification test in XCode during the submission should (I assume) test this. And running codesign on the command line of the archived app results in: ...
2
votes
2answers
52 views

how can I run a sandboxed OS X app without sandboxing?

I have an app which runs using sandboxing. How can I run it without sandboxing? Suppose I can't just recompile the app with sandboxing off.
2
votes
1answer
57 views

Bug that only appears in archived Mac OS X product

My friend and I are developing an app for the Mac app store. We submitted it to the app store but Apple rejected it on the basis of a bug we'd never experienced before ourselves. We had a hard time ...
2
votes
1answer
138 views

Mac App mysteriously disappears directly after downloading and installing from the Mac AppStore

Last night we have released a free app in the Mac AppStore. The app didn't yet show up when searching for (parts of) the title, however, we could find it by searching for one of our existing Mac Apps ...
2
votes
1answer
93 views

Creating HTML5-based apps for the Mac App Store

The new Tweetdeck for the Mac is supposedly HTML5-based: http://www.cultofmac.com/134237/tweetdeck-releases-html5-based-app-in-the-mac-app-store/ Anyone know how to build a HTML5 app for the Mac App ...
2
votes
2answers
165 views

Submitting a Mac App fails with 'Bad File Descriptor'

I've managed to sign my app and have archived it in Xcode 4.2 but when I go to the organiser and press ether 'Validate' or 'Submit' (and after going through the two sheets for iTunes Connect login and ...
2
votes
1answer
46 views

Toggle “Illuminate keyboard” without using private APIs

Is there a way to turn on and off the "Illuminate keyboard" setting programmatically, without using private APIs? I need to do it in a way that will be accepted by the Mac App Store.
2
votes
0answers
32 views

Will my application stop working if I sign it with a certificate and distribute outside of the Mac Store?

I must sign my application with a 3rd party mac developer certificate, but I want to distribute it to my clients without going on the Mac Store. Certificates have a validity period of 1 year. My ...
2
votes
1answer
189 views

Xcode 4 'invalid signature' error

I have developed a mac app, and am trying to upload it to the mac app store, but am running into difficulties. Every time i try and submit or validate in Organiser, it comes up with the following ...
2
votes
1answer
180 views

Mac App Store app with elevated privileges

I have a question regarding the Mac App Store. I am planning to release a software with admin privileges to achieve its core functionality, but according to Apple - 2.27 - Apps that request ...
2
votes
0answers
613 views

cannot get Mac App Store Receipt

I cannot seem to get a receipt from the Mac App Store in order to test my receipt validation. I have got my certificates (including the WWDR one) installed, signed the code, set up the test user in ...
2
votes
2answers
232 views

Is it okay to build Mac App Store apps for 64 bit arch only?

I wonder if I should still support 32-bit architectures these days in my new apps. I only target Mac App Store. Does Snow Leopard ever run 32-bit variants? (I guess yes, on older Core Duo CPUs that ...
2
votes
1answer
296 views

V8 JavaScript Engine and Mac App Store

If I embed the V8 JavaScript Engine in my application (a game) is it still possible to distribute it in the Mac & iOS App Stores?
2
votes
2answers
461 views

How to create a helper application (LSUIElement) that also has a (removable) dock icon

I've submitted a helper application (using LSUIElement)to the Mac App Store. I was under the false impression that the App Store install process would put a dock icon for helper apps. How can I ...
2
votes
3answers
438 views

Does selling GPL software on the Mac App Store violate the GPL license?

I would like to know if selling open source GPL licensed software on the Mac App Store violate the GPL license. I am not referring the the app store for iOS devices. References or precedents would be ...
2
votes
2answers
430 views

Language requirement for Mac App Store

I was thinking about creating an application for the Mac App Store, but was wondering if they will only accept programs made in Objective-C using XCode. I was thinking about making the program ...
2
votes
1answer
107 views

Are there promo codes for Mac App Store applications?

Does Apple provide developers with promo codes for their Mac App Store applications? I can't find the options on iTunes Connect (it's there for our iOS apps, though), so I guess the answer would be ...
2
votes
2answers
463 views

Mac App Store + Silverlight out of browser, would it ever work?

Yeah I know it's a dumb question, and that of course it wouldn't work. Any kind of work around I can think it stands very little chance of being accepted... For example what about an accessory ...
1
vote
1answer
90 views

Update Mac App Store App outside the MAS and check receipt

I am wondering how to build the follwoing scenario: - I have one app which can be bought in the Mac App Store - Because this app cannot use sandboxing which will me soon mandatory, I won't be able to ...
1
vote
2answers
94 views

Is there a way to programmatically mute the sound on OSX?

Is there a way to programmatically mute the sound on OSX without using private APIs and in a way that is accepted by the Mac App Store.
1
vote
2answers
52 views

Set the “Location” value in Network pref pane without using private APIs

Is there a way to programmatically set the "Location" value in the Network preference pane without using private APIs? I need to do this in a way that will be accepted by the Mac App Store.
1
vote
1answer
100 views

Turn Bluetooth off and on programmatically

Is there a way to programmatically turn on and off the Bluetooth connection on OSX in a way that will be accepted by the Mac App Store? From my previous question, I've found about blueutil, but it ...
1
vote
1answer
91 views

Signing libraries in Mac App Store app

I've just submitted an app to the Mac App Store that uses some external dynamic libraries. I got an email from Apple saying that: Invalid Signature - the executable ...
1
vote
1answer
193 views

Mac App Store is damaged error message

I have an App that I'm submitting to the Mac App Store. It code signs without any problems, producing a .pkg file as expected... codesign -s "$app_cert" -f "$app_name.app" codesign -d -vvvv ...
1
vote
0answers
62 views

Embedding BSD-licensed library in Mac App Store app

I want to make an app for the Mac App Store, but I want to use a BSD-licensed library in it. Am I allowed to do that? If so, does it have any implications on my app's license, and where do I need to ...
1
vote
2answers
204 views

Code Signed application won't run

I'm trying to code sign - with a developper provisioning profile that includes my machine UUID - my app. So far so good, I followed the procedure on the Developer Certificate Utility and created all ...
1
vote
2answers
373 views

App for Mac App Store doesn't run when signed

I'm new to development for Mac App Store and I'm trying to test my first signed app in development environment (just before get into the mess of receipt validation !). I went through the following ...
1
vote
1answer
63 views

Changing the App Icon after the Mac App is for sale

I develop Mac Apps. I have one for sale, and I am about to release an update for it. I would like to change the App's Icon to a slightly better one, but it seems that this is impossible. Can someone ...
1
vote
1answer
96 views

Is it acceptable to call openssl within an app submitted to the Mac App Store?

I'm a bit unclear on what the rules are in terms of calling on processes outside of an application submitted to the App Store. I have read that if you want to use other libraries/frameworks aside ...

1 2 3