i need one help you

6 views
Skip to first unread message

NKumar Ganja

unread,
Dec 2, 2015, 11:22:09 PM12/2/15
to iphonesdkd...@googlegroups.com
Hi all,

I have one issue with URLScheme in iOS 9.0. Using 8.4 i am interacting the one application to another. but its not working 9.0. Plz help me if any one works in URLScheme in iOS 9.0.
According to 9.0 i changed plist file. i added  LSApplicationQueriesSchemes tag to plist file, but no use. i am unable to open the one application to another app.


   Thanks & Regards,

                  GNKumar
        074166 16724


Jesse Tayler

unread,
Dec 3, 2015, 9:31:08 AM12/3/15
to iphonesdkd...@googlegroups.com
if your URL scheme is

scheme://your.website.com

then you’d want to use CFBundleURLSchemes and list your schemes in an array



<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<array>
<dict>
<key>CFBundleURLSchemes</key>
<array>
<string>scheme</string>
</array>
</dict>
</array>
</plist>
> --
> You received this message because you are subscribed to the Google Groups "iPhone SDK Development" group.
> To unsubscribe from this group and stop receiving emails from it, send an email to iphonesdkdevelop...@googlegroups.com.
> To post to this group, send email to iphonesdkd...@googlegroups.com.
> Visit this group at http://groups.google.com/group/iphonesdkdevelopment.
> For more options, visit https://groups.google.com/d/optout.

Reply all
Reply to author
Forward
0 new messages