apptentive / apptentive-android

Apptentive Android SDK
http://www.apptentive.com
BSD 3-Clause "New" or "Revised" License
65 stars 64 forks source link

API 27 removes method resulting in crash #161

Closed seantimm closed 6 years ago

seantimm commented 6 years ago

IntentCompat.makeRestartActivityTask has been removed in API 27, so Apptentive now crashes the app when opening and then clicking back when targeting API 27.

https://developer.android.com/sdk/support_api_diff/27.0.0/changes/android.support.v4.content.IntentCompat

weeeBox commented 6 years ago

Hi @seantimm,

Sorry for the issue. Which version of Apptentive SDK have you been using? Would you be able to attach your build.gradle file?

-Alex

seantimm commented 6 years ago

Version 3.4.1... I see there are a bunch of newer versions, but gradle doesn't seem to see them. I'm reviewing to see what might be going on there.

seantimm commented 6 years ago

Latest version resolves the problem, so I'm going to close this. I'm still not sure why it wouldn't list as a dependency update, but we're good to go! Thanks!

weeeBox commented 6 years ago

No problem! Glad it helps!