GCM Test Tool

GCM Notifications Test Tool

  Here is a nifty little tool to help developers test GCM notifications. While developing GCM or Google Cloud Messaging Notifications in Android applications, it is important to have a simple server to test if client code is working correctly. This free GCM notifications test tool below does exactly that – allows you to easily…

Read Full News

Mobile CPMs in 2015

While doing research on my mobile apps, I noticed that there isn’t too much guidance on mobile eCPMs compiled at a single place. Hence I thought of making a simple chart for others looking for indicative mobile eCPMs for India and US. eCPM in USD 300×250 320×50 India $0.18-$0.30 $0.08-$0.14 United States $0.45-$0.70 $0.25-$0.45 These…

Read Full News

Viewing Unpushed Git Commits

You can view changes you have made in your local repository which haven’t been pushed to the origin (remote) repository using the following command: git log origin/<yourbranchname> In case your local branch has been configured with an upstream branch, then you can use the below shorthand: git log @{u}.. or git log @{upstream}.. If you…

Read Full News

Referrals from blockOptions.cgi in Google Analytics

If you see referrals from http://<some-ip-address>/cgi-bin/blockOptions.cgi in your Google Analytics Reports or WordPress reports, do not be alarmed. Many webmasters have experienced this and this may not always be your fault. Referrals from blockOptions.cgi are usually not a cause for worry unless they form the majority of your visits. blockOptions.cgi, afterworkOptions.cgi and others are requests…

Read Full News

India Smartphone Consumer Profile

An excellent infographic by Vserv gives some interesting insights into the consumer profile of smartphone owners in India. Some key insights into Indian Smartphone Users: Most are Android users followed by Nokia They download a lot of apps. India is ranked as one of the the top countries in Android and Nokia App stores Monetization…

Read Full News