kuky-com / mobile-app

0 stars 0 forks source link

"What's new" popup box for version #73

Open hsb1007 opened 3 weeks ago

hsb1007 commented 1 week ago

Please share the 'API' in Postman.

What's the logic for it to show up on the app?

Thanks

hsb1007 commented 4 days ago

Please provide API / instruction and (Sample data entry)

tungmt commented 3 days ago

First you need to use admin api add-version to add new app version. So there will be 2 case.

  1. If user app version is older than latest version then update version with What's new information will be display Image

  2. If user already update to latest version, user can go to Setting to see what new in this version Image

hsb1007 commented 3 days ago

This is great.

Can we only open 'once' and do not present the popup once it is dismissed?

tungmt commented 3 days ago

Not sure it is good idea because we always want our customer update to latest version. Or I can try some thing like if there is new version and this is not required I can make it 10-20% chance to display the popup to update, what do you think @hsb1007 ?

hsb1007 commented 3 days ago

Not sure what you mean, so open up the whats new popup 3 times out of 10 if the update isnt required?

tungmt commented 3 days ago

@hsb1007 yes something like this

hsb1007 commented 2 days ago

Done on 20%

Popup opens up 1 in 5 times.