-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcontact.html
More file actions
95 lines (82 loc) · 4.63 KB
/
Copy pathcontact.html
File metadata and controls
95 lines (82 loc) · 4.63 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Contact — SK APPS</title>
<meta name="description" content="Contact SK APPS by email for support, feedback, business inquiries, or privacy requests.">
<link rel="canonical" href="https://appdevelopsk.com/contact">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap" rel="stylesheet">
<link rel="stylesheet" href="/legal.css">
<meta property="og:title" content="Contact — SK APPS">
<meta property="og:description" content="Contact SK APPS by email for support, feedback, business inquiries, or privacy requests.">
<meta property="og:type" content="website">
<meta property="og:url" content="https://appdevelopsk.com/contact">
<meta property="og:image" content="https://appdevelopsk.com/og-image.png">
<meta property="og:image:width" content="1200">
<meta property="og:image:height" content="630">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title" content="Contact — SK APPS">
<meta name="twitter:description" content="Contact SK APPS by email for support, feedback, business inquiries, or privacy requests.">
<meta name="twitter:image" content="https://appdevelopsk.com/og-image.png">
</head>
<body>
<nav><div class="nav-inner">
<div class="nav-logo"><a href="/">SK APPS</a></div>
<ul class="nav-links">
<li><a href="/#apps">Apps</a></li>
<li><a href="/about">About</a></li>
<li><a href="/contact">Contact</a></li>
<li><a href="/privacy">Privacy</a></li>
</ul>
</div></nav>
<main class="container">
<h1>Get in <span class="gradient">Touch</span></h1>
<p class="subtitle">We read every message and reply personally — usually within 2 business days.</p>
<h2>Email</h2>
<div class="card">
<p style="font-size:1.1rem;"><a href="mailto:app.develop.sk@gmail.com">app.develop.sk@gmail.com</a></p>
<p style="margin-top:8px;">Best for: support, bug reports, feature requests, partnership inquiries, press, and privacy/data requests.</p>
</div>
<h2>What to include</h2>
<p>To help us respond faster:</p>
<ul>
<li><strong>Subject line:</strong> a one-line summary (e.g., "BMI Calculator — wrong result on Safari iOS").</li>
<li><strong>App or tool name</strong> and where you accessed it (App Store, Play Store, or Toolify URL).</li>
<li><strong>Device and OS version</strong> if reporting a bug.</li>
<li><strong>Steps to reproduce</strong> and what you expected vs. what happened.</li>
<li><strong>Screenshots</strong> if visual.</li>
</ul>
<h2>Common topics</h2>
<h3>App support and bug reports</h3>
<p>For mobile-app issues, please include the app name and the device model. Each app also has a dedicated support page on this site (e.g., <code>/support/<app-name></code>).</p>
<h3>Web tool feedback</h3>
<p>Found a bug, calculation error, or have an idea for a new tool at <a href="https://tools.appdevelopsk.com">Toolify</a>? Email us with the URL and what you expected.</p>
<h3>Privacy and data requests</h3>
<p>To exercise your rights under GDPR, CCPA, or similar laws (access, deletion, correction, etc.), email us with your request. See our <a href="/privacy">Privacy Policy</a> for details.</p>
<h3>Business and partnership inquiries</h3>
<p>For licensing, advertising partnerships, or collaboration opportunities, please include the nature of your inquiry and your company in the first message.</p>
<h3>Press and media</h3>
<p>For interviews, app reviews, or press kits, mention your publication and intended publish date.</p>
<h2>Stores</h2>
<div class="card">
<p><strong>Google Play:</strong> <a href="https://play.google.com/store/apps/dev?id=7594721997967679516" target="_blank" rel="noopener">SK APPS publisher page</a></p>
</div>
<h2>Languages</h2>
<p>Email in English or Japanese is preferred and gets the fastest reply. We can also read messages in: 中文, 한국어, Español, Português, Français, Deutsch, Italiano, and others. We typically respond in English unless you write to us in Japanese.</p>
<h2>Operator</h2>
<div class="card">
<p><strong>SK APPS</strong><br>
Operator: Kenichiro Sakamoto<br>
Email: <a href="mailto:app.develop.sk@gmail.com">app.develop.sk@gmail.com</a><br>
Website: <a href="https://appdevelopsk.com">appdevelopsk.com</a></p>
</div>
</main>
<footer>
<p>© 2026 SK APPS. All rights reserved.</p>
<p style="margin-top:12px;"><a href="/">Home</a> · <a href="/about">About</a> · <a href="/contact">Contact</a> · <a href="/privacy">Privacy</a> · <a href="/terms">Terms</a></p>
</footer>
</body>
</html>