Skip to content

AllLuckly/LBAppStoreReview

Repository files navigation

LBAppStoreReview

技术交流群:534926022(免费) 511040024(0.8/人付费)

封装去App Store评论,用法很简单,只需把LBToAppStore拖进自己的项目,用的地方导入头文件,然后如下

-(void)viewDidAppear:(BOOL)animated{
    
    //用户好评系统
    LBToAppStore *toAppStore = [[LBToAppStore alloc]init];
    //该app的app ID
    toAppStore.myAppID = @"1067787090";
    [toAppStore showGotoAppStore:self];

}

(LBAppStoreReview)

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published