samuelthomas2774 / nxapi

Nintendo Switch Online/Parental Controls app APIs. Show your Nintendo Switch presence in Discord, get friend notifications on desktop, and download and access SplatNet 2, NookLink, SplatNet 3 and Parental Controls data. Mirror of https://gitlab.fancy.org.uk/samuel/nxapi.git.
GNU Affero General Public License v3.0
428 stars 34 forks source link

Nintendo Switch Online app v2.5.0 (01/03/2023) #56

Closed samuelthomas2774 closed 1 year ago

samuelthomas2774 commented 1 year ago

Release notes (https://www.nintendo.co.uk/-1520024.html):

  • Updated the contents of some Splatoon 3 widgets for Android.
  • Splatoon 3 widgets can now also be used on the lock screen in iOS 16.
  • Various other small changes have also been made.
In-app announcement (iOS):
> Thank you for using the Nintendo Switch Online app. > > You can now update the app to Ver. 2.5.0. > > Please see below for a list of version changes. > > - Splatoon 3 widgets can now also be used on the lock screen in iOS 16. > - Various other small changes have also been made. > > --- > > We hope you continue to enjoy the Nintendo Switch Online app. > ```json > { > "announcementId": 151, > "priority": 0, > "forceDisplayEndDate": 253402300799, > "distributionDate": 1677722400, > "title": "Ver. 2.5.0 update announcement", > "description": "Thank you for using the Nintendo Switch Online app.\r\n \r\nYou can now update the app to Ver. 2.5.0.\r\n\r\nPlease see below for a list of version changes.\r\n \r\n- Splatoon 3 widgets can now also be used on the lock screen in iOS 16.\r\n- Various other small changes have also been made.\r\n \r\n---\r\n \r\nWe hope you continue to enjoy the Nintendo Switch Online app." > } > ```
In-app announcement (Android):
> Thank you for using the Nintendo Switch Online app. > > You can now update the app to Ver. 2.5.0. > > Please see below for a list of version changes. > > - Updated the contents of some Splatoon 3 widgets. > - Various other small changes have also been made. > > --- > > We hope you continue to enjoy the Nintendo Switch Online app. > ```json > { > "announcementId": 152, > "priority": 0, > "forceDisplayEndDate": 253402300799, > "distributionDate": 1677722400, > "title": "Ver. 2.5.0 update announcement", > "description":"Thank you for using the Nintendo Switch Online app.\r\n \r\nYou can now update the app to Ver. 2.5.0.\r\n\r\nPlease see below for a list of version changes.\r\n \r\n- Updated the contents of some Splatoon 3 widgets.\r\n- Various other small changes have also been made.\r\n \r\n---\r\n \r\nWe hope you continue to enjoy the Nintendo Switch Online app." > } > ```