From 21ae288ee7a716472ea3c0f83fc6e77e31877b1b Mon Sep 17 00:00:00 2001 From: Charlie Hess Date: Sat, 30 Apr 2016 13:03:10 -0700 Subject: [PATCH] :memo: about the plist changes. --- docs/api/app.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/api/app.md b/docs/api/app.md index 04f91b3..61e86b7 100644 --- a/docs/api/app.md +++ b/docs/api/app.md @@ -123,6 +123,11 @@ Emitted during [handoff](https://developer.apple.com/library/ios/documentation/U resumed. You should call `event.preventDefault()` if you want to handle this event. +A user activity can be continued only in an app that has the same developer +Team ID as the activity's source app and that supports the activity's type. +Supported activity types are specified in the app's Info.plist under the +`NSUserActivityTypes` key. + ### Event: 'browser-window-blur' Returns: -- 2.7.4