Where do I find all available SDKs?
Mopinion offers mobile SDKs for iOS and Android apps, to collect in-app feedback with native feedback forms. Please see this page for more details about the SDKs.
To run our mobile SDK (Software Development Kit) you would first have to install the SDK in your Android or iOS app.
Once installed you can build feedback forms in our platform, which will be rendered dynamically in a native interface in your app. On How do I deploy an in-app form on my app? you will find step-by-step instructions to build a mobile in-app feedback survey, add it to your SDK deployment, and preview the survey in our demo app.
The SDKs with installation instructions for mobile developers can be found on Github and NPM:
Native SDK
These SDKs support feedback forms shown natively as well as through webviews.
Android: GitHub - Mopinion-com/mopinion-sdk-android: Mopinion Mobile SDK for Android. Built in native Kotlin built with Kotlin
iOS: GitHub - Mopinion-com/mopinion-sdk-ios-swiftpm: Binary releases of MopinionSDK for iOS using SwiftPM(via Swift Package Manager) or GitHub - Mopinion-com/mopinion-sdk-ios: Binary releases of MopinionSDK for iOS (via Cocoapods) built with Swift
Web SDK
These SDKs only support feedback forms shown through a webview.
iOS: GitHub - mopinion/mopinion-sdk-ios-web: Mopinion Mobile web SDK for iOS
React native SDK
This SDK support feedback forms shown natively as well as through webviews.
npm: mopinion-react-native-sdk
Cordova
This plugin uses the Web SDKs to show feedback forms.
GitHub - mopinion/mopinionsdk-cordova-plugin: Mopinion SDK Cordova plugin
npm: mopinionsdk-cordova-plugin
Flutter bridge
This bridge uses the native SDKs to show feedback forms.
mopinion_flutter_integration_plugin | Flutter package
https://github.com/Mopinion-com/flutter-integration-sdk
Demo app
Preview your Mopinion deployments before you use them in your own app. With the Mopinion Forms app, you can see your feedback forms as they will appear in your own app. Download the app from the Play or App store.
iOS: Mopinion Forms
Deprecated SDKs
The following SDKs have been deprecated as of the 31s of December 2023 and are no longer supported.
Android: https://github.com/mopinion/mopinion-sdk-android
iOS: https://github.com/mopinion/mopinion-sdk-ios
If you are looking to build a regular feedback form for mobile web (web-based and responsive instead of native), please check this article: How do I build a feedback form?