iPhone 应用程序中的真实世界商品?
我以前见过这里提出的问题,但它们没有解决这个问题。也就是说:
根据苹果的指导方针,“应用内购买”可能不是现实世界的商品或服务。哪些服务允许与 iPhone 应用程序集成,以便我可以使用 ObjectiveC 在 iPhone 应用程序中销售商品?
换句话说,我怎样才能在我的应用程序中销售东西而不使用网站或集成的 UIWebView?
I've seen questions asked here before, but they do not address the issue. That said:
"In App Purchases" specifically may not be real world goods or services, according to Apple's guidelines. What services allow integration with iPhone apps so that I can use ObjectiveC to sell things in an iPhone app?
In other words, how can I sell stuff in my app and not use a website or integrated UIWebView?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我能想到的唯一过程是使用 Magento 或 Shopify 等电子商务应用程序并使用 API 提取产品数据,然后向网站发出 HTTP 请求来模拟订购过程。
The only process I can think of would be something like using an e-commerce app like Magento or Shopify and using the API to pull the product data, and then make HTTP requests to the site to simulate the ordering process.