pubnub Questions

5

Solved

I looked at similar forums but was not able to get any of the solutions to work. I am trying to pass variables from Flask to my JavaScript file. These values then will be used for PubNub from my Ja...
Sinful asked 16/5, 2016 at 17:28

1

I have an issue with "platformBrowserDynamic().bootstrapModule(app.app_module)" call, the error message is "Uncaught Error: ASSERTION ERROR: Type passed in is not NgModuleType, it does not have 'ɵm...
Schreck asked 15/2, 2020 at 17:19

1

I am using PubNub (GO SDK) publish/subscribe service to receive messages but I am not receiving any messages even when I am able to ping google.com from inside the container. In the Pubnub logs, e...
Mcquade asked 2/3, 2018 at 0:51

1

Solved

What is the right way to log every published message and save it to my server db. There are two options which I can think of: Use PubNub function After Publish event and forward the message to a...
Kamasutra asked 7/2, 2018 at 13:26

3

Solved

I'm connecting to PubNub in a Spring Boot application. From the documentation, it's ok to re-use PubNub objects but it's better to have one per thread. What's the appropriate method to store and re...
Collective asked 19/10, 2017 at 17:6

2

Solved

when receiving a message from pubnub, there is no information on the sender. how to know if it's a message from visitorA or visitorB ? there are examples on the web where the sender sends his name ...
Watershed asked 9/6, 2015 at 18:26

2

Solved

I'm trying to build an IoT + data analytics system and I'm having trouble deciding on what technology or service to use for ingestion. A high level description of the end goal is: IoT devices pu...
Velodrome asked 28/4, 2017 at 8:26

3

The publish callback in PubNub API returns with a message like below - [1,"Sent","13729639808030640"] But this does not give any indication as to for which message this callback is for. In case ...
Watusi asked 4/7, 2013 at 19:5

3

Has anybody been able to integrate PubNub with React Native? The PubNub support team told me to use the pubnub_browserify package and it should work. However when I do require('pubnub_browserify')...
Thornton asked 21/11, 2015 at 12:49

1

I work on a mobile application (react-native+pubnub) to make a WebRTC Video Chat . my problem is that pubnub doesn't have a specific SDK for react-native, how I can resolve this problem?
Other asked 24/7, 2016 at 1:1

2

Solved

I have this asynchronous request: Pubnub pn = new Pubnub(publishKey, subscribeKey, secretKey, cipherKey, enableSSL); pn.HereNow("testchannel", res => //doesn't return a Task { //response }, er...
Exult asked 12/2, 2015 at 20:13

1

Solved

I have a choice to either use GCM for push notifications but I have decided to leave a pubnub subscription opened in a running service in the background. It's a chat interface where every user le...
Applesauce asked 28/1, 2016 at 1:52

2

I have implemented PubNub subscribe and publish code. My code is working fine on activity. But now I want to execute that code in background with the help of service class. I have created my class ...
Sandpiper asked 9/4, 2015 at 18:16

3

Solved

I got time token like this from 14512768065185892 from PubNub.I need to convert this time token into following format dd/mm/yy. Any one please provide one method to convert time stamp to date form...
Mcgowan asked 28/12, 2015 at 5:13

5

Is it possible to define Pusher or PubNub as an Angular Service? Does someone have code examples of such an integration?
Rimini asked 21/9, 2012 at 10:4

2

i am working on one android application with the functionality of p2p video chat just like Skype. while researching on google, i got some libraries but not getting anything for android native. i d...
Gayla asked 26/2, 2015 at 10:40

1

Solved

As the very long title suggests, I'm having trouble playing the audio from a audio that I send over the network through PubNunb. What I do is I send the audio while recording from AudioRecord using...
Thaothapa asked 28/8, 2015 at 10:49

1

I am starting a new Cocoa Swift Project that is incorporating the PubNub SDK via CocoaPods with the following Podfile: target 'myProject' do source 'https://github.com/CocoaPods/Specs.git' use_fra...
Dramatize asked 26/7, 2015 at 22:3

1

Solved

Hey i'm using pubnub Services to add chat functionality to my Titanium App but i'm wondering if there is a way to get the number of unread messages. there is no info about this on api references W...
Aniline asked 29/5, 2015 at 10:11

1

I noticed my JS app gets slow sometimes (all UI gets slow). I tried to figure out why and I noticed that PUBNUB unsubscribe event is really heavy. All other PUBNUB events, such as state, subscribe ...
Crumbly asked 3/4, 2015 at 21:26

1

Solved

Title says it all. I've looked at this question and also here on the pubnub forums (same question, just different suggestion). The core of the issue is that as soon as the application suspends, pu...
Klarrisa asked 6/12, 2014 at 15:58

2

Solved

I'm developing simple browser real-time multiplayer (2 players in a gameplay atm) game. It involves fast and frequent player moves and changes of direction, so informations must be exchanged very q...
Endogamy asked 1/1, 2015 at 12:42

2

I am using PubNub for an IOS app (IOS SDK 8.0). When I am trying to unsubscribe from a channel on "applicationDidEnterBackground" event, I get the following console output. It says the channel is u...
Alidus asked 8/11, 2014 at 13:2

1

Couldn't find a clear answer to either: WebSockets: There is support for WebSockets (http://www.pubnub.com/websockets/) and socket.io, however do the other SDKs use web sockets? XMPP: Does PubNu...
Airglow asked 10/10, 2014 at 16:52

2

Solved

We're writing a chat app and have got the Pubnub service running in the background, listening for messages and firing a Notification Intent on receipt. The problem is that we're using a partial wak...
Bitumen asked 22/4, 2014 at 22:55

© 2022 - 2024 — McMap. All rights reserved.