On the native iOS SDK, set the wrapper SDK type first before calling initialize.
Details
Motivation
Set the wrapper SDK type first so when initialize is called, the native SDK can check if the SDK is a wrapper type in order to conditionally omit a misleading fatal log
Description
One Line Summary
On the native iOS SDK, set the wrapper SDK type first before calling initialize.
Details
Motivation
Scope
Affected code checklist
Checklist
Overview
Testing
Final pass
This change is