Skip to content

Commit

Permalink
updates to address remarks
Browse files Browse the repository at this point in the history
  • Loading branch information
benbahrenburg committed Jul 2, 2015
1 parent 606b7f4 commit 002e3b9
Show file tree
Hide file tree
Showing 3 changed files with 69 additions and 98 deletions.
8 changes: 4 additions & 4 deletions apidoc/Titanium/App/iOS/UserActivity.yml
@@ -1,11 +1,11 @@
---
name: Titanium.App.iOS.UserActivity
description: |
The UserActivity module is used to enable device Handoff and to create User Activites for the CoreSpotLight feature first
introducted in iOS9. UserActivity requires the activityType to be specified at creation time. Additional properties can be
The UserActivity module is used to enable device Handoff and to create User Activites first introduced in iOS8 and the CoreSpotLight feature
introduced in iOS9. UserActivity requires the activityType to be specified at creation time. Additional properties can be
created either at creation or set individually after creation.

Handoff will not work in the simulator. You must build and run on a compatibile device.
Handoff will not work in the simulator. You must build and run on a compatible device.

Handoff functionality depends on few things:
* You must be logged in to the same iCloud account on each device you wish to use Handoff.
Expand All @@ -17,7 +17,7 @@ description: |
extends: Titanium.Proxy
platforms: [iphone,ipad]
since: "4.3.0"
createable: false
createable: true
properties:
- name: activityType
summary: The activityType the user activity was created with.
Expand Down
2 changes: 1 addition & 1 deletion iphone/Classes/TiAppiOSUserActivityProxy.h
@@ -1,6 +1,6 @@
/**
* Appcelerator Titanium Mobile
* Copyright (c) 2015 by Appcelerator, Inc. All Rights Reserved.
* Copyright (c) 2009-2015 by Appcelerator, Inc. All Rights Reserved.
* Licensed under the terms of the Apache Public License
* Please see the LICENSE included with this distribution for details.
*/
Expand Down

0 comments on commit 002e3b9

Please sign in to comment.