NAVIGATION app services have the option to handle the GetWayPoints RPC, but cannot provide updates for these waypoints via OnWayPointChange since SDL Core will ignore this message from mobile.
Reproduction Steps
Register NAVIGATION ASP for app1 with handledRPCs: [45] and activate the new service
Subscribe app2 to waypoints using SubscribeWayPoints
Send OnWayPointChange from app1
Expected Behavior
app2 receives OnWayPointChange from app1
Observed Behavior
OnWayPointChange notification from app1 is ignored
OS & Version Information
OS/Version: Ubuntu 18.04
SDL Core Version: 7.0.0 (reproducible since 5.1.0)
Bug Report
NAVIGATION app services have the option to handle the
GetWayPoints
RPC, but cannot provide updates for these waypoints viaOnWayPointChange
since SDL Core will ignore this message from mobile.Reproduction Steps
handledRPCs: [45]
and activate the new serviceSubscribeWayPoints
OnWayPointChange
from app1Expected Behavior
app2 receives OnWayPointChange from app1
Observed Behavior
OnWayPointChange notification from app1 is ignored
OS & Version Information