Technical Review Test Results VRC.Mobile.Functional.10
Hi, I would like to understand what the problem is, I have just been denied my application on the grounds that IUs are too close to the user. I have corrected the distance of the UI twice, currently it looks exactly like the menu that can be found on the Home of the GearVR. Message said : Unable to test due to a progression blocker. On the S7 Edge and S8. The whole app experience seems zoomed close to the users face. Making the user cross eyed and unable to test. The app seems to be in a headlock state as well. And the VRC.Mobile.Functional.10 overview are Headlocked menus and UI elements are generally uncomfortable for the user and should be avoided. Sorry but the Home menu of Oculus is exactly same of this a Headblocked menu and UI elements no ? Somebody can Advise how to correct this ? we have tested app with some user and customer, and none have problem with UI, a mobile and Cardboard app is already published on Android and IOS store. How to correct something so subjective ? Some screenshot from unity editor with scale at 1: https://screencast.com/t/8C850xDA9x https://screencast.com/t/2S9VNMOs https://screencast.com/t/dshTpF9mz7 Thanks for clarification and help736Views0likes1CommentApp Review failed. 'Asking for excessive permissions'. Can someone shed some light on this?
We have an app that failed app review. The only test that failed is the permissions test. Oculus says 'The test that failed is the permissions test. This app seems to be asking for excessive permissions that don’t make sense within the context of the app’s functionality. ' Our app downloads stereo 360s from a server, which are saved to the device so that you don't have to download them again to view. It also checks the time on the device to switch between night and day in the main menu. Upon unpacking the apk we can see the permissions that Unity 5.40b25 has added are only one to our existing manifest., which is the 'WRITE_EXTERNAL_STORAGE' permission. Everything else seems to be in order. <uses-permission android:name="android.permission.INTERNET"/> <uses-permission android:name="android.permission.WAKE_LOCK"/> <uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE"/> <uses-permission android:name="android.permission.VIBRATE"/> <uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE"/> These permissions do not seem excessive considering what we need to do - download and store images, check time of day. How can we continue on from here?886Views0likes2Comments