You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/branch/_includes/add-apm.mdx
+4-3Lines changed: 4 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -34,13 +34,14 @@ Once complete `apm` will have created something like the following file structur
34
34
- Add the `ane` directory to your IDE. *See the tutorials located [here](/docs/tutorials/getting-started) on adding an extension to your IDE.*
35
35
36
36
:::info
37
-
We suggest you use the locations directly in your builds rather than copying the files elsewhere. The reason for this is if you ever go to update the extensions using `apm` that these updates will be pulled into your build automatically.
37
+
We suggest you use the locations directly in your builds rather than copying the files elsewhere.
38
+
The reason for this is if you ever go to update the extensions using `apm` that these updates will be pulled into your build automatically.
38
39
:::
39
40
40
41
41
-
- You will need to set the usage description strings for use in the authorisation dialogs. Call the following to step through the configuration values for this extension:
42
+
- You will need to set some configuration values for your Branch account. Call the following to step through the configuration values for this extension:
42
43
43
44
```
44
-
apm project config set com.distriqt.BluetoothLE
45
+
apm project config set io.branch.nativeExtensions.Branch
@@ -54,7 +53,7 @@ The `io.branch.sdk.TestMode` flag can be used to set your application into test
54
53
If you are adding a deep link / custom url scheme to be able to launch your application from a url such as `myapp://` then you need to add the scheme to the main activity for your application:
You can access these extensions here: [https://github.com/distriqt/ANE-AndroidSupport](https://github.com/distriqt/ANE-AndroidSupport).
46
-
47
-
48
-
>
49
-
> **Note**: if you have been using the older `com.distriqt.androidsupport.*` (Android Support) extensions you should remove these extensions and replace it with the `androidx` extensions listed above. This is the new version of the android support libraries and moving forward all our extensions will require AndroidX.
50
-
>
51
-
52
-
53
-
#### Google Play Services
54
-
55
-
This ANE requires can use of certain aspects of the Google Play Services if supplied, mainly around using the advertising identifier to attribute links correctly.
56
-
57
-
The client library is available as a series of ANEs that you add into your applications packaging options.
58
-
Each separate ANE provides a component from the Play Services client library and are used by different ANEs.
59
-
These client libraries aren't packaged with this ANE as they are used by multiple ANEs and separating them
60
-
will avoid conflicts, allowing you to use multiple ANEs in the one application.
61
-
62
-
If you wish to use the expanded functionality add the following Google Play Services:
You can access the Google Play Services client library extensions here: [https://github.com/distriqt/ANE-GooglePlayServices](https://github.com/distriqt/ANE-GooglePlayServices).
68
-
69
-
>
70
-
> **Note:** The Google Play Services and Android Support ANEs are only **required** on Android devices.
71
-
> There is no problem packaging these ANEs with all platforms as there are default implementations available which will allow your code to package without errors
72
-
> however if you are only building an iOS application feel free to remove the Google Play Services ANEs from your application.
Copy file name to clipboardExpand all lines: docs/branch/index.md
+1-2Lines changed: 1 addition & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -41,11 +41,10 @@ Branch IO Adobe AIR Native Extension for iOS and Android gives you access to the
41
41
42
42
- Session management
43
43
- Link parameters
44
-
- Credits
45
44
- Event Tracking (standard and custom)
46
45
47
46
48
-
The [Wiki](https://github.com/distriqt/ANE-BranchIO/wiki) forms the best source of detailed documentation for the extension along with the [asdocs](https://distriqt.github.io/ANE-BranchIO/asdocs).
47
+
The [documentation site](https://docs.airnativeextensions.com/docs/branch/) forms the best source of detailed documentation for the extension along with the [asdocs](https://docs.airnativeextensions.com/asdocs/branch/).
Copy file name to clipboardExpand all lines: static/asdocs/branch/all-classes.html
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><!-- saved from url=(0014)about:internet --><html>
0 commit comments