Xcode 13 - wrong Shake SDK version and no activity history in the report
complete
Sanjin Grahovar Sadikovic
After using Xcode 13 to build the app, version of Shake SDK (and all other frameworks included in the app) will be set to match the version of the application - that will cause activity history not to be sent with the report.
Current workaround for Xcode 13, until we fix the issue would be to set
manageAppVersionAndBuildNumber = false
in your ExportOptions.plist to block this from happening.Discussion on Apple Developer forum: https://developer.apple.com/forums/thread/690647
Log In
Sanjin Grahovar Sadikovic
complete
Hey guys,
The issue with distributing the apps if
Manage Version and Build Number
is selected is now resolved and it will not affect the Shake SDK version anymore.For this fix, please update to the latest SDK version - Shake iOS SDK v15.1.1 🙌
Sanjin Grahovar Sadikovic
in progress
Sanjin Grahovar Sadikovic
planned