Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在 Blackberry 10 上使用 HTML5 webworks 创建应用程序,但是我也想在 OS7 和更早的设备上使用 webworks。我还想在我的应用程序上支持应用内购买的支付服务。webworks的支付服务API是否也可以在OS7及更早的设备上运行?
当我使用
blackberry.payment.developmentMode = true;
发现未定义
是的,BlackBerry 7 支持支付 API 。
确保在 config.xml 文件中定义此功能:
<feature id="blackberry.payment" />