This is a migrated thread and some comments may be shown as answers.

Custom URL scheme

4 Answers 60 Views
General Discussion
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Terry
Top achievements
Rank 1
Terry asked on 12 Mar 2013, 09:08 AM
Hi,

It it possible to launch an app from within an ICENIUM app which publishes a custom URL scheme?


(see https://developer.apple.com/library/IOs/#documentation/iPhone/Conceptual/iPhoneOSProgrammingGuide/AdvancedAppTricks/AdvancedAppTricks.html#//apple_ref/doc/uid/TP40007072-CH7-SW18)

Regards,

T.

4 Answers, 1 is accepted

Sort by
0
Yavor Georgiev
Telerik team
answered on 12 Mar 2013, 09:52 AM
Hello Terry,

 You can launch another app on the device with a custom URL scheme simply by navigating to a URL with that scheme - either with a hyperlink anchor, or by setting window.location.

All the best,
Yavor Georgiev
the Telerik team

Share feedback and vote for features on our Feedback Portal.
Want some Kendo UI online training - head over to Pluralsight.
0
Terry
Top achievements
Rank 1
answered on 12 Mar 2013, 10:14 AM
Fantastic :) thanks
0
Paul
Top achievements
Rank 1
answered on 01 May 2013, 04:53 PM
Yavor,
I had a question regarding this subject. Ultimately what I am trying to do is launch a previously deployed Icenium application, from a new Icenium application. However, the URL scheme does not seem to be in the .plist file of either application. So I have been trying to launch Application 1 "com.xxx.app1" , from Application 2 using the following on iOS devices:
<a href="app1://">Open App</a>
<a href="com.xxx.app1://">Open App</a>
Neither of these work. It seems that in the .plist file that has been created there is not an entry something along the lines of:
   <key>CFBundleURLTypes</key>
   <array>
      <dict>
         <key>CFBundleURLName</key>
         <string>com.xxx.app1</string>
         <key>CFBundleURLSchemes</key>
         <array>
            <string>app1</string>
         </array>
      </dict>
   </array>
0
Stefan Dobrev
Telerik team
answered on 06 May 2013, 08:18 AM
Hello Paul,

Please check the answer in this forum thread about starting your app with a custom URL schema.

 

Hope this helps,
Stefan Dobrev
the Telerik team

Share feedback and vote for features on our Feedback Portal.
Want some Kendo UI online training - head over to Kendo UI Dojo.
Tags
General Discussion
Asked by
Terry
Top achievements
Rank 1
Answers by
Yavor Georgiev
Telerik team
Terry
Top achievements
Rank 1
Paul
Top achievements
Rank 1
Stefan Dobrev
Telerik team
Share this question
or