InterviewSolution
| 1. |
What Is The Major Difference Between Uri Association And App Services In Windows 10 Uwp? |
|
Answer» Both URI Association and App SERVICES are useful for UWP app can interact with another UWP application. But only difference is URI Association used when both the applications are foreground,App services are used in background task and in that case client application MUST be in foreground and available to USE App service. Both URI Association and App services are useful for UWP app can interact with another UWP application. But only difference is URI Association used when both the applications are foreground,App services are used in background task and in that case client application must be in foreground and available to use App service. |
|