- Small icon 114 x 114px PNG (with transparency)
- Large icon 512 x 512px PNG (with transparency)
Create 3 Screen shoot 800X480 or 480x800.
Create your application icon in 512x512 px. in Android Studio, use Image Asset to generate application icon (include for Google Play Store)
Google play publishing a new application, from dashboarrd
1. Set privacy policy (url, privacy policy must image)
2. App access
3. Ads
4. Content rating
5. Target audience
6. News apps
7. Data safety
8. Government apps
9. Financial features
10. Health
11. Select an app category and provide contact details
12. Set up your store listing (Store presence -> Main store lisiting)
13. Select countries and regions
14. Create closed & Open testing release (the same version)
15. Create a new release
16. Preview and confirm the release
17. Send the release to Google for review
Store presence -> Main store lisiting
1. App name
2. Short description
3. Full description
4. App icon
5. Feature graphic demension 1024 w x 500 h in JPG or 24-bit PNG (no alpha
6. Phone screenshots (8 images)
# ./blockcountryip.sh [countrycode]
# ./blockcountryip.sh cn
# ipset restore -! < ipv4.ipset.[countrycode]
# iptables -A INPUT -p tcp -m multiport --dports [any port you wish] -m set --match-set ipv4_[countrycode] src -j DROP
# iptables -A INPUT -p tcp -m multiport --dports 21,22,80,443,2222 -m set --match-set ipv4_cn src -j DROP
# iptables -A INPUT -p udp -m multiport --dports 22,2222 -m set --match-set ipv4_cn src -j DROP
# iptables -A INPUT -m set --match-set ipv4_cn src -j DROP
# whois google.com
[Querying whois.verisign-grs.com]
[Unable to connect to remote host]
# vi /etc/csf/csf.conf
...
# Allow outgoing TCP ports
TCP_OUT = "20,21,22,25,43,53,80,110,113,443,587,993,995"
...
# Allow outgoing UDP ports
# To allow outgoing traceroute add 33434:33523 to this list
UDP_OUT = "20,21,43,53,113,123"
...
# csf -r