telerik - How to make a connection between IOS app and WatchOS app (NativeScript) -
i have been reading information on watchkit samle app link - , i've got work own app. took bit of time on/off checking of controllers.
well - issue is, need watch app require http , make requests - think "best practice" way implement logik in ios app , serve watchos app. (correct me if wrong).
but i'm bit confused on how /platforms/ios/"watchappname" extension/app/bootstrap.js suppose communicate ios app.
what approach on doing this?
note: if having similar issue, know posted on github repo
with watchos 2.0 need @ using watch connectivity framework instead of openparentapplication
per docs:
the framework provides options transferring data in background or while both apps active , replaces existing openparentapplication:reply: method of wkinterfacecontroller class.
Comments
Post a Comment