DelphiWorlds

Results 227 comments of DelphiWorlds

I don't see a screenshot

There is no attachment. Please use the Github issue page to add the screenshot. The text of log as an attachment would be way better, though

Unfortunately, too much information in your screenshot is cut off. This is one reason why text logs are much preferred. Since you are using Device Lens, you can right click...

> Why is it too high? I do not know. If I had complete error information (error messages were cut off in your screenshot), I might be able to find...

> The original was not exited but a black screen, and the attachment was saved debugging information. Is there meant to be an attachment? Again, there is none. Please use...

These seem to be the relevant lines: ``` 2024/06/15 15:32:27.795 E com.embarcadero.VideoPlayerDemo 17018 17018 linker library "/system_ext/lib64/libmigl.so" ("/system_ext/lib64/libmigl.so") needed or dlopened by "/system/lib/libEGL.so" is not accessible for the namespace: [name="(default)",...

> DWNotificationPresenter Unable to locate resource notification_custom You can ignore this message - it just indicates that you're not using custom notifications ``` Key com.google.firebase.messaging.default_notification_icon expected String but value was...

Yes, this one in particular: ```xml ``` I've now realized that this line of code might be incorrect: ```delphi TOSMetadata.GetValue(cMetadataFCMDefaultNotificationIcon, LIcon); ``` Since LIcon is a string, and I expect...

Perhaps you have no valid small icon? ;-) I'll see if I can find out what the issue is...

It may be that the actual icons are not being deployed? One sure way to check is to look at the project output folder, e.g.: ![image](https://github.com/user-attachments/assets/66e6a601-3933-4bd2-b5c3-54b568347559) This is for a...