Mr. software craftsman
Mr. software craftsman
Thanks @amrutjadhav I have just created a monkey patch for this in a case somebody will need it ``` module Facebook module Messenger module Broadcast include HTTParty # Define base_uri...
You mean in this line? https://github.com/soulfly/firebase-id-tokens-verifier/blob/master/verifier.rb#L181
Facebook closed its XMPP Chat API recently so there is no a quick solution now...
@sagrawal31 does you fork also have a fix for Android?
Did you find a solution?
Hard fixed with ``` // Check the number of input channels. // Find the number of channels UInt32 size = sizeof(self.numInputChannels); UInt32 newNumChannels; CheckError(AudioSessionGetProperty(kAudioSessionProperty_CurrentHardwareInputNumberChannels, &size, &newNumChannels), "Checking number of input...
Yes, also tried in iPhone 5C - it has 2 microphones (lol, Apple said that it's exactly a copy of iPhone5) So, please just update to if(self.numInputChannels >= 1){ self.numInputChannels...
Does this plugin support Xcode 10?
@j3k0 Plugin itself works well But we have some issues there with signing stuff. When providing SHAREEXT_PROVISIONING_PROFILE & SHAREEXT_DEVELOPMENT_TEAM - then it says something went wrong with Xcode proj file,...
@j3k0 any hints from you would be very helpful We are currently going to try it with Xcode9 but anyway, I want to make it fully work at Xcode 10...