我们做了个类似猪八戒的app,分成发任务和接任务两个角色,发任务的人通过手机支付宝充值,然后定任务价格,比如说帮我分享这条信息到微博给你100元。接任务人执行之后,支付宝收到100元这样。但提交审核没过,错误信息如下:
“11.13: Apps that link to external mechanisms for purchases or subscriptions to be used in the App, such as a "buy" button that goes to a web site to purchase a digital book, will be rejected”
“11.13
Additionally, we found that your app provides access to account registration. As this also provides the user access to mechanisms for purchases or subscriptions to be used in the app, this is not in compliance with the App Store Review Guidelines.
To be in compliance with the App Store Review Guidelines, it would be appropriate to remove the account registration links and any other fully qualified links to your site that could indirectly provide access to these mechanisms, such as links to web pages for support, FAQ, product or program details, etc.”
我查了一下,总体上是说,发任务的人通过手机支付宝充了钱,但还是在app内部使用,所以是不允许的。之前我们以为我们不是卖虚拟商品,比如电子书,而是服务费,所以没事,但看来只有像电商这样卖鞋卖衣服才能用手机支付宝。
看网上说这种情况应该用IAP,但IAP切30%就太多了,发任务的人通过IAP充值到账只有70%,不知道有没有什么解决办法?以下是我能想到的,不知道大家觉得哪个比较合理
1. 使用苹果IAP充值,苹果需要切掉30%,充值100,到账70,所以不能接受。豆瓣阅读就是采用这种方式,充值6元,用户账户是6元,购买价值6元的电子书,豆瓣公司实际收到是6x70%=4.2元
2. 假装做一个IAP充值先上线,实际充值的地方则是服务器。上线时候服务器充值先屏蔽掉,做成一种只能用IAP充值的假象,让苹果不能发现。之后可以发“加上手机支付的更新版本”做尝试,很有可能就能过,更新版审核的没那么严格。
3. 做成手机不能充值,通过服务器充值,手机里也不能提及通过服务器充值,类似Kindle。但这种情况苹果会不会问用户在哪里购买,这时候如果回答通过服务器购买,会不会app被拒?
4. 手机app中跳到网页,通过safari充值(未经证实,不知道是否可以审核通过,觉得悬。)
谢谢大家先
“11.13: Apps that link to external mechanisms for purchases or subscriptions to be used in the App, such as a "buy" button that goes to a web site to purchase a digital book, will be rejected”
“11.13
Additionally, we found that your app provides access to account registration. As this also provides the user access to mechanisms for purchases or subscriptions to be used in the app, this is not in compliance with the App Store Review Guidelines.
To be in compliance with the App Store Review Guidelines, it would be appropriate to remove the account registration links and any other fully qualified links to your site that could indirectly provide access to these mechanisms, such as links to web pages for support, FAQ, product or program details, etc.”
我查了一下,总体上是说,发任务的人通过手机支付宝充了钱,但还是在app内部使用,所以是不允许的。之前我们以为我们不是卖虚拟商品,比如电子书,而是服务费,所以没事,但看来只有像电商这样卖鞋卖衣服才能用手机支付宝。
看网上说这种情况应该用IAP,但IAP切30%就太多了,发任务的人通过IAP充值到账只有70%,不知道有没有什么解决办法?以下是我能想到的,不知道大家觉得哪个比较合理
1. 使用苹果IAP充值,苹果需要切掉30%,充值100,到账70,所以不能接受。豆瓣阅读就是采用这种方式,充值6元,用户账户是6元,购买价值6元的电子书,豆瓣公司实际收到是6x70%=4.2元
2. 假装做一个IAP充值先上线,实际充值的地方则是服务器。上线时候服务器充值先屏蔽掉,做成一种只能用IAP充值的假象,让苹果不能发现。之后可以发“加上手机支付的更新版本”做尝试,很有可能就能过,更新版审核的没那么严格。
3. 做成手机不能充值,通过服务器充值,手机里也不能提及通过服务器充值,类似Kindle。但这种情况苹果会不会问用户在哪里购买,这时候如果回答通过服务器购买,会不会app被拒?
4. 手机app中跳到网页,通过safari充值(未经证实,不知道是否可以审核通过,觉得悬。)
谢谢大家先