I want to raise a Toast Notification from one app via another, by using the ToastNotificationManager::CreateToastNotifier(String appID).
I've understood that it can be only when the two apps are belong to the same multi-app package.
And to the questions:
- What is "multi-app package" and how to create it?
- Is the "multi-app package" can hold also Desktop Application, or only Metro Style Apps?
- What is PRAID (Package Relative Applicatin ID), and from where I can get it?