ADVERTISEMENT

iPhone 15 Pro: is it worth the upgrade?

Comparing the iPhone 15 Pro and iPhone 14 Pro: Discover the key differences and decide if the latest features justify the switch

Published Sep 14, 2023 02:58 am

At A Glance

  • The Apple "Wonderlust" event lacked excitement due to leaks accurately predicting many of the features. However, some surprises included Apple's focus on environmental sustainability, new gesture controls for the Apple Watch, and other features.
  • The main reasons for considering the upgrade to the iPhone 15 Pro are the inclusion of a USB 3 Type-C interface and a weight reduction thanks to the use of titanium.
  • The iPhone 15 Pro models have incremental improvements over the iPhone 14 Pro, including a better processor (A17 Pro), better camera features, and faster WiFi 6E, among others.
  • The iPhone 15 Pro Max sets itself apart from its smaller sibling primarily through a more powerful 5X zoom feature.
  • A decision needs to be made between 256GB and 128GB storage options, complicated by the new ability to save directly to external storage via USB Type-C.

iphone-15-pro-model-unselect-gallery-1-202309.jpg

Apple's "Wonderlust" event was lacking in excitement, at least for me. I guess the leaks were so on point that it drowned whatever Apple was presenting. There were some moments where the leakers failed, but not enough to sustain any excitement. I'd leave it to the reader to scour the leaks prior to the event, but some moments which Apple successfully kept secret are [1] the focus on the environment (with a slight dig on companies wasting millions of gallons of water to cool down the data centers used to train their machine learning models), [2] double-tap gesture for the new Apple Watch models this year, [3] Thread support on the new iPhone 15 Pro models, [4] availability of higher capacity iCloud+ storage tiers, and [5] road-side assistance via satellite. Sounds boring, right? 

Coming from an iPhone 14 Pro with 128GB, I am definitely upgrading. Why? Two reasons mainly. First, USB 3 Type-C interface. Whilst I am not convinced that Apple voluntarily did this, but I think it is high time that Apple changes the Lightning interface to a faster one. I do not mind having a USB Type-C cable and a Lightning cable really, but Lightning needed a major data transfer speed and higher capacity charging boost. Anyway, this is moot and academic now as USB 3 Type-C is standard on the new iPhone 15 Pro models. One less cable to carry, I guess.

The second reason is the slight reduction in weight, thanks to the titanium. Even the 10% reduction becomes really significant when holding the iPhone for taking photos and videos, specially in long periods of time.

Compared to the iPhone 14 Pro models, the iPhone 15 Pro models come with a better processor and GPU, the A17 Pro, better camera (with the Max sporting a 5X zoom), smaller bezels, a new Action button, upgraded ultra-wideband chip, and faster WiFi 6E. For some, these are not significant enough for the 14 Pro to 15 Pro upgrade.

This year, the iPhone 15 Pro Max differentiates itself from its smaller sibling by having a 5X zoom. The additional 2X zoom is definitely tempting. Personally, at first, I considered the higher price and increase in weight are worth the 2X zoom, but eventually, I decided against it, so iPhone 15 Pro it is.

The next decision is how much storage to get this time, 256GB vs. 128GB. Currently have 50GB/128GB, but since the image and video files are much bigger, and not to forget future-proofing some videos by shooting spatial videos for the Apple Vision Pro, 256GB is the logical choice. However, Apple allows saving direct to external storage via USB Type-C during video capture, so is 128GB enough already? I hope that reviewers are already testing this.

For me, the USB 3 Type-C support and the decrease in weight are my major criteria for the upgrade. How about you - are these enough to upgrade?

ADVERTISEMENT
.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1561_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1562_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1563_widget.title }}

{{ articles_filter_1564_widget.title }}

.mb-article-details { position: relative; } .mb-article-details .article-body-preview, .mb-article-details .article-body-summary{ font-size: 17px; line-height: 30px; font-family: "Libre Caslon Text", serif; color: #000; } .mb-article-details .article-body-preview iframe , .mb-article-details .article-body-summary iframe{ width: 100%; margin: auto; } .read-more-background { background: linear-gradient(180deg, color(display-p3 1.000 1.000 1.000 / 0) 13.75%, color(display-p3 1.000 1.000 1.000 / 0.8) 30.79%, color(display-p3 1.000 1.000 1.000) 72.5%); position: absolute; height: 200px; width: 100%; bottom: 0; display: flex; justify-content: center; align-items: center; padding: 0; } .read-more-background a{ color: #000; } .read-more-btn { padding: 17px 45px; font-family: Inter; font-weight: 700; font-size: 18px; line-height: 16px; text-align: center; vertical-align: middle; border: 1px solid black; background-color: white; } .hidden { display: none; }
function initializeAllSwipers() { // Get all hidden inputs with cms_article_id document.querySelectorAll('[id^="cms_article_id_"]').forEach(function (input) { const cmsArticleId = input.value; const articleSelector = '#article-' + cmsArticleId + ' .body_images'; const swiperElement = document.querySelector(articleSelector); if (swiperElement && !swiperElement.classList.contains('swiper-initialized')) { new Swiper(articleSelector, { loop: true, pagination: false, navigation: { nextEl: '#article-' + cmsArticleId + ' .swiper-button-next', prevEl: '#article-' + cmsArticleId + ' .swiper-button-prev', }, }); } }); } setTimeout(initializeAllSwipers, 3000); const intersectionObserver = new IntersectionObserver( (entries) => { entries.forEach((entry) => { if (entry.isIntersecting) { const newUrl = entry.target.getAttribute("data-url"); if (newUrl) { history.pushState(null, null, newUrl); let article = entry.target; // Extract metadata const author = article.querySelector('.author-section').textContent.replace('By', '').trim(); const section = article.querySelector('.section-info ').textContent.replace(' ', ' '); const title = article.querySelector('.article-title h1').textContent; // Parse URL for Chartbeat path format const parsedUrl = new URL(newUrl, window.location.origin); const cleanUrl = parsedUrl.host + parsedUrl.pathname; // Update Chartbeat configuration if (typeof window._sf_async_config !== 'undefined') { window._sf_async_config.path = cleanUrl; window._sf_async_config.sections = section; window._sf_async_config.authors = author; } // Track virtual page view with Chartbeat if (typeof pSUPERFLY !== 'undefined' && typeof pSUPERFLY.virtualPage === 'function') { try { pSUPERFLY.virtualPage({ path: cleanUrl, title: title, sections: section, authors: author }); } catch (error) { console.error('ping error', error); } } // Optional: Update document title if (title && title !== document.title) { document.title = title; } } } }); }, { threshold: 0.1 } ); function showArticleBody(button) { const article = button.closest("article"); const summary = article.querySelector(".article-body-summary"); const body = article.querySelector(".article-body-preview"); const readMoreSection = article.querySelector(".read-more-background"); // Hide summary and read-more section summary.style.display = "none"; readMoreSection.style.display = "none"; // Show the full article body body.classList.remove("hidden"); } document.addEventListener("DOMContentLoaded", () => { let loadCount = 0; // Track how many times articles are loaded const offset = [1, 2, 3, 4, 5, 6, 7, 8, 9, 10]; // Offset values const currentUrl = window.location.pathname.substring(1); let isLoading = false; // Prevent multiple calls if (!currentUrl) { console.log("Current URL is invalid."); return; } const sentinel = document.getElementById("load-more-sentinel"); if (!sentinel) { console.log("Sentinel element not found."); return; } function isSentinelVisible() { const rect = sentinel.getBoundingClientRect(); return ( rect.top < window.innerHeight && rect.bottom >= 0 ); } function onScroll() { if (isLoading) return; if (isSentinelVisible()) { if (loadCount >= offset.length) { console.log("Maximum load attempts reached."); window.removeEventListener("scroll", onScroll); return; } isLoading = true; const currentOffset = offset[loadCount]; window.loadMoreItems().then(() => { let article = document.querySelector('#widget_1690 > div:nth-last-of-type(2) article'); intersectionObserver.observe(article) loadCount++; }).catch(error => { console.error("Error loading more items:", error); }).finally(() => { isLoading = false; }); } } window.addEventListener("scroll", onScroll); });

Sign up by email to receive news.