Skip to content

SmartSpaces project plugin for BLE Beacons support for Cordova/Ionic

License

Notifications You must be signed in to change notification settings

sapienzaapps/cordova-plugin-smartspaces

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SmartSpaces Cordova plugin

This is a native Cordova plugin for SmartSpaces Bluetooth Beacon system. It's compatible with Android (iOS support is coming).

The library has three methods:

  • registerForBeacons(String): start the background worker for beacon detection (the parameter is the server base URL)
  • disableBeaconDetection(): disable the background beacon detection worker

Note: due to some incompatibility with other plugins that declare an android application, now it should be done manually: you can either call methods from your own application, or set the embedded one (legacy behavior) adding this to the android platform in your config.xml:

<edit-config file="AndroidManifest.xml" target="/manifest/application" mode="merge">
	<application android:name="it.sapienzaapps.cordova.smartspaces.SmartSpacesApplication" />
</edit-config>

About

SmartSpaces project plugin for BLE Beacons support for Cordova/Ionic

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published