smalldatalab / android-ohmage

Android app that allows users to take surveys with time- and location-based reminders (requires an omh-dsu server)
Apache License 2.0
2 stars 0 forks source link

Support launching surveys based on triggers from other apps #4

Open shankari opened 8 years ago

shankari commented 8 years ago

This is a request for both android and iOS, but the repositories for them are separate, so I am filing the issue here for now. I would like the ability to launch surveys based on more complex triggers, potentially with app specific logic.

It seems like this can be done in one of two ways:

  1. Package the screen functionality as a library
  2. Provide a mechanism for the ohmage app to be launched by another app

On android, I know that (2) is possible. But is it possible under iOS? If so, some documentation/sample code would be useful.