We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
We have this code snippet that works fine on an iPhone
guard let unwrappedAssets = assets, let vc = OLKiteViewController(assets: unwrappedAssets) else { return nil } vc.filterProducts = [ "photobook_wrap_a4_landscape", "photobook_wrap_30x30_square", "photobook_wrap_a4_portrait", "photobook_wrap_21x21_square" ] vc.disableFacebook = true vc.delegate = self return vc
However, the exact same thing leads to a Store under maintenance error on an iPad (reproduced on both the iPad Pro and the normal one)
Store under maintenance
The text was updated successfully, but these errors were encountered:
No branches or pull requests
We have this code snippet that works fine on an iPhone
However, the exact same thing leads to a
Store under maintenance
error on an iPad (reproduced on both the iPad Pro and the normal one)The text was updated successfully, but these errors were encountered: