https://github.com/outsystems/cordova-outsystems-appfeedback
Cordova plugin for the App Feedback feature on OutSystems Apps
https://github.com/outsystems/cordova-outsystems-appfeedback
app cordova-plugin engineering feedback mobile odc outsystems snyk-mobile
Last synced: 5 months ago
JSON representation
Cordova plugin for the App Feedback feature on OutSystems Apps
- Host: GitHub
- URL: https://github.com/outsystems/cordova-outsystems-appfeedback
- Owner: OutSystems
- License: apache-2.0
- Created: 2017-03-27T14:13:55.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2023-08-30T11:20:10.000Z (almost 3 years ago)
- Last Synced: 2024-12-30T04:59:10.562Z (over 1 year ago)
- Topics: app, cordova-plugin, engineering, feedback, mobile, odc, outsystems, snyk-mobile
- Language: Objective-C
- Homepage:
- Size: 14 MB
- Stars: 0
- Watchers: 19
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Cordova Plugin for OutSystems App Feedback
## OutSystems App Feedback
OutSystems App Feedback allows customers to collect user feedback from their mobile applications. To submit feedback, users can draw on the screen, add voice notes, or type text directly on their tablets or smartphones. All user interactions and annotations are compiled into a comprehensive user story that developers can review through an intuitive interface, enabling them to navigate directly to the relevant screen and begin implementing changes.
## Supported Platforms
- iOS
- Android
## How to Deploy
Test your features in the `master` branch.
To make features available to OutSystems 11 customers, create or update a branch named `mabsX`, where `X` is the major MABS version (e.g., `mabs11` for MABS 11).
When apps that include App Feedback are built in MABS, the plugin is included automatically. The `mabsX` branch name determines which plugin commit MABS will use for the build.
## Update Mobile ECT
### Android
...
### iOS
To update the Mobile ECT framework used by the plugin, replace the `OutSystemsMobileECT.xcframework` file located in the `src/ios` folder with the new version of the framework. The framework can be obtained from the [outsystems-appfeedback-ios-sdk](https://github.com/OutSystems/outsystems-appfeedback-ios-sdk) repository. Follow the instructions in the repository README to build the framework.