For issues relating to deploying and maintaining an application in the Mac App Store.
0
votes
1answer
18 views
Mac App Store Rejection - App sandbox not enabled
I've submitted my app to the Mac App Store and it validated fine. However, I keep getting Invalid Binary messages with the following;
App sandbox not enabled - The following executables must ...
0
votes
1answer
27 views
Where can i save the sqlite database on Mac OS X for a Python developed GUI app?
I'm developing a GUI Mac OS X application using PyQt+Python which will be distributed through Mac App Store. (Sadly, I have no Objective-C skills for now.)
The app makes use of an sqlite database to ...
0
votes
0answers
26 views
Mac App not being signed correctly
I know there are many similar questions on StackOverflow, but I think I've read them all and none quite apply.
I have a Cocoa app that I am trying to sign for distribution on the Mac App Store. I ...
-1
votes
1answer
17 views
How do you set a background image for your app listing in the Mac App Store? [closed]
Take Pixelmator for example: http://appstore.com/mac/pixelmator
How do they have a background image set?
0
votes
0answers
12 views
Can Mac App store large icon be different form app icon?
On the iOS App Store developer can upload a large app icon for display on the app store through iTunes Connect as part of the process of updating the metadata. As such you can have a different icon ...
0
votes
2answers
52 views
Submitting to the OSX app store without Xcode
I am trying to submit my app to the OSX app store but it is not created using XCode and therefore there is no XCode project so all of Apple's documentation is not helpful. I found a somewhat similar ...
2
votes
1answer
46 views
Using FileDialog on MacOS X instead of JFileChooser for file AND directory
Here's my problem. I have a Java application that runs on MacOS X. Right now I'm trying to make this application available on the Mac App Store. Unfortunately, Apple always reject my application ...
0
votes
0answers
29 views
Sandbox app with LoginItems only work after second app launch
I've been working on an update of my app, to handle the new LoginItems system with sandboxed app.
I've followed Tim's post about how to implement and configure it.
But it doesn't work, I mean not, ...
0
votes
1answer
27 views
Bundled content in an app store app
I am trying to get my app submitted to the mac app store and I am having a bit of a design problem. Our app is an authoring tool and comes bundled with many projects created with the tool. Before ...
0
votes
0answers
15 views
Accessing the Sandboxed Apple Store without XCode
I am working on an OSX app which is created using an open source common lisp implementation called CCL. We are trying to add in app purchases to our app and I just read through the StoreKitGuide and ...
1
vote
1answer
39 views
How to enable App sandbox for a python app on OSX (The python app is targeted for Mac App Store)
First of all, the python app is targeted for Mac App Store.
And Apple emailed me that my app was not sandbox enabled.
As below:
Dear developer,
We have discovered one or more issues with ...
0
votes
0answers
36 views
Changed my Mac app to support 10.6, App Store now lists the correct minimum requirement, but users on 10.6 still can't install it
So I changed the deployment target of my app from 10.8 to 10.6 for a new version of the app. Uploaded the new build to the MAS and it went through review and is now listed on the MAS as having minimum ...
2
votes
0answers
67 views
How do I prevent TideSDK app from crashing after signing it with an entitlements file?
In order to submit my very, very basic Mac App to the App Store (very basic since it only contains a single HTML and Javascript file - very simple word game that does NOT require any kind of ...
0
votes
1answer
42 views
Package Automator Action for Mac App Store
I want to sell my Cocoa Automator Action on the Mac App Store.
I see that some other developers sell a regular app that then will install the action into Automator. What would I need to do to get out ...
-2
votes
2answers
27 views
AppReview in my app [closed]
Have i any possibilities handle user review?
For example:
- Can user writes review in some UITextField, and send it after writing?(Don't found something like this)
- Or maybe I can handle his ...
-1
votes
2answers
175 views
The app is damaged and can’t be opened. Delete the app and download it again from the App Store
I have the app for the Mac App Store and I faced with the following problem. Version 1.1 is already in the Mac App Store.
If I change a version of the app to 1.2 and try to run it with a test account ...
4
votes
1answer
128 views
On MAC OS X 10.8.x how can an AppStore application install a kernel extension?
Description
I am planning on developing a scientific sandboxed application that will need to install a kernel extension to function properly.
Code-related question
How can the app install the kext ...
3
votes
2answers
84 views
iOS + MacOS app paid app, best user experience to purchase once and enjoy on all devices?
I am building a universal app (iPhone+iPad), that will also work on OSX. With Universal apps, the user purchase once, and then can use it on all their iOS devices
I do not think it is possible to ...
0
votes
1answer
72 views
Search iTunes/Appstore by Category or Price
Is there any chance I can search the Appstore (lets say the Mac Appstore i.e. but I think the search works the same for iTunes or the iOS store) by category or price and get all apps with the given ...
-3
votes
1answer
46 views
Uploading ios app to appstore using other itune connect accounts
I have developed an iOS app in my Mac PC and compiled using my certificates and Provisioning Profiles(Distribution & Developement). But can I upload this app to apple's appstore using other itunes ...
0
votes
0answers
35 views
App ID different in App Record and Provisioning Portal
I'm attempting to submit an App to the Apple App Store for the first time, and am stuck on an issue with the AppID:
In iTunes Connect I have prepared an App Record with settings equivalent to:
Bundle ...
0
votes
0answers
52 views
verifying store receipts with the Mac Appstore
I don't know how to verifying store receipts for mac.
When and Where to check verifying store receipts?
This is my code. Is it correct code? and Where to check receipts? and how to verifying ...
0
votes
1answer
35 views
What's the proportion of machines running 10.6 in the Mac App Store?
As of early 2013, what's the proportion of Mac App Store users running on 10.6?
I am evaluating whether or not to support 10.6.
3
votes
0answers
62 views
Submitting sandboxed MonoMac app without accessing shared memory?
I have a Sandboxed MonoMac based application in the MacAppStore, with the latest update to the app pushed to MAS I received a message from Apple that the application accesses /dev/shm, and that this ...
1
vote
1answer
168 views
How to Embed JavaAppLauncher to sandbox for App Store
I'm trying to send a Java application to the MacOS X App Store. All my code is correctly signed (jars, dylib, etc). Unfortunately, when sending the binary, I always get an "Invalid Binary" error with ...
0
votes
0answers
69 views
Mac App Store - is there an enterprise distribution “mode”?
we need to distribute our Mac OS X application to our client's computers - that is not a public app - and I'm wondering if there is a way to do something similar to iOS app store, where you can have ...
1
vote
0answers
63 views
Put Mac into sleep without breaking the App Store rules [closed]
Is there a way to put the Mac into sleep without using the entitlement com.apple.systemevents?
Apple has rejected this entitlement and I can't use Apple Script to put the Mac into sleep. Scripting ...
-1
votes
1answer
75 views
Signing the Paid iOS app contract with Apple without having a company [closed]
I'm in the situation, where I'm in the US, I can't legally work, but I have an app that I would like to sell on the app store. Problem is that it seems you need both a company and a work permission to ...
1
vote
2answers
133 views
Application Sandbox: renaming a file doesn't work
I have a basic Cocoa app that let's the user manage a list of files. Files are added via drag & drop and I persist the access permissions in a secure bookmark across application restarts.
So far ...
0
votes
1answer
166 views
In-App-Purchase - restore purchases
I'm having some problems when submitting my macOS app which has in-app-purchases set-up, they rejected my app because i don't have a restore purchase button.
I need a suggestion about where to put ...
1
vote
1answer
66 views
Mac App Store : Technical vs Ethical Submission Guidelines
I have read lots of threads about Mac App Store Review Guidelines, but it treats much more of ethical questions (age rating, copyright, privacy, etc...) than of actual misconduct in code writing ...
0
votes
1answer
121 views
Bundle wxPython App for Mac App Store without ppc code (binary)
I have delevloped (for the past 7 years) a wxPython App that would like to distribute thru the Mac App Store. I am using Python2.7 and wxPython2.9.4 (cocoa). The App is the bundled using py2app.
All ...
0
votes
0answers
169 views
Mac Store - Invalid Binary on iTunesConnect - the signature is invalid
iTunesConnect seem to be rejecting our binaries (for the Mac App Store) now with the following error
Invalid Signature - the main app bundle wetfm at path wetfm.app is signed but the signature is ...
3
votes
2answers
147 views
What's the difference between a lite version and a demo?
The guidelines for iOS and the Mac App Store state that demo versions of apps are not allowed.
As far as I can tell, a lite version is (most of the time) just a demo with an IAP for the full version ...
1
vote
0answers
63 views
Submit to Mac App Store with Xcode Organizer
I'm submitting from the Organizer and I get as far as "Choose an application and code signing identity". After that I just get the spinning circle which lasts for hours until I cancel and start over. ...
0
votes
1answer
367 views
Change language in Mac App Store
My Mac app only has Chinese localization (due to its special purpose). Currently "Language: English" is shown in the Information column in its Mac App Store page (see the screenshot below). How to ...
-1
votes
3answers
223 views
In-App Purchases for Mac OS X [closed]
OK, so that's what I need :
Implement In-App Purchases for my Cocoa/Mac OS X application
Is there any step-by-step tutorial or workthrough that you know of? Any example code at all?
Any help ...
1
vote
1answer
54 views
Is it possible to run the OSX binary which was sent to apple for review locally on my machine?
I have a OSX binary sent to Apple for the App store review. It was rejected because of a bug. Unfortunately I am not able to reproduce the problem on my local machine. Now I assume that the encrypted ...
0
votes
0answers
77 views
Saving data with localStorage and the Mac App Store
I have built a small html5/javascript app that uses localStorgage to retain data.
I have managed to incorporate the app in to a WebView in xcode and build a small Mac app.
At the moment, the ...
0
votes
0answers
50 views
Uploading a mac application to app store with installation script
I have a mac app supported from Mac OS Tiger onwards. I was using "Package Maker" app for making a installation package of the application. I was also using a script to remove the old version of the ...
3
votes
1answer
182 views
Send user to App Store to update OS X Version [duplicate]
Possible Duplicate:
Programmatically open Mac App Store
I'm developing a 10.8.0+ OSX App and I need to programmatically show the App Store for the user to update his OS in order to use the ...
1
vote
1answer
75 views
Mac app, NSDocument window does not appear in Window menu
I have continued work on an app made by another. It looks in relevant parts identical to the standard NSDocument window-based app that you get when starting a new project (where the Window menu works ...
1
vote
2answers
279 views
Mac App Rejection - Temporary Exception Entitlement Key for Safari
Let's consider an app doing the following steps using AppleScript, in order to auto-login to some website:
1- Open "Safari" and navigate to website
2- Fill the username and password fields with ...
0
votes
2answers
108 views
Mac app crashes on launch, linked framework not bundled
(Edit: I was able to bundle the framework but it still would not take the changed installation directory. So, below, the question has changed to "linked and bundled framework image not found")
The ...
1
vote
0answers
122 views
Adobe Air Mac App Store Receipt Validation
We have an Adobe Air based app that we have successfully deployed for Mac but would like to bring to the Mac App Store. Following the instructions here ...
0
votes
1answer
2k views
I downloaded XCode 4.5.1 from MAc AppStore using my personal Apple Dev id but need to install it using my corporate Apple id
I develop on a Mac Pro (OSX 10.7.5) and my current version of XCode is 4.3 and I had installed this some months ago using my Corporate apple dev id.
I have just downloaded XCode 4.5.1 from the Mac ...
4
votes
1answer
385 views
Can't validate and submit an App to the Mac App Store
I've done codesigning and submitting for iOS apps countless times. This time it struck me with the Mac App Store. I'm repeatedly getting the same error message:
"My Name" is a valid identity. ...
0
votes
0answers
307 views
App Store receipt validation works on OS X 10.7 but not 10.6
I tried using https://gist.github.com/3026845 to validate app store receipts and it works great in 10.7. Unfortunately on 10.6 the app quits immediately after being run. No error dialogs at all. No ...
0
votes
1answer
83 views
Publishing Mac App on App Store
We are developing an application for our client and he wanted us to build App so he can publish the app over the Mac App store,
As of now we don't have Mac Developer Id, and we have received App Id ...
2
votes
0answers
245 views
Global events, the Mac App Store, and the sandbox
I'm working on an app where using global key-down events will be a requirement for its operation. Additionally, I plan on distributing this strictly via the App Store. (Its a Mac app, not iOS.) I've ...



