use_frameworks!
platform :ios, '12.0'
# Your target
target 'MyApp' do
# ... others pods
pod 'ConfirmitMobileSDK', '3.9.0'
end
Step 2. Run pod update.
3. Manual Method
Step 1. Clone Github repository.
Step 2. If the Framework folder doesn’t already exist, right-click on your project in the project navigator (top-most entry), and select “New Group”. Name the new group Frameworks.
Step 3. Drag and drop it from Finder into the Frameworks folder. Make sure that the destination is just under the Frameworks folder before dropping.
Step 4. Then, make sure the following options are selected for adding files:
Both “Copy items if needed” and “Create groups” should be checked and selected.
Digital Feedback Mobile SDK
The Forsta Digital Feedback Mobile SDK provides seamless in-app feedback for any touch point within your mobile application.
Documentation
Everything you need to get started with integration can be found in the repository wiki.
Setup (Android)
Prerequisites
Installation
Add the SDK dependency to the application level
build.gradle
file.Once you make these two changes, simply refresh / sync your gradle dependencies.
R8 / ProGuard
If you are using R8, the shrinking and obfuscation rules will be included automatically.
ProGuard users must manually add following rules.
Setup (iOS)
Prerequisites
Installation
1. Using Swift Package Manager
Step 1. Add package URL and dependency to
Package.swift
Step 2. Run
swift package resolve
2. Using CocoaPods
Step 1. Add local pod path to the
Podfile
.Step 2. Run
pod update
.3. Manual Method
Step 1. Clone Github repository.
Step 2. If the Framework folder doesn’t already exist, right-click on your project in the project navigator (top-most entry), and select “New Group”. Name the new group
Frameworks
.Step 3. Drag and drop it from Finder into the Frameworks folder. Make sure that the destination is just under the Frameworks folder before dropping.
Step 4. Then, make sure the following options are selected for adding files: