2.27 AppStore 应用内评价

1.接口形式

// Some code

/**
 在应用内请求评分,显不显示评分窗口,由苹果控制。
 */
-(void)requestRating;

2.接口调用

// Some code

[[RNSDKApi sharedInstance] requestRating];

Last updated

Was this helpful?