Bryan Yin
Bryan Yin
**Description** Hi, I'm developing an app integrates [HuanXin](https://www.easemob.com). Now I'm getting stuck dealing with background(App killed) notifications. According to the docs, `Push#registerBackgroundMessageHandler` only works for **Data Messages**, but I have...
Below error happens on iOS 17, does anyone knows how to fix it? ``` [Bugly] Trapped uncaught exception 'NSInvalidArgumentException', reason: '-[CSToastStyle signetDisplayShadow]: unrecognized selector sent to instance 0x282d4cb60' ( 0...
I have two entities named `SubwayLine` and `Station`, which is a one-to-many relationship. To avoid hard link in DB, I created a @Transient property `stations` in `SubwayLine.java`: ``` @NamePattern("%s|name") @Table(name...
### Environment - Documentation version: 7.2 - Part of the documentation: Manual - Existing page: https://doc.cuba-platform.com/manual-7.2/url_routes_generator.html ### Description of the bug or enhancement In this section, we need to mention...
### Environment Jmix version: ### Bug Description When instance data loader has no query in XML, but has delegate in controller, it will not load the data. ### Steps To...