Skip to content

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

@VielfaltSoftware

Description

@VielfaltSoftware

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 ?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions