苹果手机部分API在fail的时候不返回errno?
例如在苹果手机上没有给微信授权相关API的时候,会进入fail方法回调,Android上是可以返回errno,但是苹果上不返回errno,只有errMsg。
如 wx.startLocationUpdate 、onLocationChangeError、openBluetoothAdapter 在fail 的时候,只有errMsg,没有errno。
没有errno的时候需要怎么处理下?只能用errMsg来判断?
errMsg: "openBluetoothAdapter:fail auth deny"
errMsg: "startLocationUpdate:fail auth deny"
没有返回errno.
提供下 Android 和 ios 具体返回信息截图看看