app store 跳转

去 APP store 评论

2020-05-07  本文已影响0人  失忆的程序员

方法一

去评论

https://itunes.apple.com/cn/app/id1453472842?action=write-review

https://itunes.apple.com/cn/app/id你的id?action=write-review

方法二

#import <StoreKit/StoreKit.h>

if (@available(iOS 10.3, *)) {

        [SKStoreReviewController requestReview];

    }

方法二 SKStoreReviewController, debug 模式提交是灰色,release 就会是正常了,不用担心不好用。

上一篇 下一篇

猜你喜欢

热点阅读