客户可以通过 iPhone 应用程序从他的 Apple 帐户向公司付款吗

发布于 2024-08-05 03:35:43 字数 916 浏览 4 评论 0原文

从我上一个问题

向苹果发送请求 - 从 iphone 自定义application

在这里,我添加了更具体的我的问题。

假设我的应用程序已实现以下内容。

让我们举一个简单的例子

  • ,我为移动经销商开发了一个应用程序。
  • 用户可以在屏幕上看到十个移动项目。
  • 现在,用户选择两个项目。(手机)
  • 现在,用户选择结帐选项。
  • 在结账选项中,他将提供他的苹果帐户 - ID 和 ID。密码。

上面我已经解释了我的应用程序中应该实现的过程。

我最多可以进行 4 个步骤的编程。 但我不知道最后一步。

  1. 用户可以通过苹果支付吗 id - 来自 iPhone?

  2. 我/程序员采取什么样的步骤 必须遵循什么步骤?

  3. 什么样的账户可以做 需要我/程序员吗? (如果 任何..)

  4. 什么类型的证书 需要我/程序员吗? (如果 任何..)

让我们再举一个例子。

假设,应用程序如果像这样,

  • 用户可以通过 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.

  1. Can user make payment through apple
    id - from iPhone?

  2. What kind of steps do I/programmer
    have to follow?

  3. What kind of accounts do
    I/programmer are required? (If
    any..)

  4. 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

扭转时空 2024-08-12 03:35:43

您不能通过 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.

浪菊怪哟 2024-08-12 03:35:43

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.

长不大的小祸害 2024-08-12 03:35:43

回答编辑后的短问题:

苹果是否允许使用 apple-ID
付款以外的项目
苹果商店?为什么?

不,因为他们不会冒充第三方支付提供商,而且我很确定他们永远不会。

Answering the edited short-question:

Does apple allow to use apple-ID for
payment of items other than
apple-store? Why ?

No, because they do not pose as a payment provider to third parties and I am pretty sure they never will.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文