How does Xamarin iOS read plist?

Wei Wen 1,096 Reputation points
2022-11-28T04:22:59.817+00:00

I have a Xamarin app that has iOS binding library. This native library will read a plist if it exist in Main Bundle. I put the plist at the same level where Info.plist is. But I tested that the plist was not read. The plist is json format, and I noticed that Info.plist has xml format. So I changed the plist to xml format. Still the plist was not read. If the plist is successfully read by the binding library, it should happen before AppDelegate's FinishedLaunching is called. Is it possible to make the plist read by the binding library?

Xamarin
Xamarin
A Microsoft open-source app platform for building Android and iOS apps with .NET and C#.
5,297 questions
0 comments No comments
{count} votes

Accepted answer
  1. Lex Li (Microsoft) 4,742 Reputation points Microsoft Employee
    2022-11-28T07:20:56.487+00:00

0 additional answers

Sort by: Most helpful