Hi guys,
I’ve just learned how to build my first progressive web app from this tutorial: https://developers.google.com/web/fundamentals/getting-started/your-first-progressive-web-app/?hl=en
It suggests that I use Google Developer Console in order to build my first app.
Is this a mandate? (I don’t have one yet.)
Is it possible not to use Google Play Store and use an app I hosted on my own server?
One more question, if I I store my app on Google Play Store or built a progressive web app and hosted on my own, can I still use browser APIs like AudioContext and RequestAnimationFrame and so on?
In case of Google Play Store, I want to mix use of Chrome tcp socket with other browser API. Can I do it?
Thank in advance,