You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have an Xcode project that can build 3 different iOS / Mac apps from the same codebase, all of these set up within Qonversion. Each of these app flavors require their own qonversion_ios_fallbacks.json files since they have separate IAPs and configuration.
As of right now, the SDK only loads the file with this naming scheme. This forces us to do some less than ideal scripting in the Xcode build process to copy the right file in the final build.
Ideally, we should have a way to give the path to the JSON file to Qonversion on init so that this can be done more seamlessly.
The text was updated successfully, but these errors were encountered:
I have an Xcode project that can build 3 different iOS / Mac apps from the same codebase, all of these set up within Qonversion. Each of these app flavors require their own
qonversion_ios_fallbacks.json
files since they have separate IAPs and configuration.As of right now, the SDK only loads the file with this naming scheme. This forces us to do some less than ideal scripting in the Xcode build process to copy the right file in the final build.
Ideally, we should have a way to give the path to the JSON file to Qonversion on init so that this can be done more seamlessly.
The text was updated successfully, but these errors were encountered: