android facebook sdk app: minimum android version - facebook-android-sdk

What's the minimum version of an android app taking advantage of the latest android facebook sdk 3.0 ?
I'm reading this in the facebook sdk source manifest: <uses-sdk android:minSdkVersion="8" />.
Can it be as low as SDK_INT=4 if we're using the android-support-v4.jar library ? Or will the facebook library make our apps impossible to use on versions lower than sdkint=8 ?

i tried using with (api 4), the facebook 3.0 sdk does not work and crashes with it. Went to the next highest (android 2.1 api 7) and that worked....

Related

What is the current Android SDK support? - Expo

I can not find the Expo support for Android SDKs. Android 4.4 is no longer supported since Expo SDK v31.0.0 version Here. Since Expo v31 now is 6.0
Where can i find more information about Android SDK support?
You can see it in the docs:
The minimum supported OS versions are Android 5+ and iOS 10+
If you need to support older versions, you will not be able to use the managed workflow.
Android 5.0 is Lollipop, API 21.

Facebook android sdk 4.9 can't open share dialog

I have developed an app using facebook android sdk 4.9 and I am in the testing phase. All was well until I tested the app on a Samsung tab running android 4.0.3 (API 15).
I have followed the exact guide, but it shows a dialog which says
"Unable to show the provided content via web or installed version of Facebook app. Some dialogs are only supported starting API 14"
Again, if the device has the latest Facebook app, its works. But my guess is it should work for all devices on and above API 14 with/without Facebook app. Any ideas?
Thanks

AdMob SDK for windows 8

Google's AdMob page(Monetize your app) says the following:
Cross platform
AdMob connects you with millions of advertisers looking to reach users across platforms, including Android, iOS and Windows 8.
I have searched extensively, but failed to find the SDK for Windows 8.
Could anyone provide a pointer?
The Android SDK is at
https://developers.google.com/mobile-ads-sdk/download#downloadplay
There is no SDK specific to Windows8. SDK is dependent upon target dev platform, iOS, Android, WindowsPhone8 etc. That same page provides the SDKs for all platforms.

Titanium settings to distribute an android app

I have a doubt with the Android SDK setting in the menu for distribute an Android App in Titanium.
What Android SDK Version means?
The minimum SDK Version?
Or
I must create an APK for each Android
Version?
If choose Android 4.3 [x86] the resultimg APK will work for the older android devices like 2.3.3 too?
And viceversa?
The min sdk tells which would be the oldest version of android that it supports means if we give minSdk version 2.3.3 then it should work for all above and specific versions
Thanks

Trigger.io Android mobile app using outdated Facebook SDK? Warning to upgrade to 3.0.1 from Facebook

I've recently received an alert in developer.facebook.com for my Android app built using Trigger.io Forge:
Please upgrade to the Facebook SDK 3.0.1 for Android
attentionThursday
This app uses an outdated version of the Facebook SDK for Android. Please download the latest version: Android SDK 3.0.1. You can also learn how the newest SDK makes it easier and faster to build great mobile apps.
We also provide an upgrade guide to make this process as easy as possible.
Facebook will stop supporting v2.0 of the SDK in June 2013, so you are advised to upgrade to the new SDK as soon as possible.
I'm using the latest forge platform version 1.4.38.
What version of the FB SDK is Trigger.io using, and what is the schedule for updating to 3.0.1?
We updated our integration to the latest Facebook Android SDK (3.0.1 at this time) in our v1.4.41 platform version:
http://docs.trigger.io/en/v1.4/release-notes.html#v1-4-41