softare development

Apple Enables Support For Starlink Satellite Network on the iPhone

The latest iPhone update from Apple enables select T-Mobile customers to send text messages in areas with no cellular coverage. With the release of iOS 18.3, the update introduces support for SpaceX and T-Mobile’s direct-to-cell satellite service, currently in beta testing after the companies began signups in December. As noted by Bloomberg, this service was previously available only on certain Android devices, including Samsung models like the Z Fold and S24, as well as select devices running Android 15. In contrast, Apple has an existing partnership with Globalstar, which provides iPhone users with the ability to send texts when out of coverage.

Users who signed up for the beta trials have reportedly started receiving text messages. One such message states, “You can now stay connected with texting via satellite from virtually anywhere,” and urges iPhone users to “update to iOS 18.3” to “start experiencing coverage beyond.” After updating, users will see a toggle in their cellular settings to enable the feature.

Buy Mobile App Template

Currently, the satellite service supports text messaging only. Beta testers in rural or remote areas without regular coverage can use Starlink’s satellite network to send messages. Plans are in place to expand the service in the future to include voice and data connectivity, providing more options for staying connected in far-off locations.

Recent Posts

Event Bubbling and Capturing: Why Your Click Listener Fires Twice (And How to Fix It)

If you’ve ever built an interactive web application, you may have encountered a puzzling issue:…

5 days ago

Practical Array Methods for Everyday Coding

Arrays are the backbone of programming, used in nearly every application. Whether you're manipulating data,…

6 days ago

What the Heck Is the Event Loop? (Explained With Pizza Shop Analogies)

If you've ever tried to learn JavaScript, you’ve probably heard about the "Event Loop"—that mysterious,…

1 week ago

Why [] === [] Returns false in JavaScript (And How to Properly Compare Arrays & Objects)

JavaScript can sometimes behave in unexpected ways, especially when comparing arrays and objects. If you've…

1 week ago

Recursion for Beginners

Recursion is a programming technique where a function calls itself to solve smaller instances of…

2 weeks ago

Optional Chaining (?.): How to Avoid ‘Cannot Read Property’ Errors in JavaScript

One of the most common errors in JavaScript is the dreaded TypeError: Cannot read property…

2 weeks ago