Apple’s iPhone SE 4, New iPad Models Could Launch ‘By April if All Goes to Plan’: Mark Gurman
Apple’s fourth generation iPhone SE is expected to get a much-awaited refresh this year. Recent rumors suggested that Apple would release the iPhone SE 4 and the 11th generation iPad alongside iOS 18.3 later in January, but Bloomberg’s Mark Gurman — who has a decent track record when it comes to unreleased Apple hardware — has contradicted this claim. He has also revealed a few details about the anticipated launch timeline of the iPhone SE 4. Apple launched the successor to the iPhone SE (2020) model in March 2022.Apple Developing iPhone SE 4 With iOS 18.3In a post on ), Gurman stated that Apple is developing the iPhone SE 4 and new iPad models with iOS 18.3. He stated that they will be released “by April if all goes to plan.” Apple released its previous SE phones in March or April. The current-generation iPhone SE (2022) was launched in March 2022. Yes, the new iPads and iPhone SE replacement are being developed on the iOS 18.3 train – but that doesn’t mean they launch together this month. It means they’ll launch before iOS 18.4, by April if all goes to plan. Mark Gurman (@markgurman) January 7, 2025In a separate X post, Gurman claimed that rumors about a January launch date for the iPhone SE 4 are “completely untrue.” The next-generation iPhone SE and iPad 11 were earlier rumored to make their debut later this month, alongside the iOS 18.3 and iPadOS 18.3 software updates.As per past leaks, the iPhone SE will bear a resemblance to the iPhone 14 with a 6.1- inch LTPS OLED display. It is said to come with Apple’s in-house 5G modem and support for Face ID instead of Touch ID. with 8GB and RAM with support for Apple Intelligence features.The iPhone SE 4 is also rumored to arrive as the iPhone 16E. It is said to come with a single 48-megapixel rear camera. 12-megapixel selfie shooter. The handset is rumored to be priced at less than $500 (roughly Rs. 42,000). than KRW 8,00,000 (roughly Rs. 46,000).Catch the latest from the Consumer Electronics Show on Gadgets 360, at our CES 2025 hub.
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!