brianomchugh
brianomchugh
> Sorry, I believe the previous issue has been resolved. However, I do have a new issue where when I try to use this application on IOS systems, during the...
Is there any way to conditionally hide remote notifications in the foreground (for instance if you are already looking at the chat thread that the message applies to)? I find...
@dominiczaq Yes I saw that example-- your condition is some value in the notification payload. I am more talking about some condition in the javascript code. For instance, in the...
OK this is what I came up with based off of your help @dominiczaq . I don't know much on the native side, so this is hacky-- but it might...
You make any progress on this?
I am getting a similar error: ``` ExceptionsManager.js:71 JSON value '{ code = ESKERRORDOMAIN0; domain = SKErrorDomain; message = "Cannot connect to iTunes Store"; nativeStackIOS = ( "0 AppName 0x0000000107ac3826...
So react-native is expecting a string, but instead gets the JSON value I posted. Not sure how to fix this, but a dirty workaround is to change line 38 in...
On a related note, any idea why the error code I get when cancelling is ESKERRORDOMAIN0, when it should be ESKERRORDOMAIN2?
I just noticed the same thing testing on Android. On iOS, I previously used setPlaybackCategory to create a toggle, but that does not work on Android either. I made sure...
@pappricot Oops, I meant setCategory... the following works for me with iOS and [email protected] (old version). I am going to try an older version on Android to see if it...