Warning: file_get_contents(/data/phpspider/zhask/data//catemap/6/entity-framework/4.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Actions on google 为google assistant应用程序构建数字事务_Actions On Google - Fatal编程技术网

Actions on google 为google assistant应用程序构建数字事务

Actions on google 为google assistant应用程序构建数字事务,actions-on-google,Actions On Google,我想澄清一下google home的实际交易方式 据我所知,我必须在google play store上创建一个应用程序,它将有自己的SKU,然后我可以使用google api来处理交易 然而,这个play store应用程序除了作为我的google action中解锁更多功能的钥匙外,没有其他功能 有没有其他方法可以让我在不创建“空”游戏商店应用程序的情况下获得SKU 干杯 目前没有其他办法。助手正在使用Play Store基础设施管理数字资源,Play Store需要一个应用程序 我被告知(

我想澄清一下google home的实际交易方式

据我所知,我必须在google play store上创建一个应用程序,它将有自己的SKU,然后我可以使用google api来处理交易

然而,这个play store应用程序除了作为我的google action中解锁更多功能的钥匙外,没有其他功能

有没有其他方法可以让我在不创建“空”游戏商店应用程序的情况下获得SKU


干杯

目前没有其他办法。助手正在使用Play Store基础设施管理数字资源,Play Store需要一个应用程序

我被告知(但尚未测试)此“应用程序”实际上只需要包含以下权限的清单:

<uses-permission android:name="com.android.vending.BILLING">

(我想,它被捆绑到一个签名的APK中。)