Version 1.2
This release adds universal link support for iOS 9.
When running on iOS 9, will now use a universal (https) link to open Foursquare instead of a native scheme. Support for this on the Foursquare side will be added in version 9.6. If the user has an earlier version or Foursquare is not installed, the system will open the Foursquare auth page in Safari.
It also adds support for having both a universal link callback and a native scheme callback, sending the appropriate one to the OAuth url based on current iOS version.
This is a breaking API change with previous versions in a minor way. You must update your use of authorizeUserUsingClientId:callbackURIString: allowShowingAppStore:
to use authorizeUserUsingClientId:nativeURICallbackString:universalURICallbackString :allowShowingAppStore:
Also due to iOS 9 changes, you will not be able to get return values telling you whether or not Foursquare is installed when running on iOS 9.