I've found out that the String that returns the file system path is System.getenv("HOME").
On the other hand, I continue not to know how to define the app URL Scheme.. Can you help me, please? Where do I define such a thing?
--
You received this message because you are subscribed to the Google Groups "RoboVM" group.
To unsubscribe from this group and stop receiving emails from it, send an email to robovm+un...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Thank you, I already defined the Info.plist.xml but now I want to get the parameters that came in the URL that launched the app. I know it is with NSDictionary, but what is the right method? For instance, abc://def.com?link="aaa", how do I get the link value with NSDictionary?Thank you once again.
--