You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
activeViewController.userActivity.requiredUserInfoKeys = [NSSetsetWithArray:self.userInfo.allKeys]; // This, however, seems to force the userInfo to come through.
497
+
activeViewController.userActivity.userInfo = self.userInfo; // This alone doesn't pass userInfo thru
498
+
activeViewController.userActivity.requiredUserInfoKeys = [NSSetsetWithArray:self.userInfo.allKeys]; // This along with the delegate method userActivityWillSave, however, seem to force the userInfo to come through.
//Message: “iOS 10 has changed how Spotlight indexing works and we’ve updated the SDK to reflect this. Please see <link> for instructions on migration"
- (void)listOnSpotlightWithIdentifierCallback:(callbackWithUrlAndSpotlightIdentifier)spotlightCallback __attribute__((deprecated(("iOS 10 has changed how Spotlight indexing works and we’ve updated the SDK to reflect this. Please see https://dev.branch.io/features/spotlight-indexing/overview/ for instructions on migration"))));;
66
64
67
65
// Convenience method for initSession methods that return BranchUniversalObject, but can be used safely by anyone.
0 commit comments