Libgdx idea Release IPA to AppStore

Source: Internet
Author: User
Tags libgdx

It's a pain to publish apps without knowing how to use your favorite development environment. After some Google and Meng, finally successfully submitted the build to AppStore. Once again summed up the attention point, hope to see this client's small partners are less detours.

1. Add the following configuration certificate (red font) to project (": iOS") in the parent project's Build.gradle

Project": iOS") {Apply plugin:"Java"Apply plugin:"ROBOVM"configurations {Natives} dependencies {Compile project (": Core") Compile"Org.robovm:robovm-rt:${robovmversion}"Compile"Org.robovm:robovm-cocoatouch:${robovmversion}"Compile"COM.BADLOGICGAMES.GDX:GDX-BACKEND-ROBOVM: $gdxVersion"Natives"com.badlogicgames.gdx:gdx-platform: $gdxVersion: Natives-ios"Compile Filetree (dir:'Libs', include:'*.jar')//add at 20140828 for internal purchase} robovm {iossignidentity = "IPhone distribution:xxxxxxxxxxxx" iosprovisioningprofile = "xxxxx"    }}

Note that the iossignidentity is filled with the name in the keychain, not the one seen in Xcode. What I see in Xcode is iOS distribution, which has been reported to be missing.

As for how to get a certificate on their own Google bar, not complicated.

2. Run the gradle iOS [Createipa] command to create an IPA.

3. Create a corresponding app in itunes Connect, download Applicationloader and upload the IPA.

Libgdx idea Release IPA to AppStore

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.