How to Programmatically Start Purchased App

RNAndrews45

New member
Joined
Oct 21, 2021
Messages
1
Reaction score
0
I have purchased Weather Radar Pro from the App Store. I want to start the program form another program that I have written using VB.NET. I will use the Process.Start(<filename>) function to start the program. However, I cannot determine the <filename> to start Weather Radar Pro. Also, I have not been able to create a desktop shortcut for it, which my program could use to start it.

How can I start a purchased app from another program?
 
Top