Hello everyone. I am sure this is a very simple question, though I found it difficult to find any answers in the internet.
I know that I can open my app on market using `Application.OpenURL("market://details?id=" + Application.bundleIdentifier);`, but I want to open my developers account, so that user could see my other apps. And I want to do the same things on iOS: open my app and open my account in Apple Store. How do I do it? What are the correct URLS?
Thanks
↧