Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mobile - Add condition OS version, App version for MKT campaign #1799

Closed
ThaoNguyen998 opened this issue Sep 16, 2024 · 5 comments · Fixed by #1800
Closed

Mobile - Add condition OS version, App version for MKT campaign #1799

ThaoNguyen998 opened this issue Sep 16, 2024 · 5 comments · Fixed by #1800
Assignees
Milestone

Comments

@ThaoNguyen998
Copy link

Describe the task
Add condition OS version, App version for MKT campaign

@Quangdm-cdm
Copy link
Collaborator

Quangdm-cdm commented Sep 16, 2024

Syntax:

  • <(=)X: less than or equal X
  • >(=)X: grater than or equal X
  • =X: equal X
  • X - Y: target >= X & target <= Y
    @ThaoNguyen998

@ThaoNguyen998
Copy link
Author

ThaoNguyen998 commented Sep 17, 2024

Version test: https://www.diawi.com/qrcode/link/vXxaHi
Device test: IP 8+
IOS version: 16.8

  • Still show banner in case setup condition ios_version_range" ="
  • Re-check condition = app_version_range

@ThaoNguyen998
Copy link
Author

Improve: Handle condition AND, OR for Location, ios_version_range, app_version_range

@ThaoNguyen998
Copy link
Author

ThaoNguyen998 commented Sep 19, 2024

Version test: https://www.diawi.com/qrcode/link/8iCnpq
Device test: S20 FE 5G

  • Still display the banner when the display conditions are not met
    Conditions: app_version_range > 1.1.79
    App version: 1.1.79
    Actual: Still banner
    Expect: Do not show banner

  • Still display banner on Android in the case have condition ios_version_range

  • Update UI for Strapi

    Image

  • Improve check OS version on Android

@ThaoNguyen998
Copy link
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants