Handoff / Glance : updateUserActivity.webpageURL is nil ?

Hello


On the Watch in the application, InterfaceController updateUserActivity with webpageURL works nice :


[self updateUserActivity:@"com.domain.app.myActivity"
                userInfo:nil
              webpageURL:@"http ://domain.com/myActivity"];


1 - the app on iPhone receive userActivity.activityType and userActivty.webpageURL

2 - OSX show the icon to open the web browser with good webpageURL


But with Glance InterfaceController, webpageURL is received as nil

1 - the app on iPhone receive userActivity.activityType but userActivty.webpageURL is nil

2 - OSX do not show icon to continue activity


Is it the right behavior or is it a bug ?


Thanks,

GB


Note : space after http in line 3 is just to desactivate the automatic link in this post