2016-10-04 2 views
1

은 내가 어떻게해야 내 애플의 승인을 얻을 무엇 link앱 (Google cardboard SDK 사용)이 거부되었습니다. 이제 어떻게해야합니까?

Our app (use Google cardboard SDK) has been rejected by following issue: 

``` 
Your app uses or references the following non-public APIs: 

imageWithName: 

The use of non-public APIs is not permitted on the App Store because it can lead to a poor user experience should these APIs change. 
``` 

(Same with https://github.com/googlevr/gvr-unity-sdk/issues/296 ??) 

``` 
/xxxxx/xxxxxx   develop  grep -r imageWithName . 
Binary file ./xxxxxxx.xcworkspace/xcuserdata/xxxxxxxxxxx.xcuserdatad/UserInterfaceState.xcuserstate matches 
Binary file ./Pods/GVRSDK/Libraries/libCardboardSDK_arm64.a matches 
Binary file ./Pods/GVRSDK/Libraries/libCardboardSDK_armv7.a matches 
Binary file ./Pods/GVRSDK/Libraries/libCardboardSDK_i386.a matches 
Binary file ./Pods/GVRSDK/Libraries/libCardboardSDK_x86_64.a matches 
``` 

에서 설명한 바와 같이?

+0

와우, 나는 imageWithName을 수백 번 사용했습니다. –

+2

@BenClayton 제 생각에 당신은 imageName, 애플의 메소드, imageWithName이 아니라, Google cardboard SDK의 메소드를 사용했다고 생각합니다. – nynohu

+0

@Dinh Nhat : Google 지원 없이는 해결할 해결책이 없습니다. Google에 신고하고 문제를 해결할 때까지 기다려야합니다. – nynohu

답변

0

imageWithName Google 골판지 SDK v1.0.0에서 메소드가 삭제되었습니다 (imageWithName:color:으로 변경됨).

자세한 내용은 the link