让 VR 应用程序被识别为 "Cardboard Compatible"

Get a VR app to be recognized as "Cardboard Compatible"

我在商店中发布了一个 VR 应用程序,尽管我使用的是 Cardboard SDK(版本 0.5.2,正在更新至 0.5.3)并且该应用程序本身似乎表现不错,它没有出现在Cardboard Demo中的"other Cardboard installed app"列表中,也没有出现在页面上:

"Apps for Cardboard" on Google Play

是否有一些标志可以在应用程序清单上打开或某种巫术来获得列为 "cardbaord compatible" 的应用程序?列表是由一组审稿人挑选的吗?

谢谢!

您似乎没有在 AndroidManifest.xml 中的 Main Activity 的 intent-filter 中指定类别 com.google.intent.category.CARDBOARD

来自Cardboard SDK documentation

The intent-filter and specifically com.google.intent.category.CARDBOARD state that this activity is compatible with Cardboard-like viewers. This category is used by the Cardboard app to list compatible apps installed on the user's phone.