ivpn / android-app

Official IVPN Android app
https://www.ivpn.net/apps-android
GNU General Public License v3.0
291 stars 53 forks source link

Notifications not coming through Android 14 #308

Closed shadowcyberdeck closed 5 months ago

shadowcyberdeck commented 5 months ago

Bug report

Describe your environment

Describe the problem

Not getting any notifications while connected to VPN.

Steps to reproduce:

  1. Connect to any server via IVPN app
  2. Send a test email/text/whatever or an app sends a notification to your device
  3. Recieve no notifications from step 2
  4. Turn off VPN
  5. Device recieces all past notifications from when the VPN was enabled to when it got turned off

Observed Results:

Not getting any notifications, even from apps that are scheduled to send a device notification every 30 minutes.

Expected Results:

While connected to IVPN, notifications should be coming through, but aren't.

Relevant Code:

// TODO(you): code here to reproduce the problem
shadowcyberdeck commented 5 months ago

I may have figured it out. Had android system intelligence, google play services & google play store data access limited to only WiFi, and not both "mobile data & wifi" under "commections - mobile data usage - allowed networks for apps" settings.

Will need to do more testing so far im getting notifications while on VPN.

shadowcyberdeck commented 5 months ago

I may have figured it out. Had android system intelligence, google play services & google play store data access limited to only WiFi, and not both "mobile data & wifi" under mobile data access settings.

Will need to do more testing so far im getting notifications while on VPN.

EDIT: Further testing showd the above setting changes resolved the issue.