diff --git a/www/branch.js b/www/branch.js index dc0e5a4a..a8d201ff 100644 --- a/www/branch.js +++ b/www/branch.js @@ -261,7 +261,9 @@ Branch.prototype.createBranchUniversalObject = function (options) { * List item on Spotlight (iOS Only). */ res.listOnSpotlight = function () { - return execute('registerView'); + + return execute('listOnSpotlight'); + }; resolve(res);