I published the app not only in play store but also in Opera and amazon too.
After developing the game, i changed my game into app using cordova plugin(phonegap plugin is also suggested).I placed admob ads in my game too. Refer to the following urls :
It took around 3-months for us to complete our game.
We done coding and then converted the web version to android version using cordova plugin.
We made a payment in play store to publish our app but in opera and amazon it is free.
Registered in admob and linked our game with the admob so that we got a publisher id which we have to place in the admob.js file that we will have after installing cordova-admob plugin.
Then we uploaded the apk file and required screenshots in the playstore developer console and published our app which took 3 hours to get reflected in the playstore.
We can earn money by placing ads in our app.The amount which you got can be viewed in the admob site.
User Acquistions,statistics,reviews and ratings of your app can be viewed in playstore developer console.
Challenges faced:
We faced issues while placing ads in our game.When we used the plugin for ads we got error like "admob not defined...". We replaced our files with the admob plugin test files then the ads started showing up in our app.
Some of the animations are not working in the app after converting normal html files to app using cordova plugin.Many android versions does not have the flexibility to show animations that are implemented using css. Only latest versions of android i.e.., Lollipop and Marsh mellow having android web viewer making to view the animations clearly in the app.
Hope these issues can be overcome in the future ;-)