mirror of
https://github.com/formbricks/formbricks.git
synced 2026-04-19 02:10:33 -05:00
chore: adds docs for min ios and android versions (#6956)
This commit is contained in:
@@ -345,6 +345,8 @@ Now, visit the [Validate Your Setup](#validate-your-setup) section to verify you
|
||||
|
||||
## Swift
|
||||
|
||||
<Info>**Minimum iOS Version:** The Formbricks iOS SDK requires **iOS 16.4** or higher.</Info>
|
||||
|
||||
Install the Formbricks iOS SDK using the following steps:
|
||||
|
||||
**Swift Package Manager**
|
||||
@@ -363,7 +365,7 @@ Install the Formbricks iOS SDK using the following steps:
|
||||
1. Add the following to your `Podfile`:
|
||||
|
||||
```ruby
|
||||
platform :ios, '16.6'
|
||||
platform :ios, '16.4'
|
||||
use_frameworks! :linkage => :static
|
||||
|
||||
target 'YourTargetName' do
|
||||
@@ -429,6 +431,10 @@ Now, visit the [Validate Your Setup](#validate-your-setup) section to verify you
|
||||
|
||||
## Android
|
||||
|
||||
<Info>
|
||||
**Minimum Android Version:** The Formbricks Android SDK requires **Android 10 (API level 29)** or higher.
|
||||
</Info>
|
||||
|
||||
Install the Formbricks Android SDK using the following steps:
|
||||
|
||||
### Installation
|
||||
|
||||
Reference in New Issue
Block a user