Learn what Felgo offers to help your business succeed. Start your free evaluation today! Felgo for Your Business

Forums

OverviewFelgo 3 Support (Qt 5) › Uploading CSV file Store::printStoreProductLists() to Android Developer Console

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #17343

    Kool

    Hi All,

    With the above function, I get the following output:

    ================================================================================
    Google Play CSV file:
    com.CompanyName.AppName..appFullPack,published,managed_by_android,false,en_US;Full Pack;Buy this item to unlock full app,true,2990000
    iTunes Connect CSV file:
    SKU	Product ID	Reference Name	Type	Cleared For Sale	Wholesale Price Tier	Displayed Name	Description	Effective Date
    [SKU]	com.CompanyName.AppName..appFullPack	com.CompanyName.AppName..appFullPack	Non-Consumable	yes	[PRICE TIER]	Full Pack	Buy this item to unlock full app	now
    ================================================================================

    Uploading this to the in-app section of the Google Developer Console, and variations of it (i.e. remove = header/footer, remove IOS stuff, etc), I get the following error:

    The CSV columns need to be 'Product ID,Published State,Purchase Type,Auto Translate,Locale; Title; Description,Auto Fill Prices,Price,Pricing Template ID'.

    If I manually add in the given column names, to get the following:

    Product ID,Published State,Purchase Type,Auto Translate,Locale; Title; Description,Auto Fill Prices,Price,Pricing Template ID
    com.CompanyName.AppName..appFullPack,published,managed_by_android,false,en_US;Full Pack;Buy this item to unlock full app,true,2990000
    

    I still get the following error:

    This line contains 7 columns instead of the expected 8 columns.

    Is there a column missing from the Soomla::Store output? What can I do to resolve this?

    Many thanks!

    #17348

    Alex
    Felgo Team

    Hi,

    Thanks for pointing that out, it looks like the template id column is now mandatory on Android. In order to make your upload working, add a comma to the end of your product line, i.e.:

    Product ID,Published State,Purchase Type,Auto Translate,Locale; Title; Description,Auto Fill Prices,Price,Pricing Template ID
    com.companyname.appname.appfullpack,published,managed_by_android,false,en_US;Full Pack;Buy this item to unlock full app,true,2990000,

    Please also note that you have to name your product lowercase only, don’t forget to rename your product id in code before uploading that file.

    Best,

    Alex from Felgo

    #17349

    Kool

    That worked.

    Many thanks Alex

Viewing 3 posts - 1 through 3 (of 3 total)

RSS feed for this thread

You must be logged in to reply to this topic.

Qt_Technology_Partner_RGB_475 Qt_Service_Partner_RGB_475_padded