cordova-plugin-ibeacon icon indicating copy to clipboard operation
cordova-plugin-ibeacon copied to clipboard

No beacon found on cordova android 9.0.0

Open khayargoli opened this issue 4 years ago • 7 comments
trafficstars

Ran the example code, beacons found on cordova android 8.0.0 but not on 9.0.0

khayargoli avatar May 09 '21 15:05 khayargoli

Run the same issue this week, searching for fix @biswas123 have some ideas?

glebmachine avatar May 12 '21 09:05 glebmachine

yeah downgrade to android 8.0.0

On Wed, May 12, 2021, 15:42 Gleb Mikheev @.***> wrote:

Run the same issue this week, searching for fix @biswas123 https://github.com/biswas123 have some ideas?

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/petermetz/cordova-plugin-ibeacon/issues/456#issuecomment-839641029, or unsubscribe https://github.com/notifications/unsubscribe-auth/ACFQD4HFTO6PLPT3FLVHQZ3TNJGIXANCNFSM44PHRVQQ .

khayargoli avatar May 12 '21 09:05 khayargoli

Cordova android is now 10.0.1, i am wondering is this plugin still maintained? Because it will require API level 30 for apps to be accepted on the play store.

clarklight avatar Sep 13 '21 06:09 clarklight

did you guys find any solution to this? We won't be able to deploy con the play store if not... Is there any other plugin we can use on npm? can we contact the creators of this plugin?

jlovera3 avatar Sep 29 '21 10:09 jlovera3

Hello. Any news ? Is there an other plugin for Beacons on cordova ?

DydjyZ avatar Oct 30 '21 15:10 DydjyZ

Did you try adding the additional permissions and declarations to the Android manifest listed here? https://github.com/petermetz/cordova-plugin-ibeacon/issues/467#issuecomment-948201224

noahbaron avatar Oct 30 '21 16:10 noahbaron

I was having a similar issue and had to add the FINE_LOCATION permission to config.xml AND request it using cordova-plugin-diagnostic

cclobo2 avatar Jul 19 '22 09:07 cclobo2