Microsoft will shut down its real-time strategy mobile title Gears Pop! next year.
As detailed in a site update, the game will cease operations on April 26th, 2021, less than two years after its August 2019 launch. However, over the next six months, fan-favourite events will be brought back to the game.
Furthermore, there will be increased bounty rewards, while the drop rates for legendary pins will also be upped. The changes have been made with an immediate effect. It is worth noting that in-app purchases have now been disabled.
Farewell
In terms of refunds, any in-app purchases were made in the last 90 days, from July 30th to October 28th, will be refunded.
“There are a number of things that go into maintaining a game beyond keeping servers active. Addressing issues, developing content, and providing support are critical in keeping a game running. Unfortunately, this is no longer feasible,” reads the post.
The game showed early signs of success, as it grabbed one million players within its first week of release.
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/74920/microsoft-is-shutting-down-gears-pop-in-april-2021/', 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'));