app-framework icon indicating copy to clipboard operation
app-framework copied to clipboard

What is playStoreId and why do I need it to run app on my own android?

Open outluch opened this issue 8 years ago • 4 comments

Help please. I ran through docs 5 times and found that i need to build, then npm run studio. But it says me i should define playStoreId. What is it? Where should I get it? I am confused.

outluch avatar Nov 08 '17 01:11 outluch

Ok.. I actually found. I looked at demo project. But it was very not obvious.

outluch avatar Nov 08 '17 01:11 outluch

For anyone that gets here like I did, therelevant content of config.json` in the demo project is:

  "appStoreId": "de.scriptpilot.app-framework",
  "playStoreId": "de.scriptpilot.appframework",

👍

fdbeirao avatar Nov 20 '17 09:11 fdbeirao

Oh, thanks for that. I forgot how I hate it when someone says in topic: I found solution, thank you all :D And no solution provided

outluch avatar Nov 20 '17 12:11 outluch

Yes, type your ID like that ... I will update the docs to me more clear in that point. Thanks @fdbeirao

scriptPilot avatar Jan 02 '18 18:01 scriptPilot