#

<div class="header">
  <div class="inner">
    <img src="/static/images/logos/apple-logo.png" alt="App Store Logo">
    <div>
      <h1 style="color: #222;">App Store Help Desk</h1>
      <p style="padding-left: 2rem; margin-bottom: 0; color: #222;">Expert support for your iOS app and Apple App store listing.</p>
    </div>
  </div>
  <button class="btn-orange-lg" disabled>COMING SOON</button>
</div>

App Store Help Desk is an enterprise-grade service that delivers world-class support for your Apple iOS mobile app and App Store listing. It provides access to a trusted U.S.-based help desk for troubleshooting performance-related issues with your iOS app, as well as assistance with managing updates to your policies, graphics, screenshots, and other store-related questions.

App Store Help Desk is fully managed by Solodev, a trusted AWS Advanced Tier Partner with multiple AWS Competencies. App Store Support staff members are qualified, well-trained mobile app engineers with direct knowledge of the features, functionality, and best practices for the Apple iOS and App Store ecosystem. 

- **U.S.-based help desk service:** Get expert guidance from qualified mobile engineers on issues with your Apple iOS app or App Store listing. Available M - F, 8:30 am to 5:00 pm EST.
- **Store listing support:** Leverage the App Store Help Desk for assistance with updating or changing policies, graphics, screenshots, or other details. 
- **Easy-to-use ticketing:** Submit your questions or issues 24/7 via a simple ticketing platform and track your ticket responses via an online portal.

<style>
  /* Headers */
  .header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
    background-color: #eef6ff;
  }
  .header .inner {
    display: flex;
    align-items: center;
    justify-content: start;
  }
  .header img {
    width: 80px;
  }
  .header h1 {
    margin-left: 0;
    font-size: 2rem;
    margin-bottom: 0.25rem;
  }
  .header p {
    padding-left: 2rem;
    margin-bottom: 0;
  }
</style>
