Electronic Arts is geared up to use FIFA as a means to push its mobile division forwards.
In a call with investors, via GamesIndustry.biz, CEO Andrew Wilson explained that the publisher has “six new soccer mobile games in development for new genres and new markets.”
Earlier this year, EA welcomed back Jeff Karp to head up its mobile division. Before returning to the company, Karp gained experience in the mobile space through positions at Zynga and Big Fish Games.
Shoot out
“[Karp] has a tremendous network out there in the mobile sphere,” said Wilson.
“And there are a lot of great developers out there who have a lot of experience and expertise, but they do not have the IP to build their games around or the marketing muscle to really drive acquisition and what is becoming an increasingly competitive market.”
Furthermore, EA is open to working with other companies “in the context of licensing or co-development or co-publishing, or in some cases, acquisition.”
Earlier this year, Electronic Arts signed a deal with Nexon to bring FIFA Mobile to South Korea. The mobile title proved to be a hit as it racked up 1.2 million downloads within 24 hours 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/74978/electronic-arts-is-pushing-its-mobile-division-forward-with-fifa-at-the-helm/', 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'));