android - Push Notification with proxy -


i'm stuck strange android behavior , i'd appreciate if can suggest me how proceed.

i’v developed app gcm first, upgraded fcm, send messages , notifications server. goes using app mobile connectivity or wifi on open network, devices stop receive notifications when connected wifi behind proxy.

the proxy of course configured on device , can surf on internet, read email, connect machine gcm server installed; don’t receive notification… , not app apps, hangouts, whatsapp , gmail…

probably google play service cannot connect google server… can force it?

i can manage network settings, i've removed firewall, ports open. if connect normal gateway works, if connect devices transparent proxy, notifications stop arrive.

i’v read on forums users use “drony” or root smartphones, unfortunately these devices in production environment , under warranty, cannot install third-party app or root devices.

in app don’t manage directly proxy configuration, os configuration, normal android notifications don’t work behind proxy?

update:
following topic https://stackoverflow.com/a/31832657/2358012 , dialing *#*#426#*#*
gives me using proxy, google play services disconnected -> connection failed. tcp connection doesn't pass through proxy. i've set socks server, in android, without root, not possible configure socks connection, right?

all depends on company campus network access policy. can not if your

company campus proxy firewall doesn't provide access these sites. however, you

can ask them allow these url through proxy firewall.

use link ur refrence ok please vote here


Comments

Popular posts from this blog

sql - invalid in the select list because it is not contained in either an aggregate function -

Angularjs unit testing - ng-disabled not working when adding text to textarea -

How to start daemon on android by adb -