it is not the job of an extension developer to fix your errors⌠you should follow the documentation and if you have a problem, then what about posting a screenshot of your rlevant blocks?
and after looking into your activity, these are your only 2 contributions to this community⌠what a shame⌠I flagged your contributions now for moderator attentionâŚ
You reported the error: Notifications are not being sent from console, right? I just fixed it in 2 days, and you said this own that it worked. And read all the extension updates posts so you can see I fixes the extension error or not.
After removing the other extension, your app compiles so just look why the error is in FCM? Why donât you ask another developer to fix it? Sometimes it just pisses me off that, why developers like you exist? You donât want to do anything just want all from the developer. I asked for your AIA so I can check the issue, but you said do it and make an AIA own and even yours was just a sample AIA? Really? For just checking your issue now I have to create an AIA with the same extension as yours? If thatâs it then I donât care about you or anyone else that has the same thinking towards extension developers, just post whatever you want, I am not going to help you anymore.
The extension is working perfectly, I just have to thank Sumit for his attention, now I just canât fix the small icon in the notifications, Screenshot by Lightshot. I informed the small icon in Designer, as it wasnât appearing in the notifications, I set it in the block like this: Screenshot by Lightshot and even then, it still doesnât appear. Can someone please help me with this?
Thanks.
Your small icon does not seem suitable for notifications, you shall use a 24 * 24 (or some other size, I donât know exactly) icon for notifications.
You can generate your icon here,
And note that not your all icons are supportable to be used as notificationâs small icons.
Thanks for the help and everyone. To solve the problem of the small icon appearing in the notifications, I had to edit the .apk with apk-editor-studio, but it finally worked. Screenshot by Lightshot
hey, this update got me in trouble. I donât have space for extension in free account anymore, and because it has 1.4mb, it has exceeded the data limit in assets. Couldnât you have a leaner version for free users? @iamwsumit
Hi Taifun, first I went to Android Asset Studio - Notification icon generator and changed the name, uploaded the image to make my icon and downloaded the zipped file. I opened the .apk file with apk-editor-studio (can be any other) and threw the icons from the zipped file into res (note that it has several folders, keep them), then edited I opened the AndroidManifest.xml file and included the following lines after <applicationâŚ/>: lines.txt (270 Bytes)
The my_color_notification must be set in the values/colors.xml file (copy the last line and replace the command with my_color_notification or whatever you want). I copied the apk again and the icon started to appear.
Hope this helps.
The last update didnât work for me, the app crashes on startup. Had to revert back to version 1.4.7. Perhaps some incompatibility with the firebase components I use.
I have same Problem with newest Version I bought from the AI2 Store - App Crashes at Start. Just made test Application only for test purposes with FCM - not working