Coder Social home page Coder Social logo

yugidazai / testflightbetaentitlement Goto Github PK

View Code? Open in Web Editor NEW

This project forked from staxmanade/testflightbetaentitlement

0.0 1.0 0.0 208 KB

Cordova Plugin that creates the `Entitlement.plist` necessary to deploy cordova apps to the new TestFlight Beta.

License: MIT License

Ruby 3.02% JavaScript 45.55% CSS 33.99% HTML 17.44%

testflightbetaentitlement's Introduction

TestFlightBetaEntitlement

⚠️⚠️ Apparently my first test flight test (that passed making me think this was the solution) didn't pass because of this plugin. Still researching...⚠️⚠️

Cordova Plugin that creates the Entitlement.plist necessary to deploy cordova apps to the new TestFlight Beta.

Install

  1. This plugin requires the use of node-xcode. You can install it into your project locally with npm install --save-dev xcode

  2. cordova plugin add com.staxmanade.testflightbetaentitlement

What is required to use Apple's new TestFlight Beta?

There is some good info at this SO post.

  1. You have to build your apps with an App Store distribution provisioning profile (not AdHoc)
  2. Your profile must have been generated (after they released the new TestFlight Beta) as Apple automatically adds the beta-reports-active = 1 and other metadata to it.
  3. You need to have an Entitlements.plist with the following informatino
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
    <dict>
        <key>aps-environment</key>
        <string>production</string>
        <key>get-task-allow</key>
        <false/>
        <key>beta-reports-active</key>
        <true/>
        <key>application-identifer</key>
        <string>{{YOUR_APP_ID}}</string>
    </dict>
</plist>

How does this plugin work?

The plugin is nothing more than an after_plugin_add hook that attempts to use node-xcode to generate and add Entitlements.plist to the xcode project.

testflightbetaentitlement's People

Contributors

staxmanade avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.