- Home /
Question by
thvictor435 · Mar 25 at 09:29 AM ·
dataappexternalfrom
How to get info from external apps
Hi guys, so there is this app free bitcoin wich gives you, guess what, bitcoin for every roll you do every one hour so im trying to make an application that starts a timer everytime you close a chosen app that you have, so what i want to know is: is there any way to get any info from other apps outside your own? Any help will be welcome
Comment
Best Answer
Answer by rh_galaxy · Mar 25 at 11:16 AM
It might be possible by calling into external dll (in Windows), but Unity is not suitable for this. If you do a normal C# app in Visual Studio it is easier.