Dan Carbonell
Dan Carbonell
@hima-Megahed Sorry for the delay here, just now getting caught up on this issue. Based on the setup of your app, can you console log which event fires in this...
@hima-Megahed Great info! Ok this is what I suspected, the `notification.added_to_channel` event adds the channel in question to the list, but `channel.updated` does not. We're looking to make a pretty...
@hima-Megahed I just researched this a bit and noticed that while our event listener for the `'channel.updated'` event doesn't automatically add the channel in question to the list, we do...
@hima-Megahed I can speak with our backend team to see if the events fire in this order for any particular reason. Since other events trigger `channel.updated` we probably won't add...
@hima-Megahed here's the exact message I sent to the back end team, and they said this is not the expected results. Can you share a code snippet of how you're...
Ahh ok, so you're hitting those endpoints from the .NET SDK. I don't have experience with this language/SDK, so we're going to need to pull in a backend engineer to...
@numandev1 I am having the same problem and just opened a fresh issue with all my details, https://github.com/Shobbak/react-native-compressor/issues/144 Thanks
@shawarmaz not sure if you got this yet or not, but here's the solution I used... ``` - (BOOL)application:(UIApplication *)application openURL:(NSURL *)url options:(NSDictionary *)options { // check url string NSString...