continuity

Handoff not working from native app to website

a 夏天 提交于 2019-12-21 05:15:22
问题 My devices: iPad Mini (latest), iOS 8 dp5. Macbook Air, Yosemite dp5. I have Handoff working between the two above devices. Safari, Mail, Messages, Calendar, etc. all handoff with no problems. I can even handoff between my website on the Air and my native app on the iPad. What I can't do yet is go from my native app on the iPad to my website in Safari on my Air. For the first view controller that loads in my native app, I have this: - (void)viewDidLoad { [super viewDidLoad]; NSUserActivity

Continuity Camera for macOS and iOS

家住魔仙堡 提交于 2019-12-04 09:58:44
问题 In macOS Mojave the continuity camera was introduced. Letting the user take pictures on the iPhone or iPad right into an application on the mac such as Notes, Messages, Keynote, Mail and TextEdit. Is this functionality available for third party developers. https://www.apple.com/macos/mojave/ Continuity Camera Take a photo right to your Mac. Now you can use your iPhone to shoot or scan a nearby object or document and have it automatically appear on your Mac. Just choose Insert a Photo from the

Handoff not working from native app to website

妖精的绣舞 提交于 2019-12-03 15:46:37
My devices: iPad Mini (latest), iOS 8 dp5. Macbook Air, Yosemite dp5. I have Handoff working between the two above devices. Safari, Mail, Messages, Calendar, etc. all handoff with no problems. I can even handoff between my website on the Air and my native app on the iPad. What I can't do yet is go from my native app on the iPad to my website in Safari on my Air. For the first view controller that loads in my native app, I have this: - (void)viewDidLoad { [super viewDidLoad]; NSUserActivity *webHandoff = [[NSUserActivity alloc] initWithActivityType:@"com.myApp.iphone.staging.webbrowsing"];