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
Describe the bug
When I present
SKStoreReviewControllerthe input bar moves down behind the device borders. When I dismissSKStoreReviewControllerit 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):
Expected behavior
Input bar persists on the screen.
Screenshots
Not necessary. They will show just
SKStoreReviewControllerand an input bar displayed/hidden.Environment