Yusuf kaleem khan
Yusuf kaleem khan
thanks, @paalex and @phithu in my case both version and image name were the issue its working now
hi @christianchown am I missing something? i have tried adding below as described `NotificationCompat.Builder notification = new NotificationCompat.Builder(mContext, bundle.getString("channel"))` i also add below in manifest `` and i am hitting...
thanks, @YourBoB , I found the solution here #1111
I have not found any solution yet but but this error will not stop you from running the app I am able to test the app and publish on store
The error "**It's no longer allowed to omit the '-loader' suffix when using loaders.**" is simply saying you need to **append -loader** where you are using loader, like if you...
> > Yes it is possible > > Server > > ```js > > io.on('connection', function (socket) { > > socket.on('client-stream-request', function (data) { > > var stream = ss.createStream();...
> Yes it is possible > > Server > > ```js > io.on('connection', function (socket) { > socket.on('client-stream-request', function (data) { > var stream = ss.createStream(); > var filename =...