From 25987bdf139539dc7008ea181e96ef3d4e04b4d7 Mon Sep 17 00:00:00 2001 From: sacOO7 Date: Tue, 26 Sep 2023 23:46:03 +0530 Subject: [PATCH] updated readme for maui config related to ios signed release --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 082412b6e..ddd6c97c5 100644 --- a/README.md +++ b/README.md @@ -487,7 +487,7 @@ var realtime = new AblyRealtime(options); ``` - For more information related to assembly trimming, check [MAUI trimming doc](https://learn.microsoft.com/en-us/dotnet/core/deploying/trimming/trimming-options). - +- To resolve issues related to iOS signed release, [update csproj config](https://github.com/ably/ably-dotnet/issues/1259#issuecomment-1723307985) ### Examples