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

Open Icenium App from Another Icenium App

1 Answer 46 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.
Paul
Top achievements
Rank 1
Paul asked on 03 May 2013, 01:29 PM
Ultimately what I am trying to do is launch a previously deployed Icenium application, from a new Icenium 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 by Icenium, 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>

Other Applications can be launched in this manor, not only default iOS apps like Contacts and iTunes, but also Pandora, and most other applications. Is this something that can be changed to allow? Or is there another way to go about launching a custom application from another custom application?

Thanks in advance.

Paul

1 Answer, 1 is accepted

Sort by
0
Stefan Dobrev
Telerik team
answered on 06 May 2013, 08:32 AM
Hi Paul,

Please find my answer in the other forum thread you have posted here

Greetings,
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
Paul
Top achievements
Rank 1
Answers by
Stefan Dobrev
Telerik team
Share this question
or