this post was submitted on 19 Mar 2025
469 points (96.4% liked)

Technology

67050 readers
5056 users here now

This is a most excellent place for technology news and articles.


Our Rules


  1. Follow the lemmy.world rules.
  2. Only tech related news or articles.
  3. Be excellent to each other!
  4. Mod approved content bots can post up to 10 articles per day.
  5. Threads asking for personal tech support may be deleted.
  6. Politics threads may be removed.
  7. No memes allowed as posts, OK to post as comments.
  8. Only approved bots from the list below, this includes using AI responses and summaries. To ask if your bot can be added please contact a mod.
  9. Check for duplicates before posting, duplicates may be removed
  10. Accounts 7 days and younger will have their posts automatically removed.

Approved Bots


founded 2 years ago
MODERATORS
 

Google recently open sourced Pebble and today, Repebble has put some of the watches up for preorder.

you are viewing a single comment's thread
view the rest of the comments
[–] steal_your_face@lemmy.ml 1 points 1 day ago (1 children)

What makes it miserable on iOS?

[–] JohnEdwa@sopuli.xyz 3 points 1 day ago* (last edited 1 day ago) (1 children)

The Pebble app was removed from the App store, so you have to manually sideload it every 7 days.

And:

Here are the things that are harder or impossible for 3rd party smartwatches (ie non Apple Watches) to do on iPhone:

  • There’s no way for a smartwatch to send text messages or iMessages.
  • You can’t reply to notifications or take ‘actions’ like marking something as done.
  • It’s very difficult to enable other iOS apps to work with Pebble. Basically iOS does not have the concept of ‘interprocess communication’(IPC) like on Android. What we did before was publish an SDK that other apps (like Strava) could integrate to make their own BLE connection to Pebble. It was a clunky quasi-solution that other apps didn’t like, because it was hard to test (among other things)
  • If you (accidentally) close our iOS app, then your watch can’t talk to app or internet
  • Impossible for watch to detect if you are using your phone, so your watch will buzz and display a notification even if you are staring at your iPhone
  • You can’t easily side load apps onto an iPhone. That means we have to publish the app on the iPhone appstore. This is a gigantic pain because Apple. Every update comes with the risk that a random app reviewer could make up some BS excuse and block the update.
  • Because of iOS Appstore rules, it would be hard for us to enable 3rd party watchface/app developers to charge for their work (ie we can’t easily make an appstore within our app)
  • Getting a Javascript engine to run in PebbleOS forced us to go through many hoops due to iOS — creating a compiler inside the Pebble iPhone app that in itself needed to be written in (cross-compiled to) JS to work with Apple's restriction on downloadable code can only be JS
  • As a Pebble watch/app developer, using the iOS app as relay to the watch sucks since the "developer mode" terminates every few minutes
    https://ericmigi.com/blog/apple-restricts-pebble-from-being-awesome-with-iphones
[–] steal_your_face@lemmy.ml 1 points 23 hours ago

Oh yeah that is wack. When I used my old pebble I was on android but now I use both with iOS being more for communication. I think it’s easier to get apps into TestFlight. I wonder why they don’t do that.