質問編集履歴
2
個人情報が記載してあったため修正
test
CHANGED
File without changes
|
test
CHANGED
@@ -86,8 +86,6 @@
|
|
86
86
|
|
87
87
|
Pushing the app for the Assistant for testing...
|
88
88
|
|
89
|
-
Your app for the Assistant for project xxxx is now ready for testing on Actions on Google enabled devices or the Actions Web Simulator at
|
90
|
-
|
91
|
-
tnk@mainPC:intervaltimer$
|
89
|
+
Your app for the Assistant for project xxxx is now ready for testing on Actions on Google enabled devices or the Actions Web Simulator at xxx
|
92
90
|
|
93
91
|
```
|
1
試したことにgaction cliでの操作を追加。結局ダメでした。
test
CHANGED
File without changes
|
test
CHANGED
@@ -49,3 +49,45 @@
|
|
49
49
|
|
50
50
|
|
51
51
|
- 公式資料によるとテストアプリは更新しない限り7日で動作しなくなる、とのことなので7日過ぎれば接続しなくなる(公式アプリにつながる)と思いますが、未確認です
|
52
|
+
|
53
|
+
|
54
|
+
|
55
|
+
(追記)
|
56
|
+
|
57
|
+
- ActionsSDKですが、`gactions test`コマンドのオプションでサンドボックスを無効化にするものがあるようです
|
58
|
+
|
59
|
+
https://developers.google.com/actions/tools/gactions-cli
|
60
|
+
|
61
|
+
|
62
|
+
|
63
|
+
実行してみましたが、停止したはずのシミュレーターが復活しており意味がありませんでした。
|
64
|
+
|
65
|
+
コンソール上の文字もシミュレーター起動したとか出ておりました。
|
66
|
+
|
67
|
+
念のためgactionは`gaction selfupdate`で最新にしています。
|
68
|
+
|
69
|
+
```shell
|
70
|
+
|
71
|
+
$ ./gactions test --disable_sandbox --project xxxxxx --action_package action.json
|
72
|
+
|
73
|
+
Pushing the app for the Assistant for testing...
|
74
|
+
|
75
|
+
Your app for the Assistant for project xxxxx is now ready for testing on Actions on Google enabled devices or the Actions Web Simulator
|
76
|
+
|
77
|
+
```
|
78
|
+
|
79
|
+
|
80
|
+
|
81
|
+
- `gactions test`のオプションのにプレビュー時間設定を1分とかにしてもだめでした
|
82
|
+
|
83
|
+
```shell
|
84
|
+
|
85
|
+
$ ./gactions test --project xxx --action_package action.json --preview_mins 1
|
86
|
+
|
87
|
+
Pushing the app for the Assistant for testing...
|
88
|
+
|
89
|
+
Your app for the Assistant for project xxxx is now ready for testing on Actions on Google enabled devices or the Actions Web Simulator at https://console.actions.google.com/project/intervaltimer3/simulator/
|
90
|
+
|
91
|
+
tnk@mainPC:intervaltimer$
|
92
|
+
|
93
|
+
```
|