Skip to content

Commit

Permalink
Merge pull request #5 from defold/dev-ios-app-tracking-transparency
Browse files Browse the repository at this point in the history
Use of AppTrackingTransparency on iOS for iOS 14 support
  • Loading branch information
britzl authored Oct 8, 2020
2 parents 1c07bf9 + 6dee6cc commit 4abacc5
Show file tree
Hide file tree
Showing 44 changed files with 251 additions and 2,126 deletions.
3 changes: 3 additions & 0 deletions .github/FUNDING.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
github: defold
patreon: Defold
custom: ['https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=NBNBHTUW4GS4C']
19 changes: 19 additions & 0 deletions .github/workflows/trigger-site-rebuild.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: Trigger site rebuild

on: [push]

jobs:
site-rebuild:
runs-on: ubuntu-latest

steps: [
{
name: 'Repository dispatch',
uses: defold/[email protected],
with: {
repo: 'defold/defold.github.io',
token: '${{ secrets.SERVICES_GITHUB_TOKEN }}',
user: '[email protected]',
action: 'extension-adinfo'
}
}]
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
# Advertising info for Defold

Defold [native extension](https://www.defold.com/manuals/extensions/) which provides access to AD ID and AD tracking status on iOS and Android devices.
Defold [native extension](https://www.defold.com/manuals/extensions/) which provides access to advertising information and statis on iOS and Android.

## API and installation
[API and setup instructions](https://defold.github.io/extension-adinfo).
[Manual, API and setup instructions](https://www.defold.com/extension-adinfo/) is available on the official Defold site.
1 change: 0 additions & 1 deletion docs/_config.yml

This file was deleted.

44 changes: 0 additions & 44 deletions docs/_data/api.yml

This file was deleted.

112 changes: 0 additions & 112 deletions docs/_includes/api_ref.md

This file was deleted.

23 changes: 0 additions & 23 deletions docs/_includes/type-function.md

This file was deleted.

11 changes: 0 additions & 11 deletions docs/_includes/type-table.md

This file was deleted.

22 changes: 0 additions & 22 deletions docs/_layouts/default.html

This file was deleted.

55 changes: 0 additions & 55 deletions docs/css/fonts.css

This file was deleted.

Loading

0 comments on commit 4abacc5

Please sign in to comment.