Questions tagged [appboy]

Appboy is the former name of Braze, a customer engagement platform. Use the Braze tag instead.

20 questions
2
votes
1 answer

Has anyone successfully used Braze/Appboy with Nuxt.js?

Braze/Appboy can be used with Vue but there's no Nuxt version and "braze nuxt" or "appboy nuxt" yields zero result on Google. This answer proposes a way to install a regular npm package on Nuxt, however would that solution also work for Braze? I…
drake035
  • 3,955
  • 41
  • 119
  • 229
2
votes
2 answers

Appboy initialize handler

I am using the appboy web sdk. How do I know when app boy is initialized and ready for calling functions on it? Is there a function to know when appboy is ready. Also is the initialize and open session is functions that synchronous?
Chris Hansen
  • 7,813
  • 15
  • 81
  • 165
1
vote
1 answer

Use Custom Event Properties for Canvas Decision Splits in Braze?

Problem: Is it possible to use custom event properties (triggering a canvas) inside the canvas, e.g. for decision splits? Example: Fire a custom event A into braze, containing a custom attribute "status = {X, Y}". Create an action-based campaign w/…
1
vote
1 answer

RCTEventEmitter payload is null in React Na

I have the following that emits an event from my iOS app to React Native. iOS - (void)sendBrazeDeepLinkUrlToReactNative: (NSString *) payload { if (hasListeners) { [self sendEventWithName:@"incomingRNAppEvent" body:@{@"url":payload}]; …
Glennweb
  • 99
  • 5
1
vote
1 answer

How to display Appboy HTML inAppMessage in React JS app

I need to to show a braze inAppMessage HTML pop up in my React JS application. here is my code base export const displayCustomInAppHTMLMessage = msgTxt => { const message = new appboy.HtmlMessage(msgTxt); …
reactdesign
  • 167
  • 1
  • 11
1
vote
1 answer

Android flavor and build variant specific appboy.xml file

Regarding an Android app having different flavors and build variants, I'm quite familiar with how to build certain string resources flavor & build variant specific. But for a file I'm not sure how that works. More concretely, I'm integrating Appboy…
1
vote
1 answer

Appboy iOS implementation

I have implmented appboy in iOS app for push notifications. This was working fine previously but from last two days its giving an error when I am trying to test a push. "None of the users with email or id asd111@gmail.com have matching push tokens…
Pankaj Bhardwaj
  • 2,081
  • 1
  • 17
  • 37
1
vote
1 answer

Category function name collision, how do I specify which category to use?

I'm using AFNetworking's UIImageView+AFNetworking category to asynchronously load images in my application. I added the AppBoy SDK and it specifies SDWebImage as a dependency. Both frameworks implement a function called setImageWithURL. Is there a…
Corey Zambonie
  • 614
  • 5
  • 17
1
vote
1 answer

AppBoy iOS push notifications

I'm trying to set up iOS Push Notifications and I've been going round in circles for the past 4 hours and got nowhere. The app is written in Swift 2.3. I set up the AppBoy application... Appboy.startWithApiKey("blahblahblahblah",…
Fogmeister
  • 76,236
  • 42
  • 207
  • 306
1
vote
2 answers

Extracting string and comparing with date

I have a string "products_2016-05-09" where 2016-05-09 is date appended in the string. I want to extract this date. If the date is minus 1 day I want to display string "products". How can I do this in liquid syntax?
Deepika Rajani
  • 564
  • 5
  • 15
1
vote
1 answer

Appboy-iOS-SDK/AppboyKit.h not found

I have installed Appboy 2.22 using CocoaPods. I'm getting the following error in my AppDelegate when I try to #import "Appboy-iOS-SDK/AppboyKit.h": Appboy-iOS-SDK/AppboyKit.h not found.
Anand Prakash
  • 87
  • 1
  • 8
1
vote
1 answer

How to override the behavior of opening Appboy web activity in deeplink In App messge

I am facing a problem in override the On Click Behavior in Appboy deeplink Please find the following data 1- Register Appboy in BaseActivity which is the parent activity for all Application Activities @Override protected void onResume() { …
Amira Elsayed Ismail
  • 9,216
  • 30
  • 92
  • 175
0
votes
1 answer

When I add the import for mParticle_appboy I get a "No such Module" error

I've created a new iOS project and I'm using cocoa pods to manage dependencies. When I try to us the dependency for mParticle_appboy I get the error "No such module 'mParticle_Appboy'. But I do can see that that dependency is in my pods. This is…
Dan Anderson
  • 1,062
  • 13
  • 26
0
votes
1 answer

Install and add custom events of @braze/sdk-web package in sails js/node js

how to install and add custom events of @braze/sdk-web package in sails js/node js. As I followed the documentation of braze but sails js server keeps giving error(restarting the server)
0
votes
1 answer

Rich notification not received when app is force quit

This problem is related to Appboy/Braze SDK. Atleast I hope so. In case the app is terminated and a sample standard/simple push is sent I get the notification. However, rich notification doesn't appear at all. This rich notification is implemented…
Rishab
  • 1,901
  • 2
  • 18
  • 34
1
2