We've currently implemented the In App Review using the recently deprecated API. Calling that API in dev modes doesn't seem to work consistently as described in Apple's documentation. Can someone provide assistance or otherwise, can the documentation be updated to mostly reflect on how the API works in dev mode?
In App Review in Developer or Enterprise builds doesn't always displays
Hi,
Can you tell us more about which APIs you're using, and give more details of the issue you're running into? Then we can advise whether this is a technical issue or something else.
private func requestInAppRating(scene: UIScene?) {
guard let scene = scene as? UIWindowScene else { return }
SKStoreReviewController.requestReview(in: scene)
}
We're currently calling this API in 3 locations in the app and based on documentation, the alert should popup at all times in preproduction(development). However, when we try the alert shows up inconsistently. Should this be the case?