arashpayan/appirater là một trong những repo mã nguồn mở mà TopGit theo dõi, hiện có 4.6k sao, viết chủ yếu bằng Objective-C. A utility that reminds your iPhone app's users to review the app.
Tóm tắt dựng từ metadata GitHub của chính dự án — chưa có bài review TopGit. Trang sẽ tự động cập nhật khi bài review đầy đủ được xuất bản.
VÌ SAO CHƯA CÓ REVIEW
TopGit viết bài đầy đủ cho repo có nhiều sao nhất và được yêu cầu nhiều nhất. Trang này là snapshot trong thời gian chờ — xem README gốc ở tab READ ME.
Appirater is a class that you can drop into any iPhone app (iOS 4.0 or later) that will help remind your users to review your app on the App Store. The code is released under the MIT/X11, so feel free to modify and share your changes with the world. Read on below for how to get started. If you need any help using, the library, post your questions on Stack Overflow under the appirater tag.
Getting Started
CocoaPods
To add Appirater to your app, add pod "Appirater" to your Podfile.
Configuration
Appirater provides class methods to configure its behavior. See [Appirater.h] Appirater.h for more information.
Call [Appirater setAppId:@"yourAppId"] with the app id provided by Apple. A good place to do this is at the beginning of your app delegate's application:didFinishLaunchingWithOptions: method.
Call [Appirater appLaunched:YES] at the end of your app delegate's application:didFinishLaunchingWithOptions: method.
Call [Appirater appEnteredForeground:YES] in your app delegate's applicationWillEnterForeground: method.
(OPTIONAL) Call [Appirater userDidSignificantEvent:YES] when the user does something 'significant' in the app.
Development
Setting [Appirater setDebug:YES] will ensure that the rating request is shown each time the app is launched.
Production
Make sure you set [Appirater setDebug:NO] to ensure the request is not shown every time the app is launched. Also make sure that each of these components are set in the application:didFinishLaunchingWithOptions: method.
This example states that the rating request is only shown when the app has been launched 5 times and after 7 days.
In iOS 10.3, SKStoreReviewController was introduced which allows rating directly within the app without any additional setup.
Appirater automatically uses SKStoreReviewController if available. You'll need to manually link StoreKit in your App however.
If SKStoreReviewController is used, Appirater is used only to decide when to show the rating dialog to the user. Keep in mind, that SKStoreReviewController automatically limits the number of impressions, so the dialog might be displayed less frequently than your configured conditions might suggest.
License
Copyright 2017. [Arash Payan] arash.
This library is distributed under the terms of the MIT/X11.
While not required, I greatly encourage and appreciate any improvements that you make
to this library be contributed back for the benefit of all who use Appirater.
Ports for other SDKs
A few people have ported Appirater to other SDKs. The ports are listed here in hopes that they may assist developers of those SDKs. I don't know how closesly (if at all) they track the Objective-C version of Appirater. If you need support for any of the libraries, please contact the maintainer of the port.
arashpayan/appirater có 4.6k sao GitHub — tải lại trang để xem số mới nhất, hoặc xem trực tiếp github.com/arashpayan/appirater. TopGit phản chiếu số sao của GitHub nhưng không cam kết đến từng phút.
arashpayan/appirater có tag gì không?
Bản đồng bộ chưa ghi nhận topic GitHub nào cho arashpayan/appirater. GitHub topics hiển thị ở thanh bên phải trang repo — đó là nơi đáng kiểm tra nhất.
arashpayan/appirater còn đang phát triển không?
Commit gần nhất trên arashpayan/appirater là 4.5 năm trước (theo timestamp GitHub). Repo có 833 fork — một chỉ báo về mức độ quan tâm của cộng đồng.
arashpayan/appirater viết bằng ngôn ngữ gì?
arashpayan/appirater chủ yếu viết bằng Objective-C. Trường "language" của GitHub dựa trên phần lớn byte ở nhánh mặc định.
Đọc thêm về arashpayan/appirater ở đâu?
Trang TopGit này là một snapshot — tab "Readme" hiển thị nguyên văn README của repo (đã bỏ link, giữ ảnh). Repo GitHub ở github.com/arashpayan/appirater là nguồn chính thức.
Đọc đầy đủ README ở tab phía trên.
Vẫn đang phân vân về appirater?
Một cú bấm sẽ gửi câu hỏi kèm trang này cho AI — xem AI nói gì về appirater.