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

OLKiteViewController not working on iPad #315

Open
famanson opened this issue Jun 3, 2019 · 0 comments
Open

OLKiteViewController not working on iPad #315

famanson opened this issue Jun 3, 2019 · 0 comments

Comments

@famanson
Copy link

famanson commented Jun 3, 2019

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)

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