Romans_I_XVI
9 years agoRoku Guru
Is it fine for a valid response from GetChannelCred() to be a requirement for launching an app?
So I am switching the way Tiles creates/fetches user accounts to use GetChannelCred() instead of requesting the user's email address. An internet connection and an "account" are both requirements to playing the game (again, this used to be handled by requestings the user's email). If the GetChannelCred() status returns something other than 0 (success) after multiple retries the player is dropped to a screen that says "Unable To Fetch User Credentials".
So, as the subject asks, is it fine for a valid response from GetChannelCred() to be a requirement for launching an app? What are the reasons that it could fail to retrieve the data, is it only if it's a sideloaded/unpublished app or are there other things that could cause a non-success status?
So, as the subject asks, is it fine for a valid response from GetChannelCred() to be a requirement for launching an app? What are the reasons that it could fail to retrieve the data, is it only if it's a sideloaded/unpublished app or are there other things that could cause a non-success status?