Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added link to Apple IAP, updated build version #61

Merged
merged 3 commits into from
Sep 29, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion bin/build.lua
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ local output_images_dir = html_dir .. "/images"

-- strings to substitute throughout docs content (not headers or footers though)
local title_prefix = "Solar2D Documentation"
local default_rev_label = "Release 2020.3606"
local default_rev_label = "Release 2020.3619"
local REV_LABEL = default_rev_label

local CORONA_CORE_PRODUCT = "Solar2D"
Expand Down
2 changes: 2 additions & 0 deletions markdown/api/library/store/index.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ For in-app purchasing on other platforms, see the documentation for [Google IAP]

* Additional configuration must occur within [iTunes Connect](https://itunesconnect.apple.com/). If you need assistance with this process, please see Apple's [documentation](https://developer.apple.com/library/ios/technotes/tn2259/_index.html).

* For additional functionality, please take a look at [Apple IAP][plugin.apple-iap] plugin.

</div>


Expand Down
4 changes: 2 additions & 2 deletions resources/ats.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Important
</div>

<p>If building for iOS, you must bypass App Transport Security (ATS) by adding the following to the <code>plist</code> table of <code>build.settings</code>. While Corona&nbsp;Labs does not blindly encourage this approach for all developers and projects, bypassing ATS is required in certain cases. For more information on ATS, please see the <a href="../../guide/hardware/appleATS/index.html">Managing App Transport Security</a> guide.</p>
<p>If building for iOS, you must bypass App Transport Security (ATS) by adding the following to the <code>plist</code> table of <code>build.settings</code>. While we do not blindly encourage this approach for all developers and projects, bypassing ATS is required in certain cases. For more information on ATS, please see the <a href="../../guide/hardware/appleATS/index.html">Managing App Transport Security</a> guide.</p>

<pre class="brush: lua;">settings =
{
Expand All @@ -16,4 +16,4 @@
},
}</pre>

</div>
</div>