◦ 用户交互触发要求:tt.requestSubscribeMessage等API必须在用户触摸事件(如tt.onTouchEnd)回调中同步调用,否则会触发“must be invoked by user gesture”错误。
◦ 文件存储限制:ttfile://user目录总大小超过50MB时,unzip接口会报错,需定期清理缓存文件(如使用tt.removeSavedFile接口)。
◦ 用户交互触发要求:tt.requestSubscribeMessage等API必须在用户触摸事件(如tt.onTouchEnd)回调中同步调用,否则会触发“must be invoked by user gesture”错误。
◦ 文件存储限制:ttfile://user目录总大小超过50MB时,unzip接口会报错,需定期清理缓存文件(如使用tt.removeSavedFile接口)。