app.move38.com

Folder Structure

config.json

Defines app-wide URLs, Game Categories and images and action urls for the home view Features’ carousel

Example:

{
    "feedbackURL": "https://move38.com/pages/blinks-support",
    "signupURL": "https://move38.com/sign-up",
    "storeURL": "https://move38.com/collections",
    "supportURL": "https://move38.com/pages/blinks-support",
    "categories":
    [
        {
            "identifier": "popular",
            "name": "Most Popular",
            "featuredGameIds": []
        },
        {
            "identifier": "new",
            "name": "Newest",
            "featuredGameIds": ["crownfall", "bomb-brigade", "berry", "alchematch"]
        },
        {
            "identifier": "exclusive",
            "name": "App Exclusives",
            "featuredGameIds": ["alchematch", "bomb-brigade"]
        },
        {
            "identifier": "all",
            "name": "All Games",
            "featuredGameIds": ["alchematch", "berry"]
        }
    ],
    "featuredProducts":
    [
        {
            "imageURL": "https://app.move38.com/blinks/features/sakura-hero.png",
            "url": "https://move38.com/collections/coming-soon/products/blinks-sakura-strategy-pack"
        },
        {
            "imageURL": "https://app.move38.com/blinks/features/puzzle-wizard-hero.png",
            "url": "https://move38.com/collections/coming-soon/products/blinks-puzzle-wizard-pack"
        },
        {
            "imageURL": "https://app.move38.com/blinks/features/coming-soon-hero.png",
            "url": "https://move38.com/"
        }
    ]
}

Details HTML

It is important that the body and first and last elements have 0px top and bottom margins so that the iOS client can correctly calculate the height of the html content.