[android-developers] Google+ How to know if application is installed by friends

2013-04-18 Thread rudas
Hi,

I'm trying to retrieve the people in a user's circles that have installed 
the current application.

I have used the sample application PlusSampleActivity provided in the SDK 
and successfully managed to get the list of all people in the user's 
circles.
However, I'm not sure how to get if the person have installed the 
application or not. The documentation available seems to be very limited...

What I have found is 
https://developer.android.com/reference/com/google/android/gms/plus/model/people/Person.html
I'm using below function but this is always returning false. (I have 
created a user that have installed the app and I can see this when visiting 
this user's profile on the web using Google+)

Is there some other API that should be used? Or any other limitations that 
I don't know about (time until it is visible?)?

public abstract boolean isHasApp ()

  If true, indicates that the person has installed the app that is
  making the request and has chosen to expose this install state to the
  caller. A value of false indicates that the install state cannot be
  determined (it is either not installed or the person has chosen to
  keep this information private).




Best regards,
Raz
 

-- 
-- 
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
--- 
You received this message because you are subscribed to the Google Groups 
Android Developers group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




[android-developers] In-app Billing v3 - user is not eligible for this purchase

2013-02-08 Thread rudas
Hi all,

I have implemented the new billing API suggested by Google and used the 
trivialdrive demo as a template.
But I'm not able to purchase my in-app item. As soon as I'm redirected to 
the Play store I get the following error message user is not eligible for 
this purchase

Implementation details:
TRIVIAL DRIVE - SAMPLE FOR IN-APP BILLING VERSION 3
(Basically I'm only using the premium part of the sample.)

I have followed all steps in the readme provided in the sample code. (E.g. 
application specific key etc. etc.)
I added my personal google account as a Test account on my publisher 
account.
I have also tested it a day after adding uploading the .apk file to the 
developer console

Same problem is seen on two devices using separate accounts, both added as 
Test accounts. 


Please help sort this out.
I really wonder why in-app billing must be sooo diificult to test, it's 
really frustrating working with this.. 

-- 
-- 
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
--- 
You received this message because you are subscribed to the Google Groups 
Android Developers group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




[android-developers] Re: In-app Billing v3 - user is not eligible for this purchase

2013-02-08 Thread rudas
And then it suddenly started working... a day after uploading the .apk.

It should be noted that I tried a workaround suggested on the Internet.
I uploaded a new .apk using old developer console design.
But after a couple of hours I did not notice any difference, but now (~4 
hours later it works)

So maybe this is a problem related to the new developer console... which 
Google definitely need to fix in that case!
 

Den fredagen den 8:e februari 2013 kl. 14:28:10 UTC+1 skrev rudas:

 Hi all,

 I have implemented the new billing API suggested by Google and used the 
 trivialdrive demo as a template.
 But I'm not able to purchase my in-app item. As soon as I'm redirected to 
 the Play store I get the following error message user is not eligible for 
 this purchase

 Implementation details:
 TRIVIAL DRIVE - SAMPLE FOR IN-APP BILLING VERSION 3
 (Basically I'm only using the premium part of the sample.)

 I have followed all steps in the readme provided in the sample code. (E.g. 
 application specific key etc. etc.)
 I added my personal google account as a Test account on my publisher 
 account.
 I have also tested it a day after adding uploading the .apk file to the 
 developer console

 Same problem is seen on two devices using separate accounts, both added as 
 Test accounts. 


 Please help sort this out.
 I really wonder why in-app billing must be sooo diificult to test, it's 
 really frustrating working with this.. 


-- 
-- 
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
--- 
You received this message because you are subscribed to the Google Groups 
Android Developers group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




[android-developers] In app payments, how to give a user a managed item for free

2011-04-12 Thread rudas
Hi,

Is there any way to give a user an item that usually is sold using
in-app billing?
I'm using the in-app billing system to enable users to upgrade and
remove ads from the application, hence the item is managed. I would
like to be able to give some users this upgrade for free, how can I do
this?

I know I could ask them to pay for it and then make a refund, but I
guess that would make the item disappear from their owned list...



-- 
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] How to test In-app billing without a device with Market 2.3.4

2011-04-01 Thread rudas
Hi,

How can I test my in-app implementation if I don't have any hw with
Market 2.3.4?

The only options I can see are
1. Find a new market for my android phone, but this is not available
anywhere... I'm using a custom rom so my market does not seem to auto-
update...
2. Install market on the emulator... this does not seem to be all too
easy, please advise.

Please advise how you expect developers to implement fully tested/
verified application to your platform with this lack of test
environment.
It is really poor that this cannot be tested on the emulator in a fast
and easy way. Google please fix this asap!!

BR,
/Rasmus

-- 
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