Skip to main content

Publish Paid Android Apps on Google Play Store

Good news for the all the Android developers! Other new countries that can now publish paid apps are: Pakistan, Jordan, Lebanon, Oman, Puerto Rico, Qatar, And Venezuela.

These countries can now publish paid Android apps and games on the Google Play Store. This news just came in earlier this week after Google allowed support for another 7 countries who can now sell apps. Previously, Android users in Pakistan were only able to purchase and download paid apps but it was a hassle for a developer who wanted to make money by selling his app/game.

For those developers who are new to this and want to get started, visit the Google Play Developer Console. There is a $25 registration fees for the first time when you sign up, so make sure you have a credit card with you. To check out other countries from where you can publish Android apps — there are more than 60 countries now. Check them

Comments

Popular posts from this blog

ASP.NET CORE File Upload along with Complex Object with AJAX

Problem Area: In one of my project, my requirement was to Post File along Complex object to server using AJAX. I could not find ready made solution targeting both things in a single project so I decided to share this solution with you guys to try it out as well. HTML: <input type="file" id="uploadEditorImage" />  <input type="button" id="upload" value="upload" onclick="uploadImage()" /> Javascript: function uploadImage()     {         var userObj = {};         userObj.userId = "123456";         var serializedObj = JSON.stringify(userObj);         var formData = new FormData();         formData.append('file', $('#uploadEditorImage')[0].files[0]);         formData.append('vm', serializedObj );         var _urlAction = '@Url.Action("Upload", "Home")';         $.ajax({   ...

How to Run WhatsApp on Computer

WhatsApp is one of the coolest applications we have in our smat phones. Everyone does not have a smart phone and they still want to use WhatsApp. Today I will describe that how can you do that. BlueStacks solved this problem nicely. This software helps you to install and use Android applications on your WhatsApp. You can download this application from  bluestacks.joydownload.com/‎ Steps to configure WhatsApp: Install BlueStacks Player. Enter your Gmail account details. (It will link you to play store) You will see the list of applications on the main dashboard. Click on WhatsApp. Configure WhatsApp using your mobile number. Congratulations. You have successfully installed and configure WhatsApp on your computer.