You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 17, 2019. It is now read-only.
I made a demo scene here, built to device that demonstrates the issue. tested on Unity 2017.1.0p5, and the latest twitterkit + twittercore built from a podfile. If you ever change the Screen.orientation to Portrait or LandscapeLeft, it will permanently break the authorization view. I'm using iOS 11.
Open TwitterDemo.unity, add your twitter api key / secret, add an icon, copy the twitterCore library into the project, set minimum device target to iOS 9.0, set provisioning profile and build/run to device.
The text was updated successfully, but these errors were encountered:
check out TwitterDemo.cs - i call those methods in the TwitterDemo.unity scene that I modified in my branch to have UI canvas buttons that change the orientation. it def breaks 100% of the time in my repro, for some unknown reason.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I made a demo scene here, built to device that demonstrates the issue. tested on Unity 2017.1.0p5, and the latest twitterkit + twittercore built from a podfile. If you ever change the Screen.orientation to Portrait or LandscapeLeft, it will permanently break the authorization view. I'm using iOS 11.
brianchasalow@017ff20
Open TwitterDemo.unity, add your twitter api key / secret, add an icon, copy the twitterCore library into the project, set minimum device target to iOS 9.0, set provisioning profile and build/run to device.
The text was updated successfully, but these errors were encountered: