Andreas P.

Results 14 comments of Andreas P.

It works, just have to make sure you point to the right version when using cocoapods On Wed, Apr 22, 2015, 11:56 mrmarcsmith [email protected] wrote: > Is it safe to...

I have been unable to get the BLE33 to work as well, as it uses a different chipset than the other supported Arduinos. I Tried fiddling with custom boards.txt files,...

It still seems like the behavior differs between Android and iOS. `brazePlugin.contentCardsStreamController.stream` On iOS the stream does not emit anything upon first subscription, whereas on Android it does. EDIT: Actually,...

Yeah! I was able to solve this by adding the following code to my Swift code. ``` contentCardsSubscription = braze.contentCards.subscribeToUpdates { contentCards in BrazePlugin.processContentCards(contentCards) } ```