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
Post a Comment