2016-10-04 21 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我認爲你在Google Cardboard SDK中使用了imageName,Apple的方法,而不是imageWithName方法。 – nynohu

+0

@Dinh Nhat:沒有Google的支持,你無法解決它。您應該向Google報告並等待他們修復。 – nynohu

回答

0

imageWithName在Google Cardboard SDK v1.0.0中刪除方法(更改爲imageWithName:color:)。

對於詳見the link

相關問題