I need to develop an application which works in both iPhone and Apple Watch. Both apps have the same features like fall detection and reporting but the UI will be different in both devices. So can we have a single code base for iPhone app and Apple Watch app? Both will act as independent apps.
So, can I have the same codebase for the single application to work on both devices?