Idea

Jordan Maxwell avatar image
Jordan Maxwell suggested

Numeric Object Ids

Hello,

We have been attempting to migrate our existing systems to the PlayFab platform. However it has been giving us a lot of issues for several reasons. The biggest currently is that PlayFab generates string ids where as our system requires a Int 32 numeric id for accounts, characters, ect. It would be nice to able to switch to a numeric system for ids where possible.

apisAccount ManagementCharacters
10 |1200

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

1 Comment

·
brendan avatar image
brendan commented

Can you clarify what IDs you're referring to? All our PlayFab IDs, inventory item instance IDs, etc., are all numeric. They are displayed as hexadecimal in most interfaces, and are returned as such in JSON responses - is that the confusion?

2 comments
10 |1200

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Jordan Maxwell avatar image Jordan Maxwell commented ·

Numeric ids for things such as Entities. Our server suite automatically performs things such as DB interaction and it determines what an object is off an int32 id. Its making it impossible to integrate PlayFab without gutting and redoing majority of the system.

0 Likes 0 ·
brendan avatar image brendan Jordan Maxwell commented ·

All those IDs are numeric. They're returned in the JSON in hexadecimal format, but you should be able to convert them trivially, using a hex-to-decimal call. What programming language are you using?

0 Likes 0 ·

Write a Comment

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Your Opinion Counts

Share your great idea, or help out by voting for other people's ideas.