客户可以通过 iPhone 应用程序从他的 Apple 帐户向公司付款吗
从我上一个问题
向苹果发送请求 - 从 iphone 自定义application
在这里,我添加了更具体的我的问题。
假设我的应用程序已实现以下内容。
让我们举一个简单的例子
- ,我为移动经销商开发了一个应用程序。
- 用户可以在屏幕上看到十个移动项目。
- 现在,用户选择两个项目。(手机)
- 现在,用户选择结帐选项。
- 在结账选项中,他将提供他的苹果帐户 - ID 和 ID。密码。
上面我已经解释了我的应用程序中应该实现的过程。
我最多可以进行 4 个步骤的编程。 但我不知道最后一步。
用户可以通过苹果支付吗 id - 来自 iPhone?
我/程序员采取什么样的步骤 必须遵循什么步骤?
什么样的账户可以做 需要我/程序员吗? (如果 任何..)
什么类型的证书 需要我/程序员吗? (如果 任何..)
让我们再举一个例子。
假设,应用程序如果像这样,
- 用户可以通过 iPhone - Apple id - 密码支付自行车(新订单)费用?
编辑: 经过一轮轮的问题......
让我们用单行来理解它
Apple是否允许使用apple-ID来支付apple-store以外的商品?为什么?
From My Previous question
sending request to apple - from iphone custom application
Here, I have added more specified my question.
Suppose my application has implemented followings.
Lets take an simple example
- I have developed an application, for mobile dealer.
- User can see ten mobile items on screen.
- Now, user selects two items.(mobiles)
- Now, User chooses check out option.
- in check out option, he will provide his apple account - id & password.
Above I have explained the process that should be implemented in my application.
Up to 4 stpes I can do programming.
But I have no idea about the last step.
Can user make payment through apple
id - from iPhone?What kind of steps do I/programmer
have to follow?What kind of accounts do
I/programmer are required? (If
any..)What kind of certificates do
I/programmer are required? (If
any..)
Let's take an another example.
Suppose, Application if something like this,
- User can pay for bike (new order) through iPhone - apple id - password ?
Edit :
After a round - round question ...
Let's understand it in single line
Does apple allow to use apple-ID for payment of items other than apple-store? Why ?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
您不能通过 Apple Store 销售您的产品。如果您想要一个与您的商店交互的 iPhone 应用程序,您可以这样做,但您必须提供自己的商店服务。
回答您的问题,Apple 不允许使用 Apple ID 从其他商店购买产品。相反,您应该使用 Paypal 或 Google Checkout 等工具。
You cannot sell your products through the Apple Store. If you want to have an iPhone app that interfaces with your store you can do that, but you will have to provide your own store service.
To answer the edit to your question, Apple does not allow using an Apple ID to purchase products from other stores. Instead you should use something like Paypal or Google Checkout.
StoreKit 允许您销售数字内容,例如书籍、音乐等。并将其直接交付到应用程序中。付款通过 iTunes 帐户进行。
但是,您无法使用此机制出售实物商品。您可能需要考虑 Amuck 提到的其他付款方式。
StoreKit allows you to sell digital content, such as books, music, ect. and get it delivered right into the application. Payment happens via the iTunes account.
However, you cannot sell physical goods with this mechanism. You may want to consider other payment methods as mentioned by Amuck.
回答编辑后的短问题:
不,因为他们不会冒充第三方支付提供商,而且我很确定他们永远不会。
Answering the edited short-question:
No, because they do not pose as a payment provider to third parties and I am pretty sure they never will.