chentianci123

Results 3 issues of chentianci123

代码: import { AsyncStorage }from'react-native'; import init from 'react_native_mqtt'; init({ size: 10000, storageBackend: AsyncStorage, defaultExpires: 1000 * 3600 * 24, enableCache: true, reconnect: true, sync: {} }); //第一步:创建 // 地址,端口,路径(这么写就行了),connectId(随便写)...

{ [TypeError: undefined is not an object (evaluating 'Mqtt.createClient')] adb logcat

代码: #import "DiscoverBeacon.h" #import #import "LocalPush.h" #import #import #define Beacon_Device_UUID @"FDA50693-A4E2-4FB1-AFCF-C6EB07647825" @interface DiscoverBeacon () < CLLocationManagerDelegate > /** 检查定位权限 */ @property (nonatomic, strong) CLLocationManager *locationManager; /** 需要被监听的beacon */ @property (nonatomic,...