Cagri Yucel

Results 12 comments of Cagri Yucel

Having exactly the same problem on a Pixel 6 physical device as well as a Pixel 7 emulator. Wondering if something has changed with .NET8

In my case, the issue is resolved after adding USE_EXACT_ALARM, and it works on its own as well without SCHEDULE_EXACT_ALARM.

As @LeoJHarris suggested, my app has been rejected by Google due to inappropriate use of USE_EXACT_ALARM :( Back to the drawing board.

I may be wrong but in my case 11.0.1-preview01 seems to solve the problem. As it has been built from the latest master.

@VinShen , the code in master works fine without USE_EXACT_ALARM, is this something you can add to your project ? There is also nugget version 11.0.1-preview01, but it sounds like...

@VinShen , you are right, OS >=13 does not allow Schedule Exact alarm by default. For me the code in the master solved this problem. Have you had a chance...

Hi @bezysoftware , thanks a lot for the quick response. I got it, I need to use UserRepository definition so that the signin information is persisted. And when I come...

Hi @szokeasaurusrex , it is relatively easy to bypass the warning on macOS, so the CLI is working fine. Just wanted to raise it as the lack of correct signing...

@AdamEssenmacher , thanks for this great tool. Somewhat similar to the issue mentioned here, if I set RoundRectangle StrokeShape for Border in global styles, the toolkit reports a leak, although...

Hi @AdamEssenmacher. Please find the sample project here: https://github.com/cagriy/RoundRectangle Regarding gcdump, with these kinds of leaks, when I get a dump and search for either RoundRectangle or SecondPage, I typically...