Standardise Telemetry SDK for iOS and Android?

Hi there!

I’m experimenting on a beacon telemetry for both iOS and Android.
So far I notice there’re many differences between iOS and Android including interfaces to listen to beacons as well as telemetry data format returned from SDKs, which cause troubles in processing later on.

For example in iOS it returns shortBeaconId, while Android is full beaconID; and iOS does not return battery percentage nor pressure data compared to Android.

Should there be a way to get same telemetry data format regardless of OS version ?