Questions tagged [worklight-geolocation]

25 questions
1
vote
1 answer

Is it possible to use string+wildcard as SSID in worklight wifi trigger areaAccessPoints?

The documentation says areaAccessPoints of a wifi trigger can be set as {SSID: "*"} that matches any SSID given in the Wifi policy, but no other SSIDs. I have a requirement to get the app notified through a wifi trigger whenever user enters a wifi…
chikbampen
  • 15
  • 3
1
vote
1 answer

WLGeolocationPlugin.getLocation giving no answer on emulator or device

Worklight 6.2.0.00-20120814-0824 Location code runs fine in Browser simulator but fails in Android emulator, neither success nor failure callbacks firing. Logcat shows: 10-06 16:00:40.707: W/PluginManager(3193): THREAD WARNING: exec() call to…
djna
  • 54,992
  • 14
  • 74
  • 117
1
vote
2 answers

IBM Worklight 6.1 cordova geolocation and ios 8

According to ibm site worklight hybrid apps can run for ios 8. I use worklight 6.1 and my app runs indeed for ios 8 but cordova geolocation fails.For ios 7 the app was running without any problems. I tried to solve this by replacing the…
fnkbz
  • 1,189
  • 1
  • 12
  • 22
1
vote
1 answer

Create geo triggers dynamically worklight

I am implementing geofence in worklight but I want to create geo triggers dynamically. I saw this post and tried her code but it's not working for me. I used fake location and entered a geofence but the callback function was not triggered. Here's my…
AWSSET
  • 397
  • 1
  • 4
  • 12
1
vote
1 answer

IBM Worklight 6.0 - How to display a Google Maps marker based on Location Services data?

I am developing a multipage app in worklight. In this app I am trying to implement the location services provided by Worklight based on the sample app (also provided by Worklight). I am able to get the latitude and longitude. With the latitude and…
0
votes
2 answers

Worklight & Location Services questions

I read the Worklight Location Services tutorial, and I have a few questions. I need more clarity on the difference between WL.Device.Geo.acquirePosition & WL.Device.startAcquisition Can WL.Device.Geo.acquirePosition give you the latitude &…
0
votes
1 answer

WLLocationListener location age issues on emulator

I'm having issues with the Worklight location API on Android emulator. I am using IBM Worklight Studio 6.2.0.01-20141027-1531 and Android emulator os level 4.4.2. After updating the emulator location, these are the logs that I'm…
0
votes
1 answer

Random crash while retrieving the lat/long using worklight 6.2 Android acquireGeoPosition API

My Android app tries to retrieve the current location of the device using the Worklight Android API acquireGeoPosition. The geo policy details are as mentioned below - WLGeoAcquisitionPolicy geoPolicy =…
0
votes
1 answer

WL.Device.Geo.acquirePosition not working

I have been using WL.Device.Geo.acquirePosition for few weeks now. And I've been constantly experiencing its inconsistency. The code works, but for some time it would suddenly not work anymore. There's no error. It just does not execute the…
AWSSET
  • 397
  • 1
  • 4
  • 12
0
votes
2 answers

Sending Push notification from client - Worklight

I know that push notifications are being sent from a backend server. Is it possible to send notification from client itself? My application goes like this: It acquires its position using Location services API. once it enters a specific circle, the…
AWSSET
  • 397
  • 1
  • 4
  • 12
0
votes
2 answers

Can wifi / geo triggers be invoked even if the Worklight app is not running, including not in the background?

In Android, an app which is not currently running can be notified when certain event happens (like wifi scan results available, boot process completed) through Broadcast Receivers mechanism. Is this possible in anyway so that the wifi/geo triggers…
0
votes
1 answer

How to list the available Wifi access point in worklight

I have to list the available wifi access point in my app by using worklight . How to do that using worklight.
0
votes
1 answer

WiFi Fence Initial Event Trap

I have a test application that has two buttons one is to start Wifi Tracking and one to to stop. When I start the Wifi tracking, if there is an access point in range and entry event is not fired so I am not aware of being in the fence. Is there a…
Ken Nelson
  • 49
  • 4
0
votes
1 answer

Worklight iOS Geofence Native API stops working in background after few mins

I am developing geofencing application using worklight ios native apis. I am using worklight 6.1 and testing application on my iPhone4 with ios 7.1.2. Below is the native ios code i have written to create geofence. WLGeoAcquisitionPolicy* geoPolicy…
2intor
  • 1,044
  • 1
  • 8
  • 19
0
votes
1 answer

Geofence Testing on Devices

I'm new to IBM Worklight and understand that Worklight has Geofencing capabilities and testing within the mobile simulator. Does Worklight have some way to test geofencing on actual devices, while still anaylzing location/wifi data?
1
2