应用程序(使用 Google 纸板 SDK)已被拒绝。我现在应该怎么办?
app (use Google cardboard SDK) has been rejected. What should i do now?
正如我在 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
```
我应该怎么做才能让我的应用程序获得批准?
imageWithName
方法已在 Google cardboard SDK v1.0.0 中删除(更改为 imageWithName:color:
)。
详情见the link
正如我在 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
```
我应该怎么做才能让我的应用程序获得批准?
imageWithName
方法已在 Google cardboard SDK v1.0.0 中删除(更改为 imageWithName:color:
)。
详情见the link