-
Notifications
You must be signed in to change notification settings - Fork 1.3k
consider dev update notification in IDE #7311
Comments
Realm runs a version-checking Web service. Here’s the client-side code, which runs only in the Simulator. |
Ooh, neat. 👍 |
I really like this idea, especially as Realm has implemented it (e.g., simulator-only). Google Maps iOS SDK prints a similar message when the view is first initialized, in addition to always printing the current version:
|
Noticed today that Realm is showing an update notice in the gradle console: Code for that is here. |
This happened for iOS in #8282. |
Capturing from convo with @chloekraw and @LukasPaczos that default setup in #7311 (comment) is sufficient for Android. Removing label |
Cool, then I think we’re done here (unless @1ec5 has plans for this? feel free to reopen). |
It’s tracked on this project board for macOS, just so it doesn’t fall off my radar as a theoretical improvement. But I don’t see a practical need for it at this time, given that any macOS map SDK clients are likely to be using either CocoaPods or Carthage. |
Noticed something in the Realm Swift SDK the other day which I thought was pretty cool and could be useful for our mobile SDKs.
When you fire up your app (at least in Xcode) it lets you know if there is a new version available each and every launch:
This is a nice feature and is both a notification as well as a subtle reminder to keep up to date. We could probably do it on Android, too (though IIRC the console is usually more verbose there and it might be missed).
@mapbox/ios @mapbox/android
The text was updated successfully, but these errors were encountered: