Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug] Review request window opens behind app window when using Mac Catalyst #6

Open
VielfaltSoftware opened this issue May 8, 2024 · 0 comments

Comments

@VielfaltSoftware
Copy link

Steps to Reproduce:

  1. Build an iOS app on macOS using Mac Catalyst
  2. Use ReviewKit.recordPositiveEventAndRequestReviewIfCriteriaMet() in certain places

Expected Behavior:

When all criteria are met, the small review request window should appear in front of the app window.

Current Behavior:

The review request window appears behind the app window.

Environment

macOS 14.4.1
Xcode 15.3

Comment

#if os(macOS) does not capture Mac Catalyst, which is only captured by
#if targetEnvironment(macCatalyst)
Could it be that this must be considered in the function requestReviewIfCriteriaMet ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant