English 中文(简体)
a. 分发预发件,其中包括关于Mac App Store的背景材料
原标题:Distributing a pref pane which includes a background app on the Mac App Store

My app is a pref pane which includes a background application in its bundle. I wonder if anybody has already figured out the best practice for distributing a "pref pane only" app via the Mac App Store. Are there already any pref pane apps in the store?

问题回答

含有优惠等级的 Apple果邦不是“自足的”,它们在准则不允许的共同地点安装代码或资源,因此违反了在上的2.15和2.30。

首先,我要说,我没有提交任何含有系统偏好范围的内容(事实上,我没有向只有Si App Store的Mac App Store提交任何资料)。 这一答案基于我对准则的解读以及我对第十届非洲顾问会议如何运作的理解。

我先读到Mac App Store准则,我看不出它们排除了系统偏好。 2.15 说:

申请必须是自成一体的单一应用程序安装包,不能在共用地点安装密码或资源。

笔试处理一个<代码>.prefpane 的文档与任何其他档案一样——飞行员发射处理这类档案的复印件(即系统参考书.app),并开启对文档进行检索和通过作为论据。 当.prefpane文档开放系统参考书时,请用户安装(系统图书馆或用户图书馆)。 它是系统参考。 正在安装<代码>。

如果要将“<代码>>.prefPane列入“斜线”和允许用户在Finder上立案的机制,那么我认为上述准则不会被违反。

我认为很难相信, Apple果希望开发商在已经提供了更好的解决办法时,将用户菜单捆起来。

I d like to know if anyone has tried to submit an app that provides an option to install a system preference pane. I d also like to know if I ve missed some documentation from Apple which discuss this (besides the guidelines quoted above).





相关问题
Asynchronous request to the server from background thread

I ve got the problem when I tried to do asynchronous requests to server from background thread. I ve never got results of those requests. Simple example which shows the problem: @protocol ...

objective-c: Calling a void function from another controller

i have a void, like -(void) doSomething in a specific controller. i can call it in this controller via [self doSomething], but i don t know how to call this void from another .m file. I want to call ...

ABPersonViewController Usage for displaying contact

Created a View based Project and added a contact to the AddressBook using ABAddressBookRef,ABRecordRef now i wanted to display the added contact ABPersonViewController is the method but how to use in ...

NSArray s, Primitive types and Boxing Oh My!

I m pretty new to the Objective-C world and I have a long history with .net/C# so naturally I m inclined to use my C# wits. Now here s the question: I feel really inclined to create some type of ...

NSUndoManager and runModalForWindow:

I have a simple Core Data app which displays a list of entities in the main window. To create or add new entities, I use a second modal window with a separate managed object context so changes can be ...

NSMutableArray values becoming "invalid"

I m trying to show a database information in a tableview and then the detailed information in a view my problem is as follow: I created a NSMutableArray: NSMutableArray *myArray = [[NSMutableArray ...

iPhone numberpad with decimal point

I am writing an iPhone application which requires the user to enter several values that may contain a decimal point (currency values, percentages etc.). The number of decimal places in the values ...

热门标签