问题标签 [appirater]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
ios - ios :check if user submitted review
Is it possible to check if a user really submitted the review on the app store. I am redirecting the user to my application's page on the store but I couldn't check if he really submitted the review or not. I am using appirater by arashpayan it allow me to track if the user pressed on the rate button but no actually action is taken if the user submits or not the review.
ios - 如果我在 Build Phases 中将 StoreKit 的状态设置为可选,Parse 会正常工作
我想在我的项目中使用Appirater库,但是在阅读了它的安装教程之后,有一件事并不清楚。
请务必在目标的 Build Phases » Link Binary with Libraries 部分中将 StoreKit 的Required 更改为 Optional。
如果我将status
框架的StoreKit
设置为Optional
from Required
,这会影响与我的 Parse 实现相关的任何内容吗?因为 Parse iOS SDK 也需要 StoreKit。或者切换到Optional
意味着框架将仅在需要时加载并且没有任何副作用,因此 Parse 也能正常工作?我是对的还是那样不容易?
如果有人能给我一些指导,我将不胜感激,谢谢。
ios9 - Xcode 7 - iOS9 上的 Appirater
我正在使用 Appirator 代码,这是一个很棒的工具。但是,当请求审查/评级时,我遇到了 iOS 9 的问题。它只会加载应用程序的视图,而不是预加载“写评论”页面。以下内容与 iOS8 完美配合。
任何帮助将不胜感激。
appirater - Ios Appirater 在 Ios 10 中无法正常工作
评价 ios 中的应用程序,所以我使用的是 Appirater 框架。但它不能正常工作。这是我的代码。5天后我必须设置。我处于调试模式。
当我单击按钮时,我必须打开此警报,这是我的代码。
appirater - 可以在删除并重新安装应用程序 iOS 后评价应用程序
我在 git 上浏览了 appirater sdk(iOS),我有疑问。如果我评价了该应用程序,然后我从设备中删除了该应用程序并再次安装。在这种情况下,appirater 是否允许再次评分?
ios - Appirater 不工作
当我单击某个按钮时,我想显示 Appirater。这是我在 appdelegate 中的设置
然后我把下面的代码放在我的视图控制器中
Appirater.tryToShowPrompt()
我不知道如何调用正确的方法。
appirater - AppDelegate 中不可用的 Appirater
我已经用 Cocoapods 安装了 Appirater,但是由于某种原因我在 AppDelegate 中看不到这个类。`
pod 文件看起来像
我在 pod 文件中使用了 use_frameworks,所以我认为我不需要桥接头文件。任何帮助使这项工作非常感谢!
ios - iOS:取消开发者的应用评级限制?
我想测试我的应用的SKStoreReviewController
API 评级。但是,我认为这是块,因为我超过了一年的三次审查限制。开发人员有办法解决这个问题吗?这是我目前正在使用的代码。
ios - Appirater 警报不应该在调试模式下显示其文本消息吗?
我一直在为已发布的应用程序在调试环境中测试 Appirater。我知道在调试模式下从 Xcode 运行时它不会有正确的行为。仍然显示警报(我猜是占位符),表明该工具正在工作。
但是,我没有看到"If you enjoy using %@, would you mind taking a moment to rate it? It won't take more than a minute. Thanks for your support!"
我希望在对话框正文中看到的消息。我只看到应用程序图标、星星和“现在不”按钮。它不应该在其主体旁边显示字符串吗?
我像往常一样通过 Cocoapods 安装了它,并且初始化非常标准: