You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 20, 2018. It is now read-only.
I was trying to build your app, to see if it gets GPS coordinates when screen is turned off. I haven't figured out yet how to get my apps to work with background data - they stop receiving anything when the app has been in the background for 5-10 seconds. Is this something you've experimented with, and possibly solved?
Anyway, I'm getting an error when the app starts up.
Built for iOS 9.3 with 5.2.2.GA and iPhone 4s simulator.
The error is:
undefined is not a function (evaluating 'require("alloy/moment".locale(Ti.Locale.currentLocale)') at app.js (line 6)
The text was updated successfully, but these errors were encountered:
@bitfabrikken this app should continue to collect GPS data in the background. I've used it in the background for 60+ minutes and it was still collecting. Did you set the backgroundMode?
What Alloy version are you compiling with? Are you using ti build or appc run?
Hi @FokkeZB :)
I was trying to build your app, to see if it gets GPS coordinates when screen is turned off. I haven't figured out yet how to get my apps to work with background data - they stop receiving anything when the app has been in the background for 5-10 seconds. Is this something you've experimented with, and possibly solved?
Anyway, I'm getting an error when the app starts up.
Built for iOS 9.3 with 5.2.2.GA and iPhone 4s simulator.
The error is:
undefined is not a function (evaluating 'require("alloy/moment".locale(Ti.Locale.currentLocale)') at app.js (line 6)
The text was updated successfully, but these errors were encountered: