You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thêm giao diện form mở app nhận thưởng.
Sau khi user cài app từ lưu app đã cài vào preference.
mỗi ngày hiện app lên cho user mở 1 lần, sau khi user mở thì ẩn đi.
Mỗi app sau khi user cài đặt hiện lên cho user mở trong X ngày.sau đó ẩn vĩnh viễn.
Số coin mỗi ngày tính theo công thức: số coin ban đầu cài đặt nhân với Y phần trăm. Y là tham số từ server: ví dụ:
lúc đầu cài đặt được 1000 Coins. Y =5%. suy ra mỗi ngày user mở app này sẽ được cộng: 50 Coins.
Gọi lên hàm 18 trên server để cộng coin.
The text was updated successfully, but these errors were encountered:
Số ngày hiện app lên cho user click nút open: appnext_allow_open_app_get_coins_days_time
số coin mỗi lần user open app: appnext_open_app_get_percent_coins
Khi cài đặt app user nhận được X coin, mỗi lần open app user sẽ nhận được số Coin Y bằng X nhân với phần trăm tương ứng: appnext_open_app_get_percent_coins
"appnext_allow_open_app_get_coins_days_time" : 7, // hiện lên giao diện trong 7 ngày. mỗi ngày hiện 1 lần, sau khi user open app thì ẩn đi.
"appnext_open_app_get_percent_coins" : 5.5, // nhận được 5.5 phần trăm số coin khi cài đặt app
Phần việc phía Client;
The text was updated successfully, but these errors were encountered: