-4

My client have 5-6 ios apps already on App Store,they want us to create a central framework which should merge all existing apps ,and with the help of that framework new apps could be created,this question may sounds dumb ,as i am new to ios development ,i need to know is this really possible in iOS..PLease help.

rmaddy
  • 314,917
  • 42
  • 532
  • 579
Aditya Aggarwal
  • 517
  • 6
  • 18
  • 3
    I think you need some precise definition of 'merge' and 'framework'. (For example, you could create a library that included functionality from existing apps and build on that but if you're thinking of using pre-built apps as building blocks, it's not likely to work.) – Phillip Mills Feb 14 '14 at 15:28
  • There is no way of answering your question since you don't even discuss what type of applications, API, frameworks your clients have in the first place. – El Tomato Feb 14 '14 at 15:35

1 Answers1

0

Evaluate what all the apps have in common. Then try to develop classes, that are used in all of them.

orkoden
  • 18,946
  • 4
  • 59
  • 50