downloads - AEVI-AppFlow/pos-android-sdk GitHub Wiki
There are a few different components relevant for anyone who wants to test AppFlow or start integrating with it;
- AEVI Flow Processing Service (FPS) - handles initiation requests and processes the flows
- AEVI Developer Config Provider - provides flow configurations and settings to FPS
- API Samples - for testing and validating integrations
If any of these components changes, a new developer bundle
will be created and published to this page for downloads. In the table below you can see what versions of each component is and what API version they are integrated with.
The first official bundle with AppFlow v2 is v6
(v1 - v5 were internal releases).
Note that these components require Android API level 21+ (v5.0, Lollipop and above).
Bundle | FPS | Config Provider | API + Samples |
---|---|---|---|
v6 | 2.0.0 | 2.0.0 | 2.0.0 |
v7 | 2.0.0 | 2.0.0 | 2.0.1 |
v8 | 2.0.0 | 2.0.0 | 2.0.2 |
- Bug fixes in the Payment Initiation Sample
- No API changes
- Samples updated for reversals
- No API changes