Introduction
How can we remind user to review or rank in App?
We can show a alert box to remind user to review, I writed a sample code using singleton to remind user.
How to use
CloudReview.h
CloudReview.m
本文介绍了一种在应用内提示用户进行评价或打分的方法。通过使用单例模式创建了一个提醒用户评价的类CloudReview,当调用该类的reviewFor方法时,会弹出对话框询问用户是否愿意为应用评分。
Introduction
How can we remind user to review or rank in App?
We can show a alert box to remind user to review, I writed a sample code using singleton to remind user.
How to use
CloudReview.h
CloudReview.m
5913