Saturday, June 28, 2025
29.3 C
Singapore

“Download or get charged” – NSFs forced to download SGSecure App give it scathing 1-star reviews

The SGSecure mobile application has drawn flak from men serving their National Service after they were reportedly forced to download the app for face punitive action.

A flurry of NS men left the app 1-star reviews in response, after allegedly being threatened that they will be charged, will have to do extra duty or that their IC won’t be returned to them after they end their 2-year service.


Launched in September 2016, the SGSecure app aims to prepare the public to deal with possible terror attacks. It allows users make direct emergency calls, report emergencies and receive emergency alerts.

 

See also  Workers' Party members walk the ground so much that they found a resident's lost cat

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); } });