-
Notifications
You must be signed in to change notification settings - Fork 74
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
CTInAppNativeHalfInterstitialFragment: Resources$NotFoundException: Resource ID #0x7f0c0208 #116
Comments
@bikranttripathi In such a case we will need some extra info from you like,
|
@piyush-kukadiya unfortunately, I don't have those devices. We are seeing these crashes for our users on Crashlytics and I haven't been able to reproduce this. |
@piyush-kukadiya We have been using smallestWidthDp on our project to identify if a running device is a tablet or not, instead of doing a manual calculation. Maybe that might be one fix for this crash? We added There is also a programmatic way of doing this:
|
@bikranttripathi We use multiple conditions to pick layout file not just Are you using supports-screens in your manifest? If yes please post it here. |
Hi @piyush-kukadiya We are not using supports-screens in our app. Also, I just got some data that you asked for. From this, it looks like the calculation is incorrectly flagging these devices as tablet.
|
@bikranttripathi Awesome job, this really helps. |
…is tablet or handset #116 SDK-492
This has been fixed in v4.0.1 but please move to v4.0.2 as it is the latest stable release. |
Hi CleverTap team, We are having issues with CleverTap InApp Notification and is preventing us from using the platform.
SDK version: v3.9.1
Crashing devices:
moto g(7): Android 10
meizu X8: Android 8.1.0
moto g power: Android 10
moto g stylus: Android 10
TCL 9029W: Android 9
TCL Alcatel 3X: Android 9
HUWEI MediaPad T3: Android 7
We've had the same issue with an older version of the SDK and decided to upgrade to the latest(v3.9.1 at the time) as the Release Notes for v3.9.0 said that it contained fixes for InApp Notifications crashes and bugs.
This is a critical issue for us so, please let me know if there is something we can do to fix this or you are already working on a fix and the timeline for it.
Thank you in advance.
The text was updated successfully, but these errors were encountered: