omz:forum

    • Register
    • Login
    • Search
    • Recent
    • Popular

    Welcome!

    This is the community forum for my apps Pythonista and Editorial.

    For individual support questions, you can also send an email. If you have a very short question or just want to say hello — I'm @olemoritz on Twitter.


    Difficulty enabling location services for Editorial in iOS 8.4

    Editorial
    11
    13
    9548
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • ccc
      ccc last edited by

      I am seeing the same except that there is no Editorial entry in Settings>Privacy>Location Services!

      In Pythonista console:

      >>> import location
      >>> location.is_authorized()
      True
      >>> location.get_location()
      {'vertical_accuracy': 10.0, 'horizontal_accuracy': 165.0, 'timestamp': 1436680599.7799711, 'altitude': 1083.0, ... }
      

      In Editorial console:

      >>> import location
      >>> location.is_authorized()
      False
      
      1 Reply Last reply Reply Quote 0
      • omz
        omz last edited by

        Seems like a bug, I'll look into it.

        1 Reply Last reply Reply Quote 0
        • wbjethro
          wbjethro last edited by

          iOS 8.4, iPhone 4S.

          I can verify this behavior. One thing I notice - under Location Services, Editorial was listed but the setting wouldn't stick when I'd set it to Always. When it did stick, my location.is_authorized() still returned false. Any of the times I got the setting to stay Always, I never saw the Location Services arrow next to the setting. The one time I did see it, Editorial then disappeared from the list of apps. I've restarted the phone but Editorial is still missing from the list of apps under Location Services.

          1 Reply Last reply Reply Quote 0
          • PetervdKamp
            PetervdKamp last edited by

            I can also confirm this behavior, iPod Touch, iOS8.4, with Bluetooth GPS unit. With Pythonista it works OK, but not in Editorial.

            1 Reply Last reply Reply Quote 0
            • sammy
              sammy last edited by

              Was there any more information on this? I seem to be running into the same issue on iOS 9. There's no privacy entry for location and the location methods don't seem to be doing anything.

              1 Reply Last reply Reply Quote 0
              • rjames86235
                rjames86235 last edited by

                Not too much to add other than I'm experiencing this as well. I did manage to get Editorial to appear once in Location Services (though it was never requested access). Turning it to Always didn't make a difference and it later disappeared.

                location.is_authorized() # always returns false
                location.start_updates() # does nothing
                location_data = location.get_location() # always returns None
                
                1 Reply Last reply Reply Quote 0
                • daveterry
                  daveterry last edited by

                  Still seems to be an issue under 9.1. Any eta on a fix?

                  1 Reply Last reply Reply Quote 0
                  • Adana
                    Adana last edited by

                    Hi, any update on this problem? Tested on both iphone and ipad in 9.2.1 beta and still an issue.

                    1 Reply Last reply Reply Quote 0
                    • alpiarian
                      alpiarian last edited by

                      Having the same issue on my iPhone 6S Plus. Editorial does not show up in the Location Services list here on iOS 9.2.1

                      1 Reply Last reply Reply Quote 0
                      • wreichard
                        wreichard last edited by

                        Same problem here. I never get the prompt to authorize, and the setting is not offered in the control panel. If I attempt to use the module, I get "None" in response.

                        1 Reply Last reply Reply Quote 0
                        • alpiarian
                          alpiarian last edited by

                          A workaround: use the "Open x-callback URL" action in conjunction with Pythonista or Workflow to get the location. I actually go through a Workflow workflow that asks Pythonista to re-format decimal degree coordinates into degrees-minutes-seconds. Scriptable iOS FTW!

                          difiore 1 Reply Last reply Reply Quote 1
                          • difiore
                            difiore @alpiarian last edited by

                            @alpiarian Thanks, great suggestion. Would you be able to share a sample workflow? My understanding of X-callback is limited... I've made an editorial workflow that calls Pythonista to get a location, but cannot figure out how to return that variable to editorial. (I know, probably a very newbie question). Thanks for any pointers you have.

                            1 Reply Last reply Reply Quote 0
                            • First post
                              Last post
                            Powered by NodeBB Forums | Contributors