Question by
Lazybones94 · Feb 24, 2016 at 08:39 AM ·
androidiosstoreapplication.openurlmarket
How do I open developers account on iOS and Android?
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
Comment