The iOS App Store offers schools 50% discounts on bulk purchases which is great. Is there a way to determine, at the app's runtime, if the app was installed via an educational purchase?
iOS App Store为学校提供50%的批量购买折扣,非常棒。有没有办法在应用程序的运行时确定是否通过教育购买安装了应用程序?
1 个解决方案
#1
1
At runtime? No. There is no way to get any information about the purchase of your app.
在运行时?不可以。无法获得有关购买应用程序的任何信息。
In sales reports, thats another question.
在销售报告中,这是另一个问题。
I would assume attempting to modify functionality of the app based on educational purchase is against apple's rules. Your contract states:
我会假设尝试根据教育购买修改应用程序的功能是违反苹果的规则。你的合同规定:
In addition, you may, at your election via iTunes Connect, instruct Apple to market the Licensed Applications at a discount of 50% of Your established price tier for authorized institutional customers.
此外,您可以在通过iTunes Connect选举时,指示Apple以授权机构客户的既定价格等级的50%折扣销售许可应用程序。
Which sounds to me like you can optionally agree to ship the same app but at a reduced price.
对我来说听起来像你可以选择同意以相同的价格运送相同的应用程序。
#1
1
At runtime? No. There is no way to get any information about the purchase of your app.
在运行时?不可以。无法获得有关购买应用程序的任何信息。
In sales reports, thats another question.
在销售报告中,这是另一个问题。
I would assume attempting to modify functionality of the app based on educational purchase is against apple's rules. Your contract states:
我会假设尝试根据教育购买修改应用程序的功能是违反苹果的规则。你的合同规定:
In addition, you may, at your election via iTunes Connect, instruct Apple to market the Licensed Applications at a discount of 50% of Your established price tier for authorized institutional customers.
此外,您可以在通过iTunes Connect选举时,指示Apple以授权机构客户的既定价格等级的50%折扣销售许可应用程序。
Which sounds to me like you can optionally agree to ship the same app but at a reduced price.
对我来说听起来像你可以选择同意以相同的价格运送相同的应用程序。