Differents widget-id for different platforms

Hi! My iOs widget must be a package whose name starts with a number (eg: “com.1234.app”), but Android packages naming rules denies this, so I need to declare the widget ID as “com.1234.app” for iOs and “com.one234.app” for Android.

Is there a way to do this in a “programmatically” way?

THANKS! :slight_smile: