GoogleApiClient 未在 alpha 测试模式下连接,但在开发模式下连接

GoogleApiClient is not connecting in alpha testing mode, but it does in development mode

GoogleApiClient 未在 alpha 测试模式下连接,但在开发模式下连接。

mGoogleApiClient = new GoogleApiClient.Builder(mContext) .addConnectionCallbacks(this) .addOnConnectionFailedListener(this) .addApi(Plus.API) .addScope(Plus.SCOPE_PLUS_PROFILE) .build();

检查google API是否连接时,总是显示未连接。

if (!mGoogleApiClient.isConnected() || Plus.PeopleApi.getCurrentPerson(mGoogleApiClient) == null) 

有人可以帮我解决这个问题吗?

REQUEST_CODE_ASK_PERMISSIONS = 123 用于 GET_ACCOUNTS