I'm upgrading our code from 4.x to the Adobe Experience Platform. We're
using iOS and Swift.We used to use the json file method for
configuration.Based on the recommendation in the documentation we're now
using the following configuration function:ACPCore.configure(withAppId:
"??????")But what is the correct process for supporting offline
analytics (E.g. if the json file above configuration method fails
because the user is offline)do we call both in the following
order?ACPCore.configure(withAppI...