Truecaller Rolls Out Real-Time Caller ID and Automatic Blocking of Spam Calls for iPhone
For a long time, Truecaller had been peripherally equipped for the iPhone due to Apple’s stringent walled garden, but not anymore. The company on Wednesday announced it was rolling out API support for iPhone that would enable features such as real-time caller identification and automatic blocking of spam telephone calls on Apple devices. This move is said to bring the iOS version of the app at par with its Android counterpart, which has offered the aforementioned features and more, for years.Truecaller’s New iPhone FeaturesTruecaller says that its latest app update for iPhone ensures the device can leverage its artificial intelligence (AI) capabilities to identify calls. It brings support for Apple’s Live Caller ID Lookup framework, which is claimed to provide live caller ID. Introduced last year with iOS 18, this API allows third-party apps to check incoming calls against the server for known spam numbers.The API uses homomorphic encryption which, the company claims, protects user privacy. It hides the client’s IP address, uses anonymous authentication, and hides the incoming phone number. With its arrival, the iPhone can now also take advantage of automatic spam call blocking capability.Automatic spam calls blocking is available globally while the live caller ID feature is being rolled out. It is available to Truecaller Premium subscribers with an iPhone running iOS 18.2. Free users will still be restricted to the existing ad-supported manual number search and caller ID of Verified Businesses features. Gadgets 360 can confirm that the features are now available on iPhone. New Features on Truecaller for iOSHere’s how to enable it: Update Truecaller app to version 14.0 or later via the iPhone’s App Store. Open iPhone Settings > Apps > Phone > Call Blocking & Identification. Enable all Truecaller toggles and restart the app. While these features are new, the company has been teasing the arrival of native iOS support over the last few months. Following the introduction of the iOS 18 update and a live caller ID API in September, Truecaller Co-founder Alan Mamedi shared his positive thoughts on ability to subscribe to the Premium Family plan within the app. The company says users can now enjoy and share features such as Truecaller AI Assistant, with up to four additional people at a low monthly or annual price. For users in India, the Truecaller Premium subscription also includes fraud insurance.
News kiosk Latest Posts
// Function to fetch the latest posts
function fetchLatestPosts() {
const feedUrl = ‘https://newskiosk.pro/feed/’; // Replace with your blog’s RSS feed URL
fetch(feedUrl)
.then(response => response.text())
.then(str => new window.DOMParser().parseFromString(str, “text/xml”))
.then(data => {
const items = Array.from(data.querySelectorAll(“item”));
const latestPostsContainer = document.getElementById(“latest-posts”);
latestPostsContainer.innerHTML = ”; // Clear previous posts
// Shuffle the items array
const shuffledItems = items.sort(() => Math.random() – 0.5);
// Select the first 5 items from the shuffled array
const selectedItems = shuffledItems.slice(0, 5);
// Loop through the selected items and display them
selectedItems.forEach(post => {
const link = post.querySelector(“link”).textContent;
const description = post.querySelector(“description”).textContent;
// Create a new post element
const postElement = document.createElement(“div”);
postElement.classList.add(“latest-post”);
postElement.innerHTML = `
${description} Read more
`;
// Append the new post element to the container
latestPostsContainer.appendChild(postElement);
});
})
.catch(error => console.error(‘Error fetching the latest posts:’, error));
}
// Call the function to fetch and display the latest posts
fetchLatestPosts();
News kiosk- Are You Making These Common Mistakes? Click below to Learn More
Secret That Everyone Is Talking About
If you want to dive deeper into the topic, click on Read More:
Gardening with Ecorganicas: Your Source for Organic Gardening Tips
Financial potential with expert tips on budgeting, investing, and saving
Unlock the Hidden Truth: Click to Reveal!