Search Unity

  1. Unity Asset Manager is now available in public beta. Try it out now and join the conversation here in the forums.
    Dismiss Notice
  2. Megacity Metro Demo now available. Download now.
    Dismiss Notice
  3. Unity support for visionOS is now available. Learn more in our blog post.
    Dismiss Notice

Submitting for review facebook instant games

Discussion in 'Project Tiny' started by czcrowzero, Jan 11, 2019.

  1. czcrowzero

    czcrowzero

    Joined:
    Nov 27, 2018
    Posts:
    3
    So you can't submit your game for review without having an Apple Developer ID?

    "During submission, you must provide an Apple Developer team ID in accord with Apple's App Store Review Guidelines 4.7. This enables distribution of the game on iOS.
    "
     
  2. frankprogrammer

    frankprogrammer

    Joined:
    Apr 27, 2009
    Posts:
    17
    Correct. Even if you just want the game to be on Android (which you can't control anyways). This is a requirement that Apple makes Facebook enforce for their Instant Games platform. Make sure to check out the official Instant Games developer group on Facebook: https://www.facebook.com/groups/instantgamedevelopers/
     
    czcrowzero likes this.
  3. AllenDK

    AllenDK

    Joined:
    Mar 2, 2017
    Posts:
    3
    I've got a simple question, what should i do to use "Promise" in Project Tiny?
    Using “tsconfig.override.json” to override this
    {
    "compilerOptions": {
    "lib": [
    "es2015",​
    ]​
    },​
    }
    doesn't work, can I get some hints?