开发者

How to group iphone apps under one main iphone app?

开发者 https://www.devze.com 2023-03-12 02:14 出处:网络
My requirement is to click one main iphone apps and the next page shows a listing of apps that provide different开发者_如何学JAVA services. Eg. My main apps is called Company Name apps and when user c

My requirement is to click one main iphone apps and the next page shows a listing of apps that provide different开发者_如何学JAVA services. Eg. My main apps is called Company Name apps and when user clicks it open up others app like leave application apps, claim application apps etc. How do I implement that? When send to iphone app store, I only send the main apps and when user download, all the apps like leave, claim apps are also downloaded?


Once application package works as a Single Atomic Application.

com.company.application .

You can add and combine functionality of all application as classes with in one application but like .NET or Jave you can not call other applications from with in one application.

You can further add functionality with in main application which type of user has access to which feature might be some sort of profile services on your server which saves user information.


You can launch other your applications from main if you will specify in other applications URL schemes on which applications will response. For example if you will type skype://ddhhdj in your mobile Safari, than Skype will be launched.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号