How send .zip file to Facebook App review - facebook

I tried to send .zip file to Facebook app review but my simulator build file is more than 100Mo. So Facebook ask URL for files more than 100 Mo, i tried to share my file with Wetransfer or Google drive but Facebook doesn't download file from this platform. DO you have any solution to send my file to Facebook app review ?

Related

Can I download my app code from Ionic Platform?

I publish my app to ionic platform. Then I removed code by accident on my mac. Can I download my code from platform?
Yes you can.
If you need to recover your app files, enter your App ID below and
click recover. It will download a ZIP containing your latest app
upload.
Login to Ionic Platform.
Then go to Your Ionic Data (Recover your App), enter your app ID and download your latest app upload.

Looking for an example for opening a file from a dropbox folder on the iPhone

Using MonoTouch. Can this be done without OAuth since I have dropbox installed on my iPhone? Ideally I'd like to login to Dropbox with u/p the open a file from a path.
Thanks!

iPhone Invalid Binary in iTunes Connect

I uploaded an app as version 1.4 on iTunes Connect but on iTunes it is displaying "Invalid Binary". I tried more times but it is not fixed. I checked icons, appid, build settings etc. I revoked the certificate and generate again and provisioning profile also, i am using same app id which previous version have. Any guess what may be wrong here?
My app in an universal application.
This is the message from apple
Dear developer,
We have discovered one or more issues with your recent binary submission for "MyApp". Before your app can be reviewed, the following issues must be corrected:
Corrupt PNG File - The PNG icon file icon-72.png appears to be corrupt.
Once these issues have been corrected , go to the Version Details page and click Ready to Upload Binary. Continue through the submission process until the app status is Waiting for Upload and then use Application Loader to upload the corrected binary.
Regards,
The App Store team'
I got my answer,
Project > target > Build Settings > Show All > first item under the Packaging header
I searched for "pack"
Toggle Compress PNG Files to NO
And everything is ok

From where to upload app binary file on App store

I have followed all the steps to upload my first application on "https://itunesconnect.apple.com/WebObjects/iTunesConnect.woa"
at last i had uploaded the Large image & Screenshots.
I had not an option to upload the Binary file.
Now application status is "Waiting For Upload".
I am right now confuse about to upload my binary file, from where & how i can upload it?
is appliacation under review? is everything ok? or I will have to do any change?
Please, help me out, i am new to upload application.
All related helps are appreciated & thanks in advance.
Once you installed the appropiate certificate and distribution profile you're ready to go.
Open XCode -> select your distribution certificate within Build Settings -> code signing
Then click on 'Product' button within the topbar -> Archive -> choose upload to Appstore
When you follow these steps your App should be submitted the right way.
please download a app called "Application Loader" on mac . and compile your code with the provisioning profile.
put login id and password of your itunes connect in Application Loader application.
it will automatically ask for the .zip file of your first application Binary.
complete all formalities from itune connect.

How to send the Wifi configuration file over-the-air to iPhone?

I know how to distribute the ad hoc app over-the-air to iPhone.
(The ipa and manifest plist are on my website)
I add the following link in the download page:
Install the Application
When my user click on the link, iPhone will automatically download and install the App.
But now I want to send the wifi configuration file(created from iPhone Configuration Utility) to iPhone by OTA. (Cause my App is allowed to be used only in a certain wifi environment created by me.)
If there's a similiar way to let my user download(and then automatically install) the wifi configuration file from website by simply click a link?
I believe you should just host the file up on your server and have a second link on the download page.
The .moblieconfig will be downloaded and the phone should detect what it is then prompt the user to install it.