SDK DocumentationRecipesAnnouncementsSupport Forum
AndroidiOSAnnouncementsSupport Forum

Support Forum

Ask a Question
ANSWERED

React-native iOS error: Can't find selector for JS function collectPendingEvents

React Native project (0.60.4) get this error on iOS: TaboolaSDK: Can't find selector for JS function collectPendingEvents TaboolaSDK: Native doesn't respond to selector (null) ((RNTaboolaView*) taboolaView).onDidLoad(values); } Thread 1: EXC_BAD_ACCESS (code=1, address=0x10)
ANSWERED

framework not found

Hi , After Update the taboolasdk version 2.7.1 app won't run . And The Error Shows Framework Not Found (Pods-xxx- Extension )
ANSWERED

How to pass custom tracking parameter

We Would like to implement the custom tracking parameters for reporting purpose in Taboola Widget via JS. We have searched the documentation also but was unable to find any appropriate docs, we would appreciate if you point us in the correct direction
ANSWERED

SDK for hybrid app

I want to integrate widget on my hybrid app (Android and iOS). Which documentation should I use?

Default constructor is missing for classType - class com.taboola.android.tblnative.TBLItemModel.

I am using version 3.8.17. After integration when launching the app from the second time onwards, the app gets fridge & gets the below logs. Android Studio Logs: BaseBlisonConverter com.packagename E Default constructor is missing for classType - class com.taboola.android.tblnative.TBLItemModel. exception - java.lang.NoSuchMethodException: com.taboola.android.tblnative.TBLItemModel.<init> \[]. please provide it for better work flow
ANSWERED

How to use @property(nonatomic, readwrite) NSString *optionalWidgetStyle

Hello Taboola, I'm having challenges understanding how to implement/force our own CSS into the widget - iOS Native. Referencing the documentation, we identified the property optionalWidgetStyle. Are there examples that you can share? Maybe a repo?
ANSWERED

Can we add our own content in Taboola feed.

I want to integrate my own content in taboola feed. Is it possible to show my feed along with taboola feed with taboola widget?
ANSWERED

Proguard warning com.taboola.android.homepage.HOME_PAGE_STATUS

After enabling shrinking resources and code obfuscation I get this warning: Missing class com.taboola.android.homepage.HOME_PAGE_STATUS (referenced from: int com.taboola.android.homepage.TBLHomePage.mHomePageStatus Is it possible to add it to proguard from your side? Are any additional proguard rules needed? Also taboola messes up with firebase initialization when the shrinking and obfuscation are enabled Exception java.lang.ExceptionInInitializerError: at com.google.firebase.perf.config.RemoteConfigManager.getInstance (RemoteConfigManager.java) at com.google.firebase.perf.config.ConfigResolver.<init> (ConfigResolver.java:78) at com.google.firebase.perf.config.ConfigResolver.getInstance (ConfigResolver.java:86) at com.google.firebase.perf.application.AppStateMonitor.<init> (AppStateMonitor.java:98) at com.google.firebase.perf.application.AppStateMonitor.getInstance (AppStateMonitor.java:87) at com.google.firebase.perf.metrics.NetworkRequestMetricBuilder.<init> (NetworkRequestMetricBuilder.java:92) at com.google.firebase.perf.metrics.NetworkRequestMetricBuilder.builder (NetworkRequestMetricBuilder.java) at com.google.firebase.perf.network.FirebasePerfUrlConnection.instrument (FirebasePerfUrlConnection.java:186) ** at com.taboola.lightnetwork.protocols.http.HttpRequest.performRequest (HttpRequest.java:73) at com.taboola.lightnetwork.protocols.http.HttpRequest.access$000 (HttpRequest.java) at com.taboola.lightnetwork.protocols.http.HttpRequest$1.run (HttpRequest.java)** at java.lang.Thread.run (Thread.java:1012) Caused by java.lang.IllegalStateException: at com.google.firebase.FirebaseApp.getInstance (FirebaseApp.java:179) at com.google.firebase.perf.config.RemoteConfigManager.getInitialStartupMillis (RemoteConfigManager.java:91) at com.google.firebase.perf.config.RemoteConfigManager.<init> (RemoteConfigManager.java:85) at com.google.firebase.perf.config.RemoteConfigManager.<clinit> (RemoteConfigManager.java:52)
ANSWERED

page URL to pass into initWithPageType in TBLClassicPage

Hi, I'm trying to initialize an instance of `TBLClassicPage` as part of integrating Taboola into my app. Part of the initializer requires a pageURL which according to the API doc is `String describes the website's URL`. My app is a white label app sold to customers. So would that be the website of the individual customer(e.g. just <https://www.google.com>)? Thanks,
ANSWERED