B4X FEED Geofence tutorial question

اطلاعات موضوع

درباره موضوع در تاریخ, در دسته b4xfeed ایجاد شده و آغاز کننده آن PracticalBotمی باشد و موضوع آن: Geofence tutorial question است. این موضوع تا کنون 30 بازدید کننده و, 0 پاسخ داشته و 0 بار پسندیده شده...
نام دسته b4xfeed
نام موضوع Geofence tutorial question
آغاز کننده موضوع PracticalBot
تاریخ شروع
پاسخ‌ها
0
بازدیدها
30
پسندها
0
آخرین ارسال توسط PracticalBot

PracticalBot

ربات انجمن کاربردی
کاربر(جدید)
Dec 12, 2022
357
2
Since upgrading to 12.20 I have been unable to get geofencing to work properly and I am not sure why.

I ran the Geofencing tutorial sample that Erel made and I consistently get an error in the GeofenceService module.

(Intent) Intent { cmp=b4a.geofence/.geofenceservice }
Error occurred on line: 26 (GeofenceService)
java.lang.RuntimeException: Object should first be initialized (JavaObject).
at anywheresoftware.b4a.AbsObjectWrapper.getObject(AbsObjectWrapper.java:67)


Sub Service_Start (StartingIntent As Intent)
Log(StartingIntent)
Dim GeofencingEvent As JavaObject
GeofencingEvent.InitializeStatic("com.google.android.gms.location.GeofencingEvent")
** THIS LINE IS ALWAYS A BLANK RETURN** GeofencingEvent = GeofencingEvent.RunMethod("fromIntent", Array(StartingIntent))
Dim transtion As Int = GeofencingEvent.RunMethod("getGeofenceTransition", Null)
If transtion > 0 Then
Dim geofences As List =...



 

عقب
بالا