Facebook rejected - iOS Simulator build is not configured correctly

Disappointment!!

I have created a simulator build for publish_actions

Facebook view view following these steps .

I got a successful build as I got the output from build tools followed by a line ** BUILD SUCCEEDED **

in my terminal.

Before downloading, I tested my simulator build by running ios-sim launch <path to .app>

and confirming that the app opens successfully in the simulator.

I then zipped the simulator build into a zip file and sent for the review process.

It was rejected by Facebook with this answer:

iPhone

Your provided file is not configured correctly. For iOS Simulator Builds, follow our instructions and resubmit. For Android please create an .APK file to download.

I am not getting what is not configured correctly.

Can anyone help me with this? Any steps I am missing?

+3


source to share


1 answer


(By putting my comment in the answer after it works)

I would like to point out that only the expected structure is :

-- YOURAPPNAME.zip
    |-- YOURAPPNAME.app
        |-- <app contents>

      



These versions are NOT tested :

  • Straight clasp <app contents>

    :

    -- YOURAPPNAME.zip
        |-- <app contents>
    
          

  • IPA packaging:

    -- YOURAPPNAME.zip
        |-- Payload
            |-- YOURAPPNAME.app
                |-- <app contents>
    
          

Hope this helps!

0


source







All Articles