{
  "@context": "https://schema.org",
  "@type": "Product",
  "@id": "https://appsetupkit.com/#product",
  "name": "AppSetUpKit - iOS Deployment Automation Toolkit",
  "description": "Complete iOS app deployment automation toolkit. Handle certificates, authentication, RevenueCat subscriptions, backend setup, and App Store submission in minutes instead of weeks.",
  "url": "https://appsetupkit.com",
  "category": "Software Development Tool",
  "brand": {
    "@type": "Brand",
    "name": "AppSetUpKit",
    "logo": "https://appsetupkit.com/logo.png"
  },
  "manufacturer": {
    "@type": "Organization",
    "name": "AppSetUpKit",
    "url": "https://appsetupkit.com"
  },
  "offers": {
    "@type": "Offer",
    "url": "https://appsetupkit.com",
    "priceCurrency": "USD",
    "price": "99",
    "priceValidUntil": "2025-12-31",
    "availability": "https://schema.org/InStock",
    "seller": {
      "@type": "Organization",
      "name": "AppSetUpKit",
      "url": "https://appsetupkit.com"
    },
    "hasMerchantReturnPolicy": {
      "@type": "MerchantReturnPolicy",
      "applicableCountry": "US",
      "returnPolicyCategory": "https://schema.org/MerchantReturnFiniteReturnWindow",
      "merchantReturnDays": 30,
      "returnMethod": "https://schema.org/ReturnByMail"
    }
  },
  "aggregateRating": {
    "@type": "AggregateRating",
    "ratingValue": "4.8",
    "reviewCount": "127",
    "bestRating": "5",
    "worstRating": "1",
    "itemReviewed": {
      "@type": "Product",
      "name": "AppSetUpKit"
    }
  },
  "review": [
    {
      "@type": "Review",
      "reviewRating": {
        "@type": "Rating",
        "ratingValue": "5",
        "bestRating": "5"
      },
      "author": {
        "@type": "Person",
        "name": "Sarah Jenkins"
      },
      "reviewBody": "I had my app coded but kept getting rejected by Apple for metadata issues. This kit solved it in 15 minutes. Worth every penny!",
      "datePublished": "2024-12-15"
    },
    {
      "@type": "Review",
      "reviewRating": {
        "@type": "Rating",
        "ratingValue": "4",
        "bestRating": "5"
      },
      "author": {
        "@type": "Person",
        "name": "Mike Chen"
      },
      "reviewBody": "Great toolkit for automating the boring parts of iOS deployment. Saved me at least 40 hours of configuration work.",
      "datePublished": "2024-12-10"
    }
  ],
  "material": "Software",
  "productID": "ASK-2024-001",
  "sku": "ASK-BASIC-99",
  "gtin": "012345678905",
  "releaseDate": "2024-01-15",
  "model": "AppSetUpKit v2.0",
  "color": "Digital",
  "size": "Download",
  "weight": {
    "@type": "QuantitativeValue",
    "value": "0",
    "unitCode": "KGM"
  },
  "additionalProperty": [
    {
      "@type": "PropertyValue",
      "name": "Platform Support",
      "value": "iOS, macOS, Windows, Linux"
    },
    {
      "@type": "PropertyValue",
      "name": "Framework Compatibility",
      "value": "Expo, React Native, Native iOS"
    },
    {
      "@type": "PropertyValue",
      "name": "License Type",
      "value": "Perpetual Enterprise License"
    },
    {
      "@type": "PropertyValue",
      "name": "Support",
      "value": "Priority Email Support"
    },
    {
      "@type": "PropertyValue",
      "name": "Updates",
      "value": "Free Updates for 1 Year"
    }
  ],
  "audience": {
    "@type": "EducationalAudience",
    "educationalRole": "developer"
  },
  "isRelatedTo": [
    {
      "@type": "Product",
      "name": "Xcode"
    },
    {
      "@type": "Product",
      "name": "Expo CLI"
    },
    {
      "@type": "Service",
      "name": "Apple Developer Program"
    }
  ],
  "isSimilarTo": [
    {
      "@type": "Product",
      "name": "Fastlane"
    },
    {
      "@type": "Product",
      "name": "Bitrise"
    }
  ]
}