playgameservices / android-basic-samples

Google Play game services - Android samples
Apache License 2.0
970 stars 972 forks source link

Dynamic app_id #292

Open 7va opened 5 years ago

7va commented 5 years ago

Hi! In my project i need to configure app_id at runtime. But for now i was find only one way, with Manifest

<meta-data android:name="com.google.android.gms.games.APP_ID" android:value="@string/app_id"/>

Can i do it progammatically? May be in nearest releases?