app(使用Google cardboard SDK)已被拒绝。我现在应该怎么做?

时间:2016-10-04 07:51:52

标签: ios google-cardboard google-vr

正如我在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
```

如何才能让我的应用获得批准?

1 个答案:

答案 0 :(得分:0)

Google纸板SDK v1.0.0中删除了

imageWithName方法(更改为imageWithName:color:)。

有关详细信息,请参阅the link