Skip to content

[HZUNITY-16] Default placements#11

Open
jjnunogarcia wants to merge 9 commits into
masterfrom
HZUNITY-16-Default-placements
Open

[HZUNITY-16] Default placements#11
jjnunogarcia wants to merge 9 commits into
masterfrom
HZUNITY-16-Default-placements

Conversation

@jjnunogarcia

Copy link
Copy Markdown

No description provided.

@jjnunogarcia jjnunogarcia force-pushed the HZUNITY-16-Default-placements branch from 12a8066 to ee7cab8 Compare June 11, 2018 07:59
@jjnunogarcia jjnunogarcia force-pushed the HZUNITY-16-Default-placements branch from ee7cab8 to b4e9c4c Compare June 11, 2018 09:46
<uses-permission android:name="android.permission.INTERNET" />
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
<uses-sdk android:minSdkVersion="14" />

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Was this changed on the Heyzap side?

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah, it's actually 15.

Comment thread Assets/Scripts/AdManager.cs Outdated
private Toggle offerwallCloseOnFirstClickToggle;
[SerializeField]
private Text offerwallCurrencyIdTextField;
private readonly Text offerwallCurrencyIdTextField;

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why this change? Does this not affect the setting of the currency id on the testapp?

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I am not sure. I could remove it and we would be safer, if that's fine.

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Did you test it? If so, then we're good. Otherwise I wouldn't change it

this.console.MustNotBeNull();
void Awake()
{
UnityEngine.Assertions.Assert.IsNotNull(adTagTextField);

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Any reason behind this change?

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The old assertion was deprecated.

Comment thread Assets/Scripts/TestLocationService.cs Outdated

[SerializeField]
private AdManager adManager;
private readonly AdManager adManager;

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Same as above: any reason why this was changed?

dmvicente and others added 5 commits June 12, 2018 17:23
# Conflicts:
#	Assets/Plugins/Android/Heyzap/AndroidManifest.xml
#	Assets/Plugins/Heyzap/HeyzapAds.cs
#	Assets/Scripts/AdManager.cs
#	ProjectSettings/GraphicsSettings.asset
#	ProjectSettings/ProjectSettings.asset
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

2 participants