I had the same issue that I reported to Tesflight. This seems to be a known bug.
The workaround is to completely disable the application update with the following line:
[TestFlight setOptions:@{@"disableInAppUpdates":@YES}];
It only works with SDK version 1.1.
source share