android - HTTP Error when trying to connect to a channel in Pubnub -


i trying connect channel in pubnub using application in android studio. how fix this?

subscribe : error on channel my_channel : [error: 103-1] : http error. please check network connectivity. please contact support error details if issue persists.

its late answer , might else.

pub nub uses internet , adding internet permissions manifest solved problem . not mentioned in pub nub documentation .

<uses-permission android:name="android.permission.internet" /> 

Comments

Popular posts from this blog

c# - Better 64-bit byte array hash -

webrtc - Which ICE candidate am I using and why? -

php - Zend Framework / Skeleton-Application / Composer install issue -