PushkinStudio / AppCenter-SDK-UE4

Development repository for the App Center SDK for Unreal Engine 4 platforms
MIT License
13 stars 8 forks source link

Storage size should be configured with project settings (not runtime function) #2

Open ufna opened 5 years ago

ufna commented 5 years ago

Check official docs: https://docs.microsoft.com/en-us/appcenter/sdk/other-apis/ios#storage-size

You can use the setMaxStorageSize API to set the size of the local DB. The API is asynchronous, and the callback is called when you start App Center services. For this reason, setMaxStorageSize must be called before your call to AppCenter.start(...). You may only call the API once.