Friday, June 27, 2025
28.5 C
Singapore

Pokemon GO releases in Singapore in both Android and iOS devices

Niantic, the Pokemon GO game developer confirmed early this morning that the highly-anticipated game was released in Singapore today. It is now available on Android and iOS devices.

The news that Nintendo’s augmented-reality game ‘Pokemon GO’ has now hit Singapore should come as a big sigh of relief to avid Pokemon fans.

For noobs who are trying to figure out what the craze is all about, here is the beginner’s guide on how to play the game: http://www.imore.com/pokemon-go.

See also  In wake of recent fracas over PM Lee’s recent remarks, Singapore and Cambodia 'reaffirm longstanding ties' with visit from commander of Cambodia’s army

Hot this week

Popular Categories

document.addEventListener("DOMContentLoaded", () => { const trigger = document.getElementById("ads-trigger"); if ('IntersectionObserver' in window && trigger) { const observer = new IntersectionObserver((entries, observer) => { entries.forEach(entry => { if (entry.isIntersecting) { lazyLoader(); // You should define lazyLoader() elsewhere or inline here observer.unobserve(entry.target); // Run once } }); }, { rootMargin: '800px', threshold: 0.1 }); observer.observe(trigger); } else { // Fallback setTimeout(lazyLoader, 3000); } });