Programming/Swift

[ERROR] ITMS-90474

평생초보 2017. 1. 27. 10:38
반응형

http://fliperamma.com/unity-and-ios-9-invalid-bundle-ipad-multitasking-support/


Appstore에 업로드를 하려는 경우 아래와 같이 에러가 발생하는 경우가 생긴다.




해결은 Info.plist에 키값을 추가하자.

<key> UIRequiresFullScreen </key>

<true /> 



반응형