ios7.1 installation Prompt "Unable to install application because the certificate is invalid" Solution II (Dropbox blocked project transferred to Appharbor)

Source: Internet
Author: User

Since June 18, Dropbox has been sealed by the Celestial Kingdom (this is really powerless to spit), and ios7.1 requires the use of SSL secure connection, you need to re-find a free server to support HTTPS. Appharbor is a good choice, easy to operate , and you need to add a configuration file to identify Plist,ipa files , about how to use Appharbor to turn from:

Free ASP and ASP Webweb and. NET Cloud computing Space Appharbor

One, Appharbor free. NET Cloud computing Space application

Ps:appharbor Official website:

    • https://appharbor.com/

1. After entering the Appharbor website, click "Sign Up" in the upper right corner to register an account.

2. Then you receive the activation message in the mailbox. Log in to the Appharbor Control Panel, create an app, select a server node, available in USA and Europe.

3, open Appharbor add-ons. If you want to open a free MySQL and SQL Server service, please click "Add-ons" in the navigation bar.

4, find MySQL and SQL Server Click Install Open, of course there are many other free database and application services, the need for friends can be activated at any time.

5, click on the add-ons configuration, you can see the database configuration information, these are the installation program to use.

Second, Appharbor free. NET space upload management files

1, first in the local new folder, this folder is used to store your code program.

2. Then start the GIT program on your PC, and if not, install one: git for Windows first.

3. Complete the local folder to Git by executing the following command in turn.

cd 你的路径\applicationgit initgit add .git commit -m "Initial commit"

4, some friends may not know how to determine the "CD your path \application" This sentence, then you go directly to the folder, right click Choose Git Init here.

5, and then execute the following command on the line.

git add .git commit -m "Initial commit"

6. Now go to your Appharbor space management app and copy your repository Url.

7, then execute the following code in turn, where the URL will be changed to your own.

git remote add appharbor https://[email protected]/freehao123.gitgit push appharbor master

8. Enter your Appharbor password.

9, upload the file to complete. If the file is large, the upload time will take longer.

10, after the completion of the file upload, you can directly open the Appharbor two-level domain name to visit the site.

Three, here is Appharbor free. NET Space Demo

    • 1. Home Demo: http://freehao123.apphb.com/
    • 2,. NET probe: http://freehao123.apphb.com/aspme.aspx
    • 3, the picture outside the chain:

Iv. Summary of applications for Webweb and Appharbor

1, Webweb inherited the domestic host "good" Tradition: Registration trouble, fill in more information, activation steps more, but more suitable for beginners, because the space backstage management panel to see.

2, Appharbor is a foreign support for ASP. NET free cloud space, although the binding domain name is not supported, but it provides free SQL and other database applications, or can play a good game

V. About the PLIST,IPA configuration file

Because the Plist,ipa file is not recognized by the server, you need to add a node on the configuration file (Web. config) as follows:

<configuration>  <system.webServer>    <staticContent> <mimemap fileextension= ". plist" Mimetype= "Application/xml"/> <mimemap fileextension= ". IPA" mimetype= "application/vnd.iphone"/> </    Staticcontent>  </system.webServer></configuration>



Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.