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

SKStoreReviewController makes an input bar hidden #266

Open
gerchicov-vg opened this issue Jul 31, 2024 · 0 comments
Open

SKStoreReviewController makes an input bar hidden #266

gerchicov-vg opened this issue Jul 31, 2024 · 0 comments

Comments

@gerchicov-vg
Copy link

Describe the bug
When I present SKStoreReviewController the input bar moves down behind the device borders. When I dismiss SKStoreReviewController it returns back. In my own project it even doesn't return back.

To Reproduce
Steps/code to reproduce the behavior:
Just take example code and add somewhere inside view controller the following code (for example in viewDidLoad with delay):

import StoreKit
...
        DispatchQueue.main.asyncAfter(deadline: .now() + 1) {
            SKStoreReviewController.requestReview()
        }

Expected behavior
Input bar persists on the screen.

Screenshots
Not necessary. They will show just SKStoreReviewController and an input bar displayed/hidden.

Environment

  • What version of InputBarAccessoryView are you using? 5.4.0 and 6.40 (latest)
  • What version of iOS are you running on? iOS 17.1.1
  • What version of Swift are you running on? Swift 5
  • What device(s) are you testing on? Are these simulators? iPhone SE 2020
  • Is the issue you're experiencing reproducable in the example app? Yes
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