iPhone ยังคงเป็นแหล่งรายได้หลักของ Apple โดยคิดเป็นเกือบ 49% ของรายได้รวมของบริษัทในไตรมาสที่แล้ว นี่เป็นตัวเลขสถิติที่น่าทึ่ง ซึ่งแสดงให้เห็นถึงความน่าดึงดูดใจที่แข็งแกร่งของกลุ่มผลิตภัณฑ์นี้ในตลาด
CEO Tim Cook ไม่ลังเลที่จะแชร์ว่ายอดขาย iPhone 15 แซงหน้าเวอร์ชันก่อนหน้าแล้ว นอกจากนี้ยังเปิดโอกาสที่ดีสำหรับ iPhone 16 เนื่องจากผู้ใช้รู้สึกตื่นเต้นมากกับการปรับปรุงผลิตภัณฑ์และคุณสมบัติใหม่
นอกจากนี้ รายได้จาก iPad และ Mac ยังเติบโตอย่างน่าประทับใจ ซึ่งแสดงให้เห็นถึงความหลากหลายและความสมบูรณ์ของกลุ่มผลิตภัณฑ์ของ Apple ส่วนบริการก็มีความสำคัญไม่แพ้กัน โดยมีรายได้เพิ่มขึ้นจาก iCloud, Google Search และ AppleCare
ด้วยผลลัพธ์เชิงบวกดังกล่าว Apple ยืนยันจุดยืนของตนในอุตสาหกรรมเทคโนโลยีและยังคงนำเสนอผลิตภัณฑ์ที่มีคุณภาพสู่ผู้บริโภคทั่วโลกอย่างต่อเนื่อง #Apple #iPhone #DoanhThu #TimCook #iPad #Mac #DichVu #TinTucCongNghe.
โดยธุรกิจ iPhone สร้างรายได้ 46.22 พันล้านดอลลาร์สหรัฐ ในขณะที่รายได้จากบริการและผลิตภัณฑ์อื่นๆ มีมูลค่า 9.04 พันล้านดอลลาร์สหรัฐ สร้างสถิติใหม่ นี่แสดงให้เห็นว่า iPhone ยังคงเป็นแหล่งรายได้หลัก โดยคิดเป็นเกือบ 49% ของรายได้รวมของ Apple และมีบทบาทสำคัญในโครงสร้างธุรกิจของบริษัท
Tim Cook ซีอีโอแชร์กับ CNBC ว่ายอดขาย iPhone 15 แซงหน้า iPhone 14 ในช่วงเวลาเดียวกัน และ iPhone 16 ยังคงมีแนวโน้มการเติบโตนี้ต่อไป นอกจากนี้เขายังกล่าวอีกว่าผู้ใช้อัปเดต iOS 18.1 เร็วกว่า iOS 17.1 สองเท่า ซึ่งแสดงให้เห็นถึงความตื่นเต้นของลูกค้าและนักพัฒนาสำหรับระบบปฏิบัติการใหม่
(function(){const isOffComment = false;
const postUrl = "/cong-nghe/i-phone-tiep-tuc-la-nguon-thu-chinh-trong-doanh-thu-cua-apple-202411010943316224.html";
const idPost = "202411010943316224";
const tags = ({"slug":"i-phone","label":"iPhone"},{"label":"iPhone 16","slug":"i-phone-16"},{"slug":"apple","label":"Apple"});
const urlEnv = "https://www.saostar.vn/";
const staticEnv = "https://statics-pc.saostar.vn/";
const relatedSlug = "i-phone";
(function () {
const curentUrl = urlEnv;
const static_env = staticEnv;
function getDataSaotv(element) {
let haveData = false;
if(document.getElementById("data-homes-saotv").getAttribute("data-complete") == "done") {
haveData = true;
}
if(window.autoPlayVideo === false) {haveData = true}
if(haveData === false) {
const response = fetch(`${curentUrl}block/article-saotv/`)
.then((res) => res.text())
.then((html) => {
document.getElementById('data-homes-saotv').innerHTML = html;
document.getElementById("data-homes-saotv").setAttribute("data-complete", "done");
document.getElementById("saotv").classList.remove("hidden");
})
.then((html) => {
const container = document.getElementById("article-saotv");
const videoUrl = container.getAttribute("data-video");
const ssplayer = new SSPlayer({
container,
videoUrl
})
lazyLoadInstance.update();
})
.catch((error) => console.log(error))
}
}
{/*
function getCommentBlock (element) {
if (isOffComment) return 0;
const scriptElement = document.createElement('script');
scriptElement.async = true;
scriptElement.defer = true;
scriptElement.crossOrigin = 'anonymous';
scriptElement.nonce="hL4HWTJD";
scriptElement.src="https://connect.facebook.net/vi_VN/sdk.js#xfbml=1&version=v11.0&appId=242610421125228&autoLogAppEvents=1";
document.body.appendChild(scriptElement);
}
*/}
function getDataPostRelated() {
if (!relatedSlug && relatedSlug === "") return;
const boxRelated = document.getElementById("art-related-posts");
const response = fetch(`${curentUrl}block/article-related/${relatedSlug}/`)
.then((res) => res.text())
.then((html) => {
boxRelated.innerHTML = html;
const listRelated = boxRelated.querySelectorAll(".lists-related .card");
let isLoop=false;
let maxLength = 4;
listRelated.forEach((post) => {
if (post.getAttribute("data-postid") === idPost) { post.classList.add("hidden");isLoop=true;}
})
if (isLoop) maxLength--;
if (maxLength===4) {
if (listRelated(maxLength-1)) {listRelated(maxLength-1).classList.add("hidden");}
}
lazyLoadInstance.update();
})
.catch((error) => console.log(error))
}
function getDataPostTinHot() {
const boxTinHot = document.getElementById("data-article-normal");
const category = boxTinHot.getAttribute("data-category");
if (!category) return;
const response = fetch(`${curentUrl}block/article-tinhot/${category}/`)
.then((res) => res.text())
.then((html) => {
if(html === '') {
const boxDuocQuantam = document.querySelector('#box-duocquantam');
if(boxDuocQuantam) {
boxDuocQuantam.classList.add('hidden');
}
return;
};
const parser = new DOMParser();
const doc = parser.parseFromString(html, 'text/html');
const articles = Array.from(doc.querySelectorAll('article'));
if (articles.length === 0) return;
const shuffledArticles = articles.sort(() => Math.random() - 0.5);
const container = doc.querySelector('div');
container.innerHTML = '';
shuffledArticles.forEach(article => container.appendChild(article));
boxTinHot.innerHTML = container.outerHTML;
lazyLoadInstance.update();
if(typeof window.callbackGetDuocQuanTam === "function"){
window.callbackGetDuocQuanTam();
}
})
.catch((error) => console.log(error))
}
getDataPostTinHot();
getDataPostRelated();
window.lazyFunctions = {
getVideoSaotv: function (element) {
initReactPlayer(() => {getDataSaotv(element)});
},
};
})();
})();
Like this: Like Loading...
Related
Discover more from 24 Gadget - Review Mobile Products
Subscribe to get the latest posts sent to your email.