We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a1cd10a commit bda27ffCopy full SHA for bda27ff
SampleApp/SampleApp/ViewController.swift
@@ -33,6 +33,7 @@ class ViewController: UITableViewController {
33
nearBee = NearBee.initNearBee()
34
nearBee.delegate = self
35
nearBee.enableBackgroundNotification(true)
36
+// nearBee.debugMode = true
37
nearBee.startScanning()
38
}
39
0 commit comments