-
Notifications
You must be signed in to change notification settings - Fork 17
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
Android 6.0 Icon not showing up #102
Comments
I think it has something to do with Android version 21+. I've seen people having issues with their icons but only because their icons are white. That's not my case. Anyways, I set my |
Hello. |
I'm sorry for the late reply. I've been missing in recent months because of health problems and unable to work on my projects. I am currently checking and solving all pending issues. Please check back me if I can help in something else. Thank you! |
Hi Abdiel, I sent a email to you containing a new version of PushClient module. Regards, Arley |
Hi bombh, I was unable to identify your email and also your PushClient license, only by your github username, to be able to send a new version of PushClient module to you. I released a new version of my module, but the Appcelerator Marketplace is very lazy. Regards, Arley |
Hi Arley thank you for your email. "I was unable to identify your email and also your PushClient license, only by your github username, to be able to send a new version of PushClient module to you." here is the receipt from Appcelerator Thank you De : Open Mobile Marketplace [noreply@appcelerator.com] Hello Fabrice Roelens, You successfully purchased PushClient! You can start using PushClient If your order today was for a free trial, the length of your trial Order Details You can manage your purchase and add users to PushClient right from the To learn how to incorproate your new module into Titanium, click the link below: If you have any questions please email us at marketplace-support@appcelerator.com. Code Strong, The Appcelerator Team |
Is this fixed in Version 1.11 available on the Appcelerator Marketplace? |
I hope so. I was unable to test in a real Android 6.0 device. |
Ok, thanks. Just want to know if the current version on the Marketplace is the latest one that you have submitted. So I guess you have tested it on the standard Android Emulator with Google API Level 23? Did you manage to test it on Genymotion and Android 6.0 with Gogole APIs? |
Yes, the latest version (1.11) is available from Appcelerator Marketplace. With Genymotion was possible to emulate the Android 6.0 preview devices, but with GApps for Android 5.1. |
Sorry if this goes offtopic: on Genymotion you can flash the Android 6.0 preview device (e.g. Nexus 5) with GApps for Android 5.1. (gapps-L-4-21-15.zip or gapps-lp-20150314.zip) ? Didn't know that. Will try too. |
:-) Yes. |
Has anybody been able to get this working on 6.0+? I've been trying but whatever I do I always get a white square icon, even though the icon I'm using is on transparent background. I'm also using the latest Titanium SDK (5.1.2GA) so I can't set targetSdkVersion to 20. |
@arleyandrada just to confirm that I am now able to get the appropriate icon shown with Android 6. Issue #52 was of great help regarding file location. The other issue I was having was related to the image I was using. My image did not have a transparent background and thus a white square was showing. Once I fixed my images the correct logo was shown. @spinn take a look at #25 as your problem might be the icon location. I put mines at "<project_root>/platform/android/res/drawable-*/push_icon.png" A third issue I was having was not setting the correct meta data on the manifest. You must add
to your Android manifest (inside tiapp.xml). Checkout this post from Parse.com https://parse.com/tutorials/android-push-notifications Finally here's an example Parse.com Push JSON payload:
|
Hello @arleyandrada , So does it possible to implement last two things using your module as i have already done with first thing using your module. If yes then which property name I have to use can you please suggest me for background Image and Action buttons. Looking forward to your valuable feedback. |
I've looked at issue #52 and it works perfectly with any device that has Android 5 or less, but I have a device with Android 6 and it is not showing the icon. It does shows the
largeIcon
but not thesmallIcon
.The text was updated successfully, but these errors were encountered: