Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Android: in-app product ID

How my in-app product ID should look like? If my application ID looks like com.example.test, then can I define product ID just as item? Or should it be com.example.test.item?

like image 420
LA_ Avatar asked Apr 11 '11 16:04

LA_


1 Answers

Ok, I've tested that. Product ID should be unique within your application. So item can be used. Everywhere it will be reflected as com.example.test:item.

like image 163
LA_ Avatar answered Sep 29 '22 10:09

LA_