Your Setup documentation describes how I can build the cwa application with the ENACommunity scheme, and then run it e.g. on a simulator.
With cwa v 1.12 release, and even with early branch 1.13.x this works out of the box for me. The server environment is created successfully; keys are downloaded from the true production server (no authentication required). For download of the statistics I get an error message; but after this message I can test all the rest of the application.
However, with cwa v1.13.0 (release) this has changed. Now I can still compile it successfully with the XCode IDE, but on start of the application it tries to construct the ServerEnvironment and this fails.
This change in behaviour seems to be related to the data donation feature and the new server url for that feature.
I also noticed that the definition for the dataDonationURL is missing in the v1.13.0 release version of the default configuration.
@ndegendogo I will bring this to a developer to get an answer. Thanks.
Thanks @dsarkar
Hi
you can use your own server from https://github.com/corona-warn-app/cwa-ppa-server
or you enter in the dataDonationURL the public server https://data.coronawarn.app
Thanks @thomasaugsten I'll try it