-2

my english is poor,i face with a problem in iOS development: in app A,i want to import app B,to startup app B by touching one button from app A,not use url scheme(openurl),just like a plug embedded to app A, how can i complete it?i have app B code;or may like from project A import project B,how to startup project B

rmaddy
  • 307,833
  • 40
  • 508
  • 550

1 Answers1

0

URL schemes are the only way to do this. See here for more:

Launch an app from within another (iPhone)

You could also send a local or push notification from App A to App B, but that would require an extra step of user interaction in order to launch App B.

Community
  • 1
  • 1
Gary Chapman
  • 418
  • 10
  • 20