do you think it would be possible (legally) to use the iAd JS framework (the one that is provided for the developers for creating the ads) to create the whole iOS web application itself?
您是否认为可以(合法地)使用iAd JS框架(为开发人员提供的用于创建广告的框架)来创建整个iOS web应用程序本身?
I've tried reading some legalese (iAd Network Contract) but it doesn't mention about in what ways I'm allowed to use their JavaScript framework.
我试过阅读一些法律术语(iAd网络契约),但是它没有提到允许我使用他们的JavaScript框架的方式。
It has so many pre-implemented controls and UI eyecandy that it would be a shame if the framework usage was restricted to implementing advertising only :)
它有如此多的预先实现的控件和UI眼镜,如果框架的使用仅限于实现广告,那将是一种耻辱:)
3 个解决方案
#1
4
When you download and install the iAd JS Developer SDK, you are presented with a license agreement as part of the installer (look for the Software License Agreement step).
当您下载并安装iAd JS开发人员SDK时,您将获得作为安装程序一部分的许可协议(请参阅软件许可协议步骤)。
I'm not sure if I'm allowed to post the text of that agreement here, but read section 2.1 carefully. It explicitly states that iAd JS is only for use in crafting rich media ads for the iAd platform, and that you are not allowed to use or distribute the framework for any other purpose. This seems to indicate that, for now, you can only use this for designing iAds.
我不确定是否允许我在这里发布该协议的文本,但是请仔细阅读2.1节。它明确指出,iAd JS仅用于为iAd平台制作丰富的媒体广告,并且不允许您为任何其他目的使用或发布该框架。这似乎表明,就目前而言,您只能将此用于设计iAds。
#2
1
You should file a bug at https://bugreport.apple.com/ to let Apple know that you're interested in using iAd JS outside of the iAd network.
您应该在https://bugreport.apple.com/上提交一个错误,以便让苹果知道您有兴趣在iAd网络之外使用iAd JS。
#3
0
I think if Apple wanted to restrict its usage it probably would have said so in the license agreement. They have released a framework called PastryKit which might be worth taking a look at; the internals may even be quite similar to iAd.js.
我认为,如果苹果想限制它的使用,它可能会在许可协议中这么说。他们发布了一个叫做PastryKit的框架,可能值得一看;内部组件甚至可能与iAd.js非常相似。
#1
4
When you download and install the iAd JS Developer SDK, you are presented with a license agreement as part of the installer (look for the Software License Agreement step).
当您下载并安装iAd JS开发人员SDK时,您将获得作为安装程序一部分的许可协议(请参阅软件许可协议步骤)。
I'm not sure if I'm allowed to post the text of that agreement here, but read section 2.1 carefully. It explicitly states that iAd JS is only for use in crafting rich media ads for the iAd platform, and that you are not allowed to use or distribute the framework for any other purpose. This seems to indicate that, for now, you can only use this for designing iAds.
我不确定是否允许我在这里发布该协议的文本,但是请仔细阅读2.1节。它明确指出,iAd JS仅用于为iAd平台制作丰富的媒体广告,并且不允许您为任何其他目的使用或发布该框架。这似乎表明,就目前而言,您只能将此用于设计iAds。
#2
1
You should file a bug at https://bugreport.apple.com/ to let Apple know that you're interested in using iAd JS outside of the iAd network.
您应该在https://bugreport.apple.com/上提交一个错误,以便让苹果知道您有兴趣在iAd网络之外使用iAd JS。
#3
0
I think if Apple wanted to restrict its usage it probably would have said so in the license agreement. They have released a framework called PastryKit which might be worth taking a look at; the internals may even be quite similar to iAd.js.
我认为,如果苹果想限制它的使用,它可能会在许可协议中这么说。他们发布了一个叫做PastryKit的框架,可能值得一看;内部组件甚至可能与iAd.js非常相似。