SDK DocumentationRecipesAnnouncementsSupport Forum
AndroidiOSAnnouncementsSupport Forum

Support Forum

Ask a Question
ANSWERED

flutter dark mode Taboola not works

In Flutter App its works only in light mode , and also passed extraProperties.putIfAbsent("darkMode", () => "true"); not works
ANSWERED

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
ANSWERED
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)

Collection View Swift Issues

Hello I'm trying to implement a Taboola unit within a collection view but when I attempt to call the api to retrieve cell height for the generated Taboola unit to be fed into the layout it gives me maximum integer values for the collection view cell size do you all know why that is?
ANSWERED

Placement specs

My team is looking to implement your Android SDK and I was hoping to find a link to the ad placement specs in terms of what ad units are available; size, perimeter, characters etc.
ANSWERED

Text is clipped for list of items horizontally scrolling.

Hi, Recently We migrated our android app from V2 to V3. We found an inconsistency with text for items scrolling horizontally. the size of the widget is not high enough to show the forth line of text. I would provide picture if it's allowed. For the V2 version the text is ellipsized at the third line. Thank you, Hesham
ANSWERED
ANSWERED

Feed unit or widget unit with compositional layout

I'm integrating iOS SDK v3 in my iOS app. I'm having UICollectionView(s) with it I want to attach the feed unit and/or the widget unit. I followed the guide but I'm having compositional layout and diffable datasource for my UICollectionView. I just want to ask how height should pass when creating compositional layout section for FeedUnit or WidgetUnit? I tried to passing .estimated(100) for FeedUnit but it always stays 100 points of height.