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

android - questions about switching from C2DM to GCM -

c++ - Qt setGeometry: Unable to set geometry -

batch file - How to extract all multi-volume RAR archives from subfolders of a folder? -