Support Forum
duplicate resource error
<declare-styleable name="TaboolaWidget">
<attr format="string" localization="suggested" name="publisher"/>
<attr format="string" localization="suggested" name="mode"/>
<attr format="string" localization="suggested" name="placement"/>
<attr format="string" localization="suggested" name="page_type"/>
<attr format="string" localization="suggested" name="target_type"/>
<attr format="string" localization="suggested" name="url"/>
<attr format="boolean" localization="suggested" name="auto_resize_height"/>
<attr format="boolean" localization="suggested" name="scroll_enabled"/>
<attr format="boolean" localization="suggested" name="item_click_enabled"/>
error: duplicate value for resource 'attr/mode' with config ''.
Posted by Armen about 3 years ago
error itms-90171 invalid bundle structure
Hi,
we're using TaboolaSDK 2.6.0 on iOS via CocoaPods.
Everything seems to work perfectly, however when we try to upload a build to the App Store, we get the following error concerning some resources within the TaboolaSDK:
error itms-90171 invalid bundle structure: the binary file ...Frameworks/TaboolaSDK.Framework/TaboolaSDKResource.Bundle/TaboolaSDKResource is not permitted. Your app can't contain standalone executables or libraries, other than a valid CFBundleExecutable of supported bundles.
You can see a screenshot here https://ibb.co/smdc501
Any idea on how to fix this?
Thanks
Posted by Pasquale Puzio about 2 years ago
can you help to solve the NullPointerException
Fatal Exception: java.lang.NullPointerException: Attempt to invoke virtual method 'void com.taboola.android.TaboolaWidget.removeView(android.view.View)' on a null object reference
at com.taboola.android.GLHelper$ClearRenderer$1.run + 54(GLHelper.java:54)
at android.os.Handler.handleCallback + 815(Handler.java:815)
at android.os.Handler.dispatchMessage + 104(Handler.java:104)
at android.os.Looper.loop + 207(Looper.java:207)
at android.app.ActivityThread.main + 5816(ActivityThread.java:5816)
at java.lang.reflect.Method.invoke(Method.java)
at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run + 789(ZygoteInit.java:789)
at com.android.internal.os.ZygoteInit.main + 679(ZygoteInit.java:679)
Posted by rena.w almost 3 years ago
gradle error while using Android SDK 2.8.0 or 2.8.1
Hi -
We are getting the following error while trying to upgrade to 2.8.0 or 2.8.1
```
> Task :app:processDebugManifest FAILED
[com.taboola:android-sdk:2.8.1] /Users/jenkins/.gradle/caches/transforms-2/files-2.1/77fdf33b9b8bd0b1c455fdf83ef81be1/jetified-android-sdk-2.8.1/AndroidManifest.xml:14:9-65 Error:
Missing 'package' key attribute on element package at [com.taboola:android-sdk:2.8.1] AndroidManifest.xml:14:9-65
[com.taboola:android-sdk:2.8.1] /Users/jenkins/.gradle/caches/transforms-2/files-2.1/77fdf33b9b8bd0b1c455fdf83ef81be1/jetified-android-sdk-2.8.1/AndroidManifest.xml Error:
Validation failed, exiting
```
What should we do?
Posted by Leon F over 1 year ago
Could you help me to solve the NullPointerException ?
java.lang.NullPointerException:
at com.taboola.android.OnScrollChangedListenerImpl.<init> (OnScrollChangedListenerImpl.java:23)
at com.taboola.android.js.WebViewManager.initScrollChangeListener (WebViewManager.java:149)
at com.taboola.android.js.WebViewManager.onAdIdRetrieved (WebViewManager.java:141)
at com.taboola.android.js.WebViewManager.access$300 (WebViewManager.java:34)
at com.taboola.android.js.WebViewManager$4.onAdIdRetrieved (WebViewManager.java:123)
at com.taboola.android.js.TaboolaJs$3.onIdRetrieved (TaboolaJs.java:423)
at com.taboola.android.utils.AdvertisingIdClient$2$2.run (AdvertisingIdClient.java:117)
at android.os.Handler.handleCallback (Handler.java:808)
at android.os.Handler.dispatchMessage (Handler.java:101)
at android.os.Looper.loop (Looper.java:166)
at android.app.ActivityThread.main (ActivityThread.java:7425)
at java.lang.reflect.Method.invoke (Native Method)
at com.android.internal.os.Zygote$MethodAndArgsCaller.run (Zygote.java:245)
at com.android.internal.os.ZygoteInit.main (ZygoteInit.java:921)
Posted by Frank ding about 3 years ago
Why can I not see my latest post/comment?
Hi, all
There is a caching issue with the platform that hosts our Community.
As a result, new posts/comments might not be visible for you.
This issue is under investigation.
Our profuse apologies for the temporary inconvenience.
Mobile SDK community team
Posted by Taboola about 2 years ago
Will the feed available in regional languages?
My application feed available in different languages, I want to show the taboola feed in that the user selected language. Will it serve the feed fir different languages.
Posted by Thirupathi Mukkera almost 3 years ago
feed code null exception
taboolaWidget = new TaboolaWidget(MoreActivity.this);
taboolaWidget.getLayoutParams().height = SdkDetailsHelper.getDisplayHeight(MoreActivity.this) * 2;
when i set above code, there is a exception as follow:
Caused by: java.lang.NullPointerException: Attempt to write to field 'int android.view.ViewGroup$LayoutParams.height' on a null object reference
How can i to update code?
Posted by Frank ding over 3 years ago
error: ITMS-90809: Deprecated API Usage by Apple. Use of Deprecated UIWebView in Taboola.
Hi,
I am currently using the latest version(2.6.1) of Taboola in my project but inspite of that I am unable to upload the project to Appstore. When I searched for the presence of UIWebView in my project then I have received the below stated issue. Please do the needful.
Pods/TaboolaSDK/TaboolaSDK.framework/Headers/TaboolaView.h: Optional. Force legacy UIWebView.
Thanks in advance.
Posted by B Sai Deeraj about 2 years ago
Ads are not loading in devices which has android version 10+ or target Sdk version 30
Ads are not loading and It gives an error like below
E/SdkDetailsHelper: createSdkDetailsJSON() failed, sdkType = [Taboola Android SDK] java.lang.SecurityException: getDataNetworkTypeForSubscriber: getDataNetworkTypeForSubscriber
Posted by Chirag Patel almost 2 years ago