Post

Replies

Boosts

Views

Activity

Reply to In App Review in Developer or Enterprise builds doesn't always displays
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?
Sep ’24
Reply to Assistance in Implementing App Attestation
Thanks for the feedback. Will sync up with the backend team and get back. We were hoping for more details as documentation regarding that process is very limited. However, we'll investigate and provide updates here as possible.
Topic: Privacy & Security SubTopic: General Tags:
Replies
Boosts
Views
Activity
May ’25
Reply to In App Review in Developer or Enterprise builds doesn't always displays
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?
Replies
Boosts
Views
Activity
Sep ’24