Android Question Using estimote beacons in BA project

Gerardo52

Member
Licensed User
Hello!
Do anyone knows how I can use this sdk in a ba4 project:
Fromg gradle build:
dependencies {
implementation fileTree(dir: 'libs', include: ['*.jar'])
// ...

// add this:
implementation 'com.estimote:proximity-sdk:1.0.0'
// for the latest version, see the CHANGELOG and replace "1.0.0"
// https://github.com/Estimote/Android-Proximity-SDK/blob/master/CHANGELOG.md

implementation 'com.estimote:mustard:0.2.1'
}

More I will need this also on B4I

Thank you a lot...
 

DonManfred

Expert
Licensed User
Longtime User
Do anyone knows how I can use this sdk in a ba4 project
You are not able to use their SDK without a wrapper. Theree is no wrapper as of now.

I started a wrap for B4A 1,5 Years ago, finished most of it. But lack of an upto date iOS Device i was not able to setup a Loction with my Beacons. Note that the Tool they provide only works on iOS. I only owned a old iOS on which the tool just crashes.

I then stopped the Development (and put >100 hours of development into the trashbin).

I can´t answer about B4i at all. I do not own B4i and i´m not able to write libs for B4i.
 
Upvote 0
Top