- wx.authorize({scope: 'scope.bluetooth'})到底是不是隐私接口?
https://developers.weixin.qq.com/miniprogram/dev/framework/user-privacy/miniprogram-intro.html 有时候文档中没有,有的文档中有,到底以哪个为准,wx.authorize({scope: 'scope.bluetooth'})到底是不是隐私接口?调用前需不需要先同意隐私政策?
2023-08-28 - wx.authorize({ scope: 'scope.bluetooth'))是隐私接口吗?
wx.authorize({ scope: 'scope.bluetooth'))是隐私接口吗?为什么有的文档是有的不是,并且在使用wx.authorize({ scope: 'scope.bluetooth'))的组件中使用 attached: function() { wx.onNeedPrivacyAuthorization(resolve => { this.setData({ showPrivacy: true }) this.resolvePrivacyAuthorization = resolve }) },并没有弹出隐私政策弹框,为什么?
2023-08-28 - this.resolvePrivacyAuthorization is not a functio?
wx.onNeedPrivacyAuthorization触发了,但是在点击同意的时候 this.resolvePrivacyAuthorization({buttonId:'agree-btn',event:'agess'})报错this.resolvePrivacyAuthorization is not a functio?是怎么回事?
2023-08-28 - 调用wx.getPrivacySetting,开发者工具不报错,真机报错?
开发者工具不报错,手机调试报错:MiniProgramError wx.getPrivacySetting is not a function TypeError: wx.getPrivacySetting is not a function at getPrivacySetting (pages/pages/index/index.js:18:8) at ui.<anonymous> (WASubContext.js:1:441969) at ui.c.__callPageLifeTime__ (WASubContext.js:1:441762) at (WASubContext.js:1:452688) at (WASubContext.js:1:417595) at (WASubContext.js:1:453137) at (WASubContext.js:1:417595) at (WASubContext.js:1:458289) at (WASubContext.js:1:417595) at Function.or (WASubContext.js:1:458955)
2023-08-28 - 小程序隐私协议设置需要如何修改?
收到了一条信息:内容为:为规范开发者的用户个人信息处理行为,保障用户合法权益,自2023年9月15日起,对于涉及处理用户个人信息的小程序开发者,微信要求,仅当开发者主动向平台同步用户已阅读并同意了小程序的隐私保护指引等信息处理规则后,方可调用微信提供的隐私接口。如未在规定时间内完成操作,后续代码提审与线上版本相应能力将受到影响,请问这个需要如何修改?
2023-08-28 - 微信小程序可以点击按钮跳转到某一个支付宝小程序吗?
微信小程序可以点击按钮跳转到某一个支付宝小程序吗?
2023-08-10 - 微信小程序备案,在后台找不到备案入口?
微信小程序备案,在微信公众平台找不到备案入口?如何查看自己小程序是否已备案?
2023-08-10 - 公众号如何实现手机号授权登录?
公众号想要发送订阅消息,但是必须要手机号授权登录,请问怎样实现手机号授权登录呢?
2023-08-04 - 请问公众号网页授权的Redirect URI,如何获取?
请问公公众号网页授权的Redirect URI,如何获取?是需要前端自己写一个html的网页吗?
2023-08-02 - 公众号发送订阅消息必须要授权吗?
公众号如何发送订阅消息,不授权登录发不了吗?
2023-08-02