Post Reply 
Free42 - LOCAT won't work on iPhone
05-14-2017, 05:37 PM
Post: #20
RE: Free42 - LOCAT won't work on iPhone
It turns out that initializing the location manager on a background thread causes the callbacks not to work -- and when you execute functions from the keyboard, they run on the main thread, and when they are executed from a program, they run on a background thread.

I moved the LOCAT initialization to a separate method, which is now invoked using performSelectorOnMainThread, and that fixed the problem. This fix will be in the next release, 2.0.3.

There is some other stuff that I also want to put in 2.0.3, so it will probably take a few more weeks before it is ready.
Visit this user's website Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: Free42 - LOCAT won't work on iPhone - Thomas Okken - 05-14-2017 05:37 PM



User(s) browsing this thread: 1 Guest(s)