Reputation: 73
From what I've seen Windows phone 7 couldn't call other applications form inside your application. Is this still the case?
Just wanting to call another application from inside my application? is this possible and if so, can someone point me in the right direction?
Much appreciated for any help.
Upvotes: 0
Views: 869
Reputation: 84724
As of Windows Phone 7.8, inter-app communication is still unavailable. It's also unlikely to be introduced in a future 7.x version.
In Windows Phone 8, you can add a Extensions/Protocol
element to your WMAppManifest to reserve a URI prefix that can then be launched from another app using the Launcher
class.
For more information, see MSDN:
Auto-launching apps using file and URI associations for Windows Phone 8
Upvotes: 3