前提・実現したいこと
トーク画面以外でLIFFアプリが開かれた場合は、メッセージは送信できません。
という条...
- 0
- 2
- 2536
https://developers.line.biz/ja/reference/messaging-api/#video-message では、動画ファイルはMP4とされていますが、
https://www.linebiz.com/jp/manual/OfficialAccountManager/ti...
- 0
- 1
- 2872
liff.init({ liffId: 'xxxxx' }).then(async () => {
return liff.getProfile()
}).then((profile) => {
....
})
のようなコードがAndroidだと動きますが、iOS 12...
- 0
- 1
- 3476