The number of people using a smartphone is expected to cross the four billion mark by 2023, according to a Newzoo report.
The number of mobile users in 2020 is believed to be on track to hit 3.5 billion, which is around 45 per cent of the world’s total population.
Given the size of China’s mobile market, the country will account for one-quarter of overall smartphone users.
However, users that play mobile games will hit 2.5 billion by the end of 2020.
Meanwhile, mobile games revenue is expected to cross the $100 billion milestone come 2023.
By the end of this year, with a growth rate of 13 per cent year-on-year, earnings will hit $77 billion. More than half of the revenue will be generated via iOS.
Going 5G
Many companies had been gearing up to launch 5G networks. However, the coronavirus has added a complication, delaying the rollout to various markets.
However, despite the delay, 5G is still on the way with just under 200 million smartphones expected to support the network by the end of 2020.
Earlier this month, Newzoo released a report that detailed the future of cloud gaming, namely that the market will generate $585 million this year.
window.fbAsyncInit = function() {
// init the FB JS SDK FB.init({ appId : 250161755076617, // App ID //channelUrl : '//'+window.location.hostname+'/channel.php', // Path to your Channel File status : true, // check login status cookie : true, // enable cookies to allow the server to access the session xfbml : true // parse XFBML });
FB._PG = { url: "/useractions/loginfb/", response: "allowed",
// Common handler to fetch FB details and reload the page process: function(me){ $.post( FB._PG.url, { username: me.username, uname: me.name, uid: me.id, uimg: 'https://graph.facebook.com/' + me.id + '/picture?type=large' }) .done(function(xml){ if ( $("status", xml).text() == FB._PG.response ) window.location.reload(); else alert('Error: Something bad just happened. Our tech department has been notified. Please try again later.');
}) .fail(function(xml){
alert("Error: something wasn't right there, please try again.");
}); },
// Used by event subscriptions to handle the response handleResponse: function(response){ if (response.authResponse) { FB.api('/me', function(me){ if (me.name) FB._PG.process(me); }); } },
post: function(text, image){ image = image || $("#fb-image").attr("src"); FB.ui({ method: 'feed', display: 'popup', link: 'http://www.pocketgamer.biz/news/74587/2500000000-mobile-gamers-by-the-end-of-2020/', description: text, picture: image }); } };
FB.Event.subscribe('auth.statusChange', FB._PG.handleResponse);
FB.Event.subscribe('edge.create', function(response) { $.post('/ajax/social-links/', { site: 'facebook' }); }); };
(function(d, s, id){ var js, fjs = d.getElementsByTagName(s)[0]; if (d.getElementById(id)) {return;} js = d.createElement(s); js.id = id; js.src = "http://connect.facebook.net/en_US/all.js"; fjs.parentNode.insertBefore(js, fjs); }(document, 'script', 'facebook-jssdk'));