Jump to content
View in the app

A better way to browse. Learn more.

RuneSuite RSPS Development

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Featured Replies

Posted
comment_5401

I still get error connecting to server, I feel like I am over looking or thinking something...

I know I am kinda trash at coding but, not THAT trash, let me go over what I have done.

client.java 

server = Config.IP;
public static String server = Config.IP;

Then, over in Config.java (where the config.ip is getting directed to)

public static final boolean LOCALHOST = true; (localhost is true)

public static final String IP = LOCALHOST ? "127.0.0.1" : VPS_IP; (localhost true to local ip)

public static final int PORT = 43594; (port is fine)

WHAT AM I OVERTHINKING???


THINGS I HAVE TRIED:

just making the public static final String IP = "127.0.0.1";

Same with server and public static String server equaling "127.0.0.1";

Edited by Pressure

  • 9 months later...

Create an account or sign in to comment

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.