I have a problem with setting up the Google API with php. See the code below:
$client = new Google_Client();
$client->setApplicationName("MY_APP_NAME");
What do I have to use for "MY_APP_NAME", is it the appId like "com.mycompany.myapp" or is it the title of the app in Playstore like "Name of my Game"?
If memory serves this is just used in the User-Agent for the HTTP Header. It doesn't really matter what you set in it.
Example:
$client->setApplicationName("My first google app");
will do.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With