[android-developers] Re: On multi-accounts setting, LVL returns NOT_LICENSED.

2010-10-07 Thread beemer
But the problem is mainly that even having the primary account
different from the developers account, it should work if I add it as a
Test account because the app is uploaded to the market!


On 6 oct, 13:19, Carlos Silva r3...@r3pek.org wrote:
 This is normal since the Market only uses one account (the main/first
 account on the device) to associate applications with an account. So even if
 you have 10 Google accounts on a device, only the main one is associated
 with the Market.



 On Wed, Oct 6, 2010 at 12:11, beemer mse...@gmail.com wrote:
  I'm having the same issue and this causes that I cannot test my own
  application on my devices.
  I've done the test below and found that the first account configured
  in the device is the one used for licensing verification.

  FIRST TRY:
         -Configured Google apps account, not develeper neither test.
                 FAIL- NOT_LICENSED
         -Added The developer account.
                 FAIL- NOT_LICENSED

  SECOND TRY:
         -Configured Developer account.
                 OK- As defined in the developer profile OK.
         -Added apps account, not develeper neither test.
                 OK- As defined in the developer profile OK.

  THIRD TRY:
         -Configured Google apps account, not develeper. Tried as test and
  Not
  test account.
         -Configured Developer account.
                 FAIL- NOT_LICENSED

  FOURTH TRY:
         -Configured Developer account.
         -Configured Google apps account, not develeper. Tried as test and
  Not
  test account.
                 OK- As defined in the developer profile OK.

  On 6 oct, 12:50, beemer mse...@gmail.com wrote:
   I'm having the same issue and this causes that I cannot test my own
   application on my devices.
   I've done the test below and found that the first account configured
   in the device is the one used forlicensingverification.

   FIRST TRY:
           -Configured Google apps account, not develeper neither test.
                   FAIL- NOT_LICENSED
           -Added The developer account.
                   FAIL- NOT_LICENSED

   SECOND TRY:
           -Configured Developer account.
                   OK- As defined in the developer profile OK.
           -Added apps account, not develeper neither test.
                   OK- As defined in the developer profile OK.

   THIRD TRY:
           -Configured Google apps account, not develeper. Tried as test and
  Not
   test account.
           -Configured Developer account.
                   FAIL- NOT_LICENSED

   FOURTH TRY:
           -Configured Developer account.
           -Configured Google apps account, not develeper. Tried as test and
  Not
   test account.
                   OK- As defined in the developer profile OK.

   On 11 ago, 01:46, magpad takashi.murama...@gmail.com wrote:

Hi
I was cheking my app implemented LVL to publish market.
But I had some concern below before publishing.

- APP_FOO
  * paid application
  * LVL implemented
  * uploaded to Amdroid Market
  * installed from local apk(This apk is same as uploaded on Market.)

- ACCOUNT_1
  * bought APP_FOO

- ACCOUNT_2
  * did NOT bought APP_FOO

Then,
On emulator API Level8 with Google APIs(I don't have Froyo device...)

- Case 1
I added ACCOUNT_1 and then checked APP_FOO license.
  == server returned LICENSED

Case 2.
I added ACCOUNT_2 and then checked APP_FOO license.
  == server returned NOT_LICENSED

Case 3.
I added ACCOUNT_1 first, next added ACCOUNT_2 and then checked APP_FOO
license.
  == server returned LICENSED

Case 4.
I added ACCOUNT_2 first, next added ACCOUNT_1 and then checked APP_FOO
license.
     == server returned NOT_LICENSED

In Case1 to 3, server responses are expected.
And in Case 4, I had expected LICENSED, but server returned
NOT_LICENSED.

Does anyone know this response is valid or invalid?
Is LICENSED response can be gotten from first account added on
  Manageaccountssettings?

Thanks!

  --
  You received this message because you are subscribed to the Google
  Groups Android Developers group.
  To post to this group, send email to android-developers@googlegroups.com
  To unsubscribe from this group, send email to
  android-developers+unsubscr...@googlegroups.comandroid-developers%2Bunsubs 
  cr...@googlegroups.com
  For more options, visit this group at
 http://groups.google.com/group/android-developers?hl=en

-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


[android-developers] Re: On multi-accounts setting, LVL returns NOT_LICENSED.

2010-10-06 Thread beemer
I'm having the same issue and this causes that I cannot test my own
application on my devices.
I've done the test below and found that the first account configured
in the device is the one used for licensing verification.

FIRST TRY:
-Configured Google apps account, not develeper neither test.
FAIL- NOT_LICENSED
-Added The developer account.
FAIL- NOT_LICENSED

SECOND TRY:
-Configured Developer account.
OK- As defined in the developer profile OK.
-Added apps account, not develeper neither test.
OK- As defined in the developer profile OK.

THIRD TRY:
-Configured Google apps account, not develeper. Tried as test and Not
test account.
-Configured Developer account.
FAIL- NOT_LICENSED

FOURTH TRY:
-Configured Developer account.
-Configured Google apps account, not develeper. Tried as test and Not
test account.
OK- As defined in the developer profile OK.


On 11 ago, 01:46, magpad takashi.murama...@gmail.com wrote:
 Hi
 I was cheking my app implemented LVL to publish market.
 But I had some concern below before publishing.

 - APP_FOO
   * paid application
   * LVL implemented
   * uploaded to Amdroid Market
   * installed from local apk(This apk is same as uploaded on Market.)

 - ACCOUNT_1
   * bought APP_FOO

 - ACCOUNT_2
   * did NOT bought APP_FOO

 Then,
 On emulator API Level8 with Google APIs(I don't have Froyo device...)

 - Case 1
 I added ACCOUNT_1 and then checked APP_FOO license.
   == server returned LICENSED

 Case 2.
 I added ACCOUNT_2 and then checked APP_FOO license.
   == server returned NOT_LICENSED

 Case 3.
 I added ACCOUNT_1 first, next added ACCOUNT_2 and then checked APP_FOO
 license.
   == server returned LICENSED

 Case 4.
 I added ACCOUNT_2 first, next added ACCOUNT_1 and then checked APP_FOO
 license.
      == server returned NOT_LICENSED

 In Case1 to 3, server responses are expected.
 And in Case 4, I had expected LICENSED, but server returned
 NOT_LICENSED.

 Does anyone know this response is valid or invalid?
 Is LICENSED response can be gotten from first account added on 
 Manageaccountssettings?

 Thanks!

-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


[android-developers] Re: On multi-accounts setting, LVL returns NOT_LICENSED.

2010-10-06 Thread beemer
I'm having the same issue and this causes that I cannot test my own
application on my devices.
I've done the test below and found that the first account configured
in the device is the one used for licensing verification.

FIRST TRY:
-Configured Google apps account, not develeper neither test.
FAIL- NOT_LICENSED
-Added The developer account.
FAIL- NOT_LICENSED

SECOND TRY:
-Configured Developer account.
OK- As defined in the developer profile OK.
-Added apps account, not develeper neither test.
OK- As defined in the developer profile OK.

THIRD TRY:
-Configured Google apps account, not develeper. Tried as test and Not
test account.
-Configured Developer account.
FAIL- NOT_LICENSED

FOURTH TRY:
-Configured Developer account.
-Configured Google apps account, not develeper. Tried as test and Not
test account.
OK- As defined in the developer profile OK.



On 6 oct, 12:50, beemer mse...@gmail.com wrote:
 I'm having the same issue and this causes that I cannot test my own
 application on my devices.
 I've done the test below and found that the first account configured
 in the device is the one used forlicensingverification.

 FIRST TRY:
         -Configured Google apps account, not develeper neither test.
                 FAIL- NOT_LICENSED
         -Added The developer account.
                 FAIL- NOT_LICENSED

 SECOND TRY:
         -Configured Developer account.
                 OK- As defined in the developer profile OK.
         -Added apps account, not develeper neither test.
                 OK- As defined in the developer profile OK.

 THIRD TRY:
         -Configured Google apps account, not develeper. Tried as test and Not
 test account.
         -Configured Developer account.
                 FAIL- NOT_LICENSED

 FOURTH TRY:
         -Configured Developer account.
         -Configured Google apps account, not develeper. Tried as test and Not
 test account.
                 OK- As defined in the developer profile OK.

 On 11 ago, 01:46, magpad takashi.murama...@gmail.com wrote:



  Hi
  I was cheking my app implemented LVL to publish market.
  But I had some concern below before publishing.

  - APP_FOO
    * paid application
    * LVL implemented
    * uploaded to Amdroid Market
    * installed from local apk(This apk is same as uploaded on Market.)

  - ACCOUNT_1
    * bought APP_FOO

  - ACCOUNT_2
    * did NOT bought APP_FOO

  Then,
  On emulator API Level8 with Google APIs(I don't have Froyo device...)

  - Case 1
  I added ACCOUNT_1 and then checked APP_FOO license.
    == server returned LICENSED

  Case 2.
  I added ACCOUNT_2 and then checked APP_FOO license.
    == server returned NOT_LICENSED

  Case 3.
  I added ACCOUNT_1 first, next added ACCOUNT_2 and then checked APP_FOO
  license.
    == server returned LICENSED

  Case 4.
  I added ACCOUNT_2 first, next added ACCOUNT_1 and then checked APP_FOO
  license.
       == server returned NOT_LICENSED

  In Case1 to 3, server responses are expected.
  And in Case 4, I had expected LICENSED, but server returned
  NOT_LICENSED.

  Does anyone know this response is valid or invalid?
  Is LICENSED response can be gotten from first account added on 
  Manageaccountssettings?

  Thanks!

-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


Re: [android-developers] Re: On multi-accounts setting, LVL returns NOT_LICENSED.

2010-10-06 Thread Carlos Silva
This is normal since the Market only uses one account (the main/first
account on the device) to associate applications with an account. So even if
you have 10 Google accounts on a device, only the main one is associated
with the Market.

On Wed, Oct 6, 2010 at 12:11, beemer mse...@gmail.com wrote:

 I'm having the same issue and this causes that I cannot test my own
 application on my devices.
 I've done the test below and found that the first account configured
 in the device is the one used for licensing verification.

 FIRST TRY:
-Configured Google apps account, not develeper neither test.
FAIL- NOT_LICENSED
-Added The developer account.
FAIL- NOT_LICENSED

 SECOND TRY:
-Configured Developer account.
OK- As defined in the developer profile OK.
-Added apps account, not develeper neither test.
OK- As defined in the developer profile OK.

 THIRD TRY:
-Configured Google apps account, not develeper. Tried as test and
 Not
 test account.
-Configured Developer account.
FAIL- NOT_LICENSED

 FOURTH TRY:
-Configured Developer account.
-Configured Google apps account, not develeper. Tried as test and
 Not
 test account.
OK- As defined in the developer profile OK.



 On 6 oct, 12:50, beemer mse...@gmail.com wrote:
  I'm having the same issue and this causes that I cannot test my own
  application on my devices.
  I've done the test below and found that the first account configured
  in the device is the one used forlicensingverification.
 
  FIRST TRY:
  -Configured Google apps account, not develeper neither test.
  FAIL- NOT_LICENSED
  -Added The developer account.
  FAIL- NOT_LICENSED
 
  SECOND TRY:
  -Configured Developer account.
  OK- As defined in the developer profile OK.
  -Added apps account, not develeper neither test.
  OK- As defined in the developer profile OK.
 
  THIRD TRY:
  -Configured Google apps account, not develeper. Tried as test and
 Not
  test account.
  -Configured Developer account.
  FAIL- NOT_LICENSED
 
  FOURTH TRY:
  -Configured Developer account.
  -Configured Google apps account, not develeper. Tried as test and
 Not
  test account.
  OK- As defined in the developer profile OK.
 
  On 11 ago, 01:46, magpad takashi.murama...@gmail.com wrote:
 
 
 
   Hi
   I was cheking my app implemented LVL to publish market.
   But I had some concern below before publishing.
 
   - APP_FOO
 * paid application
 * LVL implemented
 * uploaded to Amdroid Market
 * installed from local apk(This apk is same as uploaded on Market.)
 
   - ACCOUNT_1
 * bought APP_FOO
 
   - ACCOUNT_2
 * did NOT bought APP_FOO
 
   Then,
   On emulator API Level8 with Google APIs(I don't have Froyo device...)
 
   - Case 1
   I added ACCOUNT_1 and then checked APP_FOO license.
 == server returned LICENSED
 
   Case 2.
   I added ACCOUNT_2 and then checked APP_FOO license.
 == server returned NOT_LICENSED
 
   Case 3.
   I added ACCOUNT_1 first, next added ACCOUNT_2 and then checked APP_FOO
   license.
 == server returned LICENSED
 
   Case 4.
   I added ACCOUNT_2 first, next added ACCOUNT_1 and then checked APP_FOO
   license.
== server returned NOT_LICENSED
 
   In Case1 to 3, server responses are expected.
   And in Case 4, I had expected LICENSED, but server returned
   NOT_LICENSED.
 
   Does anyone know this response is valid or invalid?
   Is LICENSED response can be gotten from first account added on
 Manageaccountssettings?
 
   Thanks!

 --
 You received this message because you are subscribed to the Google
 Groups Android Developers group.
 To post to this group, send email to android-developers@googlegroups.com
 To unsubscribe from this group, send email to
 android-developers+unsubscr...@googlegroups.comandroid-developers%2bunsubscr...@googlegroups.com
 For more options, visit this group at
 http://groups.google.com/group/android-developers?hl=en


-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en