Skip to content

Commit cf8705f

Browse files
committed
Update Docs Kidoz
1 parent 78e39c9 commit cf8705f

2 files changed

Lines changed: 12 additions & 15 deletions

File tree

markdown/plugin/kidoz/index.markdown

Lines changed: 10 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -79,20 +79,17 @@ settings =
7979
publisherId = "com.coronalabs"
8080
},
8181
},
82+
iphone =
83+
{
84+
plist = {
85+
SKAdNetworkItems = {
86+
{
87+
SKAdNetworkIdentifier = "v79kvwwj4g.skadnetwork",
88+
},
89+
},
90+
},
91+
},
8292
}
83-
``````
84-
85-
In addition, please add the following entry to the <nobr>`settings` &rarr; `android`</nobr> table of `build.settings` to prevent your app from being installed on incompatible Android devices.
86-
87-
``````{ brush="lua" gutter="false" first-line="1" highlight="[5]" }
88-
settings =
89-
{
90-
android =
91-
{
92-
minSdkVersion = "17",
93-
},
94-
}
95-
``````
9693
9794
<div class="guide-notebox">
9895
<div class="notebox-title">Note</div>

markdown/plugin/kidoz/show.markdown

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,15 +18,15 @@ Shows a KIDOZ ad which was previously loaded via [kidoz.load()][plugin.kidoz.loa
1818

1919
## Gotchas
2020

21-
This call does not necessarily reveal the actual ad view. For example, if you load a `"panelView"` ad, only the initial UI handle will be shown by default. From this point, the user can tap the handle to reveal the ad view. However, the panel view can be configured without any UI element for the user to manipulate&nbsp;&mdash; in this case, `kidoz.show()` will fully reveal the ad view.
21+
This call does not necessarily reveal the actual ad view. For example, if you load a `"interstitial"` ad, only the initial UI handle will be shown by default. From this point, the user can tap the handle to reveal the ad view. However, the panel view can be configured without any UI element for the user to manipulate&nbsp;&mdash; in this case, `kidoz.show()` will fully reveal the ad view.
2222

2323

2424
## Syntax
2525

2626
kidoz.show( adType )
2727

2828
##### adType ~^(required)^~
29-
_[String][api.type.String]._ The ad type to show. Valid values include `"panelView"`, `"interstitial"`, `"rewardedVideo"`, and `"banner"`.
29+
_[String][api.type.String]._ The ad type to show. Valid values include `"interstitial"`, `"rewardedVideo"`, and `"banner"`.
3030

3131

3232
## Example

0 commit comments

Comments
 (0)