Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Once installed you can build feedback forms in our platform, which will be rendered dynamically in a native interface in your app. Below On How do I deploy an in-app form on my app? you will find a step-by-step instruction instructions to build a mobile in-app feedback survey, how to add it to your SDK deployment, and how to preview the survey in our demo app. 

The SDKs can be found here with installation instructions for mobile developers :

...

can be found on Github and NPM:

Native SDK:

Android: https://github.com/Mopinion-com/mopinion-sdk-android built with Kotlin

iOS: https://github.com/Mopinion-com/mopinion-sdk-ios-swiftpm(via Swift Package Manager) or https://github.com/Mopinion-com/mopinion-sdk-ios (via Cocoapods) built with Swift

Web SDK:

Android: https://github.com/mopinion-com/mopinion-sdk-android-web

iOS: https://github.com/mopinion/mopinion-sdk-ios-web

...

Android: https://github.com/mopinion/mopinion-sdk-android (this SDK is deprecated. Support will end on 31st of December 2023)

iOS: https://github.com/mopinion/mopinion-sdk-ios (this SDK is deprecated. Support will end on 31st of December 2023)

We also offer a React Native package:

https://www.npmjs.com/package/mopinion-react-native-sdk

Cordova

https://github.com/mopinion/mopinionsdk-cordova-pluginWe also offer a React Native package:

https://www.npmjs.com/package/mopinionsdk-cordova-plugin

Flutter bridge

https://pub.dev/packages/mopinion-react-native-sdk_flutter_integration_plugin

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.

Android: https://play.google.com/store/apps/details?id=com.mopinion.mopinion&hl=en-US&ah=3WSOnBjpWN0FSqAYYp00JDuePMg

iOS: https://apps.apple.com/ie/app/mopinion-forms/id1376756796

Info

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?

...

Easy html macro
theme{"label":"solarized_dark","value":"solarized_dark"}
contentByMode{"html":"<div id=\"surveyContent\"></div>","javascript":"var confluenceData = {};\nvar pageId;\nvar pageTitle;\n\ntry {\n confluenceData = JSON.parse(parent.window.name);\n var pageId = confluenceData.options.productContext['page.id'];\n var pageTitle = confluenceData.options.productContext['page.title'];\n} catch(e) {}\n\nvar src = 'https://collect.mopinion.com/assets/surveys/2.0/js/survey.min.js';\n\nvar vars = {\n key:'211a4fdb96626776846147095cc335b448e20458', \n domain:'app.mopinion.com', \n divName:'surveyContent', \n button:false, \n use_collect:false, \n useQuerySelectorAll:false\n};\n\nvar s = document.createElement('script');\ns.async = 'async';\ns.id = 'mopinionFeedbackScript';\ns.src = src;\ns.onload = s.onreadystatechange = function() {\n if (!s.readyState || s.readyState === 'loaded' || s.readyState === 'complete') {\n try {\n srv.loadSurvey(vars);\n } catch (e) {}\n }\n}\ndocument.head.appendChild(s);","css":""}