OpenSprinkler Forums OpenSprinkler Mobile and Web App error in Info.plist of OpenSprinkler application.

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #34924

    vinny
    Participant

    Error on iOS open sprinkler application.

     

    the Opensprinkler app has this in its info.plist file

     

    Thanks. The app has

     

    <key>NSLocationAlwaysUsageDescription</key>

    <array>

    <string>Your current location will be used to configure OpenSprinkler.</string>

    </array>

     

    this array should just be a single string and we’re not type checking properly.

     

    the NSLocationAlwaysUsageDescription should be a single string

    it should look like this

     

    <key>NSLocationAlwaysUsageDescription</key>

    <string>Your current location will be used to configure OpenSprinkler.</string>

     

     

    #34925

    Samer
    Keymaster

    Is this an error message you are seeing or a suggestion? I’ve never seen any error like this and can’t believe iOS would report an Info.plist error.

    Also, I think I understand what you are proposing and I can fix this but curious why it came up.

    Thanks!

    #34927

    vinny
    Participant

    New version of the OS, this causes a crash in Settings. when you edit Privacy->LocationServices->Opensprinkler.

    This is causing Settings to crash, its going to get fixed latter but not now.

    I didn’t want to post this to all.

     

     

    #34928

    Samer
    Keymaster

    Thank you very much for the detail! I’ll get this fixed now, thanks again!

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.

OpenSprinkler Forums OpenSprinkler Mobile and Web App error in Info.plist of OpenSprinkler application.