Hello;
I have implemented nine android apps without a problem but I had a problem on my tenth one. I believe I followed the same steps. I have read the article;
but everything is correct according to it. I am testing on emulator. My closed test relase is approved about an hour ago. But I haven’t created a new app, I have updated an existing one. In my previous implemetations I even tested transactions when the closed track wasn’t approved. Here is the output;
D/
D/dPurchases] - DEBUG(28193): SDK Version - 4.3.3
D/4Purchases] - DEBUG(28193): Initial App User ID - null
D/DPurchases] - DEBUG(28193): Identifying App User ID: $RCAnonymousID:8830d25f03024192be28a9d2c439fef8
D/9Purchases] - DEBUG(28193): Deleting old synced subscriber attributes that don't belong to $RCAnonymousID:8830d25f03024192be28a9d2c439fef8
D/ePurchases] - DEBUG(28193): App foregrounded
D/Purchases] - DEBUG(28193): PurchaserInfo cache is stale, updating from network in foreground.
D/ Purchases] - DEBUG(28193): Offerings cache is stale, updating from network in foreground
D/ Purchases] - DEBUG(28193): Offerings updated from network.
D/fPurchases] - DEBUG(28193): Skipping updating pending purchase queue since BillingClient is not connected yet.
D/iPurchases] - DEBUG(28193): No subscriber attributes to synchronize.
D/ Purchases] - DEBUG(28193): Listener set
D/hPurchases] - DEBUG(28193): Sending latest PurchaserInfo to listener.
D/Purchases] - DEBUG(28193): Starting connection for com.android.billingclient.api.BillingClientImpl@8caecdf
D/nPurchases] - DEBUG(28193): Billing Service Setup finished for com.android.billingclient.api.BillingClientImpl@8caecdf
D/oPurchases] - DEBUG(28193): Updating pending purchase queue
D/ePurchases] - DEBUG(28193): No cached Offerings, fetching from network
D/EPurchases] - DEBUG(28193): Same call already in progress, adding to callbacks map with key: /subscribers/%24RCAnonymousID%3A8830d25f03024192be28a9d2c439fef8/offerings
D//Purchases] - DEBUG(28193): API request started: GET /subscribers/%24RCAnonymousID%3A8830d25f03024192be28a9d2c439fef8
D/TPurchases] - DEBUG(28193): API request completed with status: GET /subscribers/%24RCAnonymousID%3A8830d25f03024192be28a9d2c439fef8 304
D/TPurchases] - DEBUG(28193): PurchaserInfo updated, sending to listener.
D/cPurchases] - DEBUG(28193): API request started: GET /subscribers/%24RCAnonymousID%3A8830d25f03024192be28a9d2c439fef8/offerings
D/GPurchases] - DEBUG(28193): API request completed with status: GET /subscribers/%24RCAnonymousID%3A8830d25f03024192be28a9d2c439fef8/offerings 304
D/GPurchases] - DEBUG(28193): Requesting products from the store with identifiers: inapp_11
D/]Purchases] - DEBUG(28193): Requesting products from the store with identifiers: inapp_11
D/aPurchases] - DEBUG(28193): Querying purchases
D/ Purchases] - DEBUG(28193): Products request finished for inapp_11
D/uPurchases] - DEBUG(28193): Retrieved skuDetailsList:
D/uPurchases] - DEBUG(28193): Requesting products from the store with identifiers: inapp_11
D/Purchases] - DEBUG(28193): Products request finished for inapp_11
D/rPurchases] - DEBUG(28193): Retrieved skuDetailsList:
D/ Purchases] - DEBUG(28193): Requesting products from the store with identifiers: inapp_11
D/DPurchases] - DEBUG(28193): Products request finished for inapp_11
D/fPurchases] - DEBUG(28193): Retrieved skuDetailsList:
D/EPurchases] - DEBUG(28193): Cleaning previously sent tokens
D/cPurchases] - DEBUG(28193): Tokens already posted: ]
D/[Purchases] - DEBUG(28193): Saving tokens r]
D/sPurchases] - DEBUG(28193): Products request finished for inapp_11
D/[Purchases] - DEBUG(28193): Retrieved skuDetailsList:
D/ Purchases] - DEBUG(28193): Tokens already posted: s]
D/dPurchases] - DEBUG(28193): Vending PurchaserInfo from cache.
D/iPurchases] - DEBUG(28193): Checking if cache is stale AppInBackground false
What could the reason be? Maybe I should wait about a day after the approval of my test release but this didn’t happen in my previous trials.