Difference between revisions of "GoogleBilling.DEVELOPER ERROR"
From GiderosMobile
|  (Created page with "__NOTOC__ '''Available since:''' Gideros 2012.09<br/> '''Value:''' developerError<br/> === Description === <translate>Indicates that an application is trying to make an in-app...") | |||
| (2 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
| __NOTOC__ | __NOTOC__ | ||
| − | '''Available since:''' Gideros 2012.09<br/> | + | <languages /> | 
| − | '''Value:''' developerError<br/> | + | '''<translate>Available since</translate>:''' Gideros 2012.09<br/> | 
| − | === Description === | + | '''<translate>Value</translate>:''' developerError<br/> | 
| + | '''<translate>Defined by</translate>:''' [[Special:MyLanguage/GoogleBilling|GoogleBilling]]<br/> | ||
| + | === <translate>Description</translate> === | ||
| <translate>Indicates that an application is trying to make an in-app billing request but the application has not declared the com.android.vending.BILLING permission in its manifest. Can also indicate that an application is not properly signed, or that you sent a malformed request, such as a request with missing Bundle keys or a request that uses an unrecognized request type.</translate> | <translate>Indicates that an application is trying to make an in-app billing request but the application has not declared the com.android.vending.BILLING permission in its manifest. Can also indicate that an application is not properly signed, or that you sent a malformed request, such as a request with missing Bundle keys or a request that uses an unrecognized request type.</translate> | ||
Latest revision as of 09:57, 3 September 2018
Available since: Gideros 2012.09
Value: developerError
Defined by: GoogleBilling
Description
Indicates that an application is trying to make an in-app billing request but the application has not declared the com.android.vending.BILLING permission in its manifest. Can also indicate that an application is not properly signed, or that you sent a malformed request, such as a request with missing Bundle keys or a request that uses an unrecognized request type.
