I'm setting branch up like this:
// Debug settings
Branch.setUseTestBranchKey(true)
Branch.getInstance().setDebug()
branch.validateSDKIntegration()
however when validateSDKIntegration()
gets called I get the indication that my Team ID is invalid. I've double-checked everything and AFAIK everything is right. However I did see another SO question that indicated that test links won't work due to AASA file size limits ( see last answer at Provisioning profile prefix different than that it compiles with ). Is this possibly my issue?