From 196c2f71a4573fc6c0e3a0b4b0a48515bb3f79fc Mon Sep 17 00:00:00 2001 From: Alex Zolotarev Date: Sat, 28 Nov 2015 15:07:47 +0300 Subject: [PATCH] Updated documentation for iOS9+ Thanks to @DKalachniuk #10 --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index b0c1c72..c181721 100644 --- a/README.md +++ b/README.md @@ -35,6 +35,8 @@ If you want to get results of API calls, please add unique URL scheme to your ap MAPS.ME (MapsWithMe) supports two schemes: "mapswithme://" and "mapswithmepro://" +iOS9+ note: you need to add LSApplicationQueriesSchemes key into your plist with value mapswithme to correctly query if MAPS.ME is installed. + *capitals-example* folder contains sample application which demonstrates part of API features. *NOTE: If you are using Automatic References Counting (ARC) in your project, you can use [this solution][linkFixARC] or simply fix code by yourself.*