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.


    location services not allowed

    Editorial
    3
    8
    5193
    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.
    • cwittern
      cwittern last edited by

      I am having a problem with a workflow in Editorial that accesses the location services. It runs fine in pythonista, but fails in Editorial. The problem seems to be that the app is not permitted to use it. When I check in the Settings / Privacy settings, indeed there is only one option for the Editorial permissions, which is "never".
      So it seems the question is , how can I allow Editorial to access the location services?
      Any help appreciated.
      Chris

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

        How do you access the location? Are you using objc_util or are you using the location module?

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

          I don't think Editorial has cobj_util.

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

            @ccc it's available in the beta

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

              I am using the location module. Actually I had this working a few iOS versions ago, but did not use it for a while and am now trying to reactivate it.
              Cheers, Chris

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

                Does editorial have access to location services enabled? You can check this in settings.

                Settings -> Privacy -> Location Services -> Editorial

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

                  OK apparently the problem is that Editorial doesn't include some keys in the Info.plist file that sort required to access location info on iOS 9.

                  The missing keys are

                  • NSLocationWhenInUseUsageDescription
                  • NSLocationAlwaysUsageDescription

                  I don't think you'll be able to use the location module until @omz adds the missing keys

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

                    Wow, thanks @lukaskollmer for getting to the bottom of this! Now I am hoping for a quick fix. Chris

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