You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like to have different onesignal_app_id depending on environment production/develop
I want to have this to have a debug environment to not send unexpected notifications to users while developing.
I have tried some different approaches but I'm not really sure what the manifestPlaceholders do.
i have something called buildTypes and it has three modes (debug, staging, release), can I put something in there ?
or do something in AndroidManifest ?
Cheers!
The text was updated successfully, but these errors were encountered:
note89
changed the title
Different id depending on environment
Different onesignal_app_id depending on environment
Oct 20, 2016
I would like to have different
onesignal_app_id
depending on environmentproduction
/develop
I want to have this to have a debug environment to not send unexpected notifications to users while developing.
I have tried some different approaches but I'm not really sure what the
manifestPlaceholders
do.i have something called
buildTypes
and it has three modes (debug, staging, release), can I put something in there ?or do something in
AndroidManifest
?Cheers!
The text was updated successfully, but these errors were encountered: