Im trying to add the Instagram url to my app in iOS9 however I am getting the following warning:
-canOpenURL: failed for URL: \"instragram://media?id=MEDIA_I
Your LSApplicationQueriesSchemes entry should only have schemes. There's no point to the second entry.
LSApplicationQueriesSchemes
LSApplicationQueriesSchemes instagram
Read the error. You are trying to open the URL with a typo in the scheme. Fix your reference to instragram in your call to canOpenURL:.
instragram
canOpenURL: