Как разделить контекст между Safari и Native App?

Мне нужноset some context via Safari (токен контекста), а затемread that context from a native iOS app, Каковы лучшие практики для этого?

Пара мыслей до сих пор:

Set the context in an HTML 5 database, but I'm not sure this will work because the database might be only accessible from Safari. Would using a WebUIView in the native app allow me to access the same HTML5 database / local storage as Safari? Set the context in device storage, but I'm not sure this will work because I don't know if Safari can actually write to device storage.

Ответы на вопрос(3)

Ваш ответ на вопрос