In-App Purchase Integration error

i set the sdkbox_config buy the In-App Purchase Integration guide(In-App Purchases(IAP) with Javascript - SDKBOX).the purchase name is right,but buy the item it tip 4 item unavailable.

This is a double post, please delete the previous

plz check with https://github.com/sdkbox/sdkbox-sample-iap#test-iap-for-android

thank you very much!

07-09 11:39:52.137 26274-1454/? E/Auth: [GoogleAccountDataServiceImpl] getToken() -> BAD_AUTHENTICATION. Account: ELLIDED:2014201868, App: com.google.android.gms, Service: oauth2:https://www.googleapis.com/auth/contextcontroller
rrm: Long live credential not available.
at jgo.a(:com.google.android.gms@17785018@17.7.85 (040308-253824076):61)
at jfo.a(:com.google.android.gms@17785018@17.7.85 (040308-253824076))
at jfm.a(:com.google.android.gms@17785018@17.7.85 (040308-253824076):15)
at jfm.a(:com.google.android.gms@17785018@17.7.85 (040308-253824076):7)
at hgc.a(:com.google.android.gms@17785018@17.7.85 (040308-253824076):32)
at hgc.a(:com.google.android.gms@17785018@17.7.85 (040308-253824076):79)
at hgm.a(:com.google.android.gms@17785018@17.7.85 (040308-253824076):3)
at hgj.a(:com.google.android.gms@17785018@17.7.85 (040308-253824076):2)
at hgj.c(:com.google.android.gms@17785018@17.7.85 (040308-253824076):6)
at hgj.b(:com.google.android.gms@17785018@17.7.85 (040308-253824076):1)
at hgh.a(:com.google.android.gms@17785018@17.7.85 (040308-253824076):1)
at sjy.a(:com.google.android.gms@17785018@17.7.85 (040308-253824076):1)
at sil.a(:com.google.android.gms@17785018@17.7.85 (040308-253824076):2)
at ewc.a(:com.google.android.gms@17785018@17.7.85 (040308-253824076):24)
at eqx.run(:com.google.android.gms@17785018@17.7.85 (040308-253824076):2)
at eqv.a(:com.google.android.gms@17785018@17.7.85 (040308-253824076):2)
at eqv.handleMessage(:com.google.android.gms@17785018@17.7.85 (040308-253824076))
at sqh.run(:com.google.android.gms@17785018@17.7.85 (040308-253824076):8)
at squ.b(:com.google.android.gms@17785018@17.7.85 (040308-253824076):37)
at squ.run(:com.google.android.gms@17785018@17.7.85 (040308-253824076):18)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1113)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:588)
at swz.run(:com.google.android.gms@17785018@17.7.85 (040308-253824076))
at java.lang.Thread.run(Thread.java:833)
07-09 11:39:52.223 26274-1454/? E/ctxmgr: [BaseServerTask] Server task (WriteInterestRecordTask) got error statusCode=-1. [CONTEXT service_id=47 ]
com.android.volley.VolleyError: Unable to obtain auth token - is the device online?
at ewc.a(:com.google.android.gms@17785018@17.7.85 (040308-253824076):31)
at eqx.run(:com.google.android.gms@17785018@17.7.85 (040308-253824076):2)
at eqv.a(:com.google.android.gms@17785018@17.7.85 (040308-253824076):2)
at eqv.handleMessage(:com.google.android.gms@17785018@17.7.85 (040308-253824076))
at sqh.run(:com.google.android.gms@17785018@17.7.85 (040308-253824076):8)
at squ.b(:com.google.android.gms@17785018@17.7.85 (040308-253824076):37)
at squ.run(:com.google.android.gms@17785018@17.7.85 (040308-253824076):18)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1113)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:588)
at swz.run(:com.google.android.gms@17785018@17.7.85 (040308-253824076))
at java.lang.Thread.run(Thread.java:833)
07-09 11:39:52.227 26274-1454/? E/ctxmgr: [SyncServerInterestRecordsOperation]Failed WriteInterestRecord: network status=-1 [CONTEXT service_id=47 ]

did you test it from android studio without ever downloaded and test it from google dev console as an alpha/beta build?
if yes, you have to upload it as alpha/beta and download it then to your device. otherwise your device wont get the IAP information from google. after that you can test from android studio as often as you want.

i upload it as beta and download it to test,but show this error.