Wayback Machinekoobas.hobune.stream
May JUN Jul
Previous capture 12 Next capture
2021 2022 2023
1 capture
12 Jun 22 - 12 Jun 22
sparklines
Close Help
  • Products
  • Solutions
  • Made with Unity
  • Learning
  • Support & Services
  • Community
  • Asset Store
  • Get Unity

UNITY ACCOUNT

You need a Unity Account to shop in the Online and Asset Stores, participate in the Unity Community and manage your license portfolio. Login Create account
  • Blog
  • Forums
  • Answers
  • Evangelists
  • User Groups
  • Beta Program
  • Advisory Panel

Navigation

  • Home
  • Products
  • Solutions
  • Made with Unity
  • Learning
  • Support & Services
  • Community
    • Blog
    • Forums
    • Answers
    • Evangelists
    • User Groups
    • Beta Program
    • Advisory Panel

Unity account

You need a Unity Account to shop in the Online and Asset Stores, participate in the Unity Community and manage your license portfolio. Login Create account

Language

  • Chinese
  • Spanish
  • Japanese
  • Korean
  • Portuguese
  • Ask a question
  • Spaces
    • Default
    • Help Room
    • META
    • Moderators
    • Topics
    • Questions
    • Users
    • Badges
  • Home /
  • Help Room /
avatar image
0
Question by ErwinPeters88 · Apr 03, 2016 at 04:06 AM · androidgoogle playmanifestcompatibility

android playstore claiming devices are incompatible

 <?xml version="1.0" encoding="utf-8"?>
 <!--
      Copyright 2014 Google Inc. All rights reserved.
 
      Licensed under the Apache License, Version 2.0 (the "License");
      you may not use this file except in compliance with the License.
      You may obtain a copy of the License at
 
           http://www.apache.org/licenses/LICENSE-2.0
 
      Unless required by applicable law or agreed to in writing, software
      distributed under the License is distributed on an "AS IS" BASIS,
      WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
      See the License for the specific language governing permissions and
      limitations under the License.
 -->
 <manifest xmlns:android="http://schemas.android.com/apk/res/android" android:versionName="1.0.1" android:versionCode="3" package="com.EPMD.anxietyTrainer" android:installLocation="preferExternal">
   <application android:icon="@drawable/app_icon" android:label="@string/app_name" android:debuggable="false" android:isGame="true" android:banner="@drawable/app_banner">
     <activity android:name="com.google.unity.GoogleUnityActivity" android:label="@string/app_name" android:screenOrientation="landscape" android:launchMode="singleTask" android:configChanges="mcc|mnc|locale|touchscreen|keyboard|keyboardHidden|navigation|orientation|screenLayout|uiMode|screenSize|smallestScreenSize|fontScale">
       <intent-filter>
         <action android:name="android.intent.action.MAIN" />
         <category android:name="android.intent.category.LAUNCHER" />
         <category android:name="com.google.intent.category.CARDBOARD" />
       </intent-filter>
       <meta-data android:name="unityplayer.UnityActivity" android:value="true" />
     </activity>
     <meta-data android:name="IMMERSIVE_MODE" android:value="true" />
   </application>
   <uses-sdk android:minSdkVersion="16" android:targetSdkVersion="22" />
   <uses-feature android:glEsVersion="0x00020000" />
   <uses-feature android:name="android.hardware.sensor.accelerometer" android:required="true" />
   <uses-feature android:name="android.hardware.sensor.gyroscope" />
   <uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE" />
   <uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
   <uses-permission android:name="android.permission.INTERNET" />
   <uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
   <uses-permission android:name="android.permission.ACCESS_WIFI_STATE" />
   <uses-permission android:name="com.android.vending.CHECK_LICENSE" />
   <uses-feature android:name="android.hardware.touchscreen" android:required="false" />
   <uses-feature android:name="android.hardware.touchscreen.multitouch" android:required="false" />
   <uses-feature android:name="android.hardware.touchscreen.multitouch.distinct" android:required="false" />
 </manifest>

Even an s4 that should be more that adequate, but also a vs985 that should have all the hardware on board are not allowed to install my app because the playstore claims it is "incompatible". I have my android manifest included because i cannot for the life of me figure out why they are incompatible (does anyone know how to even check this?). I would really like know why this small manifest is excluding so many people, but i'm stumped.

The app is a simple cardboard thing where a movie is watched projected on a sphere, and a little anonymous data of the viewer's looking habits is being sent to a server.

Comment
Add comment · Show 1
10 |3000 characters needed characters left characters exceeded
▼
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Viewable by all users
avatar image ErwinPeters88 · Apr 03, 2016 at 12:16 AM 0
Share

oh, and this is what the developer portal makes of my apk:

Supported Android devices 2374 devices API levels 16+ Screen layouts 4 screen layouts

 small
 normal
 large
 xlarge

Localizations default language only Features 4 features

 android.hardware.screen.LANDSCAPE
 android.hardware.sensor.ACCELERO$$anonymous$$ETER
 android.hardware.sensor.GYROSCOPE
 android.hardware.WIFI

Required permissions 7 permissions

 android.permission.ACCESS_NETWOR$$anonymous$$_STATE
 android.permission.ACCESS_WIFI_STATE
 android.permission.INTERNET
 android.permission.READ_EXTERNAL_STORAGE
 android.permission.READ_PHONE_STATE
 android.permission.WRITE_EXTERNAL_STORAGE
 com.android.vending.CHEC$$anonymous$$_LICENSE

1 Reply

· Add your reply
  • Sort: 
avatar image
0

Answer by Guhanesh · Apr 04, 2016 at 06:52 AM

Your manifest says gyroscope sensor is mandatory for the app to function. So vs985 (no gyroscope) and other mobiles without gyroscope are not compatible with your app.

The default value for android:required if not declared is "true".

For more details see here

Comment
Add comment · Share
10 |3000 characters needed characters left characters exceeded
▼
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Viewable by all users

Your answer

Hint: You can notify a user about this post by typing @username

Up to 2 attachments (including images) can be used with a maximum of 524.3 kB each and 1.0 MB total.

Follow this Question

Answers Answers and Comments

69 People are following this question.

avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image

Related Questions

'You uploaded an APK or Android App Bundle which has an activity, activity alias, service or broadcast receiver with intent filter, but without 'android:exported' property set.' 8 Answers

Google Play Console Crash Report 0 Answers

Map crash report from android google play to code 0 Answers

Admob impressions are not counted 0 Answers

What is "good" Install/Uninstall rate for growing-good apps? 0 Answers


Enterprise
Social Q&A

Social
Subscribe on YouTube social-youtube Follow on LinkedIn social-linkedin Follow on Twitter social-twitter Follow on Facebook social-facebook Follow on Instagram social-instagram

Footer

  • Purchase
    • Products
    • Subscription
    • Asset Store
    • Unity Gear
    • Resellers
  • Education
    • Students
    • Educators
    • Certification
    • Learn
    • Center of Excellence
  • Download
    • Unity
    • Beta Program
  • Unity Labs
    • Labs
    • Publications
  • Resources
    • Learn platform
    • Community
    • Documentation
    • Unity QA
    • FAQ
    • Services Status
    • Connect
  • About Unity
    • About Us
    • Blog
    • Events
    • Careers
    • Contact
    • Press
    • Partners
    • Affiliates
    • Security
Copyright © 2020 Unity Technologies
  • Legal
  • Privacy Policy
  • Cookies
  • Do Not Sell My Personal Information
  • Cookies Settings
"Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
  • Anonymous
  • Sign in
  • Create
  • Ask a question
  • Spaces
  • Default
  • Help Room
  • META
  • Moderators
  • Explore
  • Topics
  • Questions
  • Users
  • Badges