正如我在link
所描述的那样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 :(得分:0)
imageWithName
方法(更改为imageWithName:color:
)。
有关详细信息,请参阅the link