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

Drop support for Unity 4, to support push notifications. #42

Merged
merged 1 commit into from Oct 29, 2015

Conversation

richardjrossiii
Copy link
Contributor

Push notifications on Unity 5 were broken due to IL2CPP not supporting PropertyInfo being exported by any type.

Fixes #36.

Push notifications on Unity 5 were broken due to IL2CPP not supporting PropertyInfo being exported by any type.

Fixes #36.
@@ -1023,36 +1023,15 @@ private class SettingsWrapper : IDictionary<string, object> {
/// </summary>
/// <param name="action">Action to be completed when device token is received.</param>
internal static void RegisterDeviceTokenRequest(Action<byte[]> action) {
// Basically what we want to achieve here is:
Copy link
Contributor

Choose a reason for hiding this comment

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

I'm glad I left this comment

@hallucinogen
Copy link
Contributor

This looks good to me. Let's punt this to 1.6.2 or 1.7.0 since it's a breaking change.

@richardjrossiii
Copy link
Contributor Author

Hmm. Seeing as these methods are currently broken in the 1.6 release, do we really want to keep them broken (for both unity 4 and 5) in the next release?

@hallucinogen
Copy link
Contributor

You're correct. Let's land this then

@hallucinogen hallucinogen added this to the 1.6.1 milestone Oct 20, 2015
@richardjrossiii richardjrossiii modified the milestones: 1.6.2, 1.6.1 Oct 20, 2015
@hallucinogen
Copy link
Contributor

Merge this maybe?

@richardjrossiii
Copy link
Contributor Author

My bad, PR wasn't assigned to me so I didn't see it :)

richardjrossiii added a commit that referenced this pull request Oct 29, 2015
Drop support for Unity 4, to support push notifications.
@richardjrossiii richardjrossiii merged commit 92eebf3 into master Oct 29, 2015
@richardjrossiii richardjrossiii deleted the richardross.unity4.discontinue branch October 29, 2015 19:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants