Support Forum
ANR on App launch with Taboola and Firebase Performance Plugin
Hi,
I am using Taboola ads in my app. It seems Taboola ads sdk not compatible with latest Firebase Performance plugin.
First session navigate to the fragment where Taboola ads located and I can see the advertisements as expected. Then if I kill the app from recent screens and when I try opening it again there's a crash / ANR.
here is the library versions I am using
Android Gradle Plugin version 8.0.2
Kotlin 1.8.0
Taboola sdk com.taboola:android-sdk:3.8.18
Firebase Performance plugin: com.google.firebase:firebase-perf-ktx:20.4.1
Android app target version : 33
Android Studio Giraffe | 2022.3.1 Patch 1
Note: Its working fine If I downgrade the performance plugin version to firebase-perf-ktx:20.3.0
Posted by Dayakar 5 days ago
File not found exception
i am getting this error getHtmlTemplateFileContent :: error opening template file java.io.FileNotFoundException: sampleContentPage.html. my code is same as sample application.
Posted by Priya 5 days ago
Unable to generate signed apk - Proguard R8-Full Mode
I am trying missign class error while generating signed apk
Missing class com.taboola.android.homepage.HOME_PAGE_STATUS (referenced from: int com.taboola.android.homepage.TBLHomePage.mHomePageStatus and 4 other contexts)
I have keep rules in progurad file as but still getting same error
\-keep public class com.taboola._ { _; }
-keep,allowoptimization,allowobfuscation class com.taboola.android.\*_ { _; }
Posted by dayakar 6 days ago
In flutter, Its possiable to add show more button after 10 ads.
if tab show more then again add 10 ads so on..
Posted by Jaikumar about 2 months ago
Read More button is not showing
The docs says (<https://pubhelp.taboola.com/hc/en-us/articles/360048615054-Working-With-Div-Elements>) I have to put my taboola container after my main article container, but is not working. Is there another config step I'm skipping?
Posted by Daniel Castillo 2 months ago
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,
Posted by Ahmad Bushnaq 2 months ago
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
Posted by Nabajyoti Boro 3 months ago
flutter dark mode Taboola not works
In Flutter App its works only in light mode ,
and also passed extraProperties.putIfAbsent("darkMode", () => "true"); not works
Posted by jai kumar 3 months ago
Webview Pager
I have a pager with several webviews on iOS, including taboola's ads.
the last webview displayed is working fine, but when going back to previous webview, no actions are fired when clicking the taboola items. The "didClickOnPlacementItem" function is not called as it should be
the delegate (TBLWebPageDelegate) reference seems to be "gone", or it went to the last webview shown. . Anyway, the "previously built" webview has non clickable taboola items
Regards
Posted by Team CARDIWEB 3 months ago
How to implement Dark Mode in V3 SDK.
I have implemented Taboola SDK in the app but not able to change mode to Dark.
SDK:
```
implementation 'com.taboola:android-sdk:3.5.0'
```
Posted by Nitin Sharma 3 months ago