pradeepkumargali / cordova-plugin-hockeyapp

Cordova plugin for HockeyApp version updates, crash reporting, usage tracking and feedback
1 stars 2 forks source link

Optional Android/IOS platforms. #1

Open export-mike opened 9 years ago

export-mike commented 9 years ago

Hey,

Library works for me but i'm not actually building for android. Just IOS. I've looked at the cordova docs on Variables but they don't appear to document optional variables.

So at the moment I'm setting the DROID_APPID to the same value as the IOS app id. no biggy really just be nice if there was a way to have optional variables.

https://cordova.apache.org/docs/en/4.0.0/plugin_ref_spec.md.html

Cheers,

pradeepkumargali commented 9 years ago

@mikeljames You are right. I am also on a lookout for solving this issue. For time being, I am providing blank string ("") for unwanted platform. Thanks for reporting though!

export-mike commented 9 years ago

No worries, thought I'd give back in some way ;) This plugin helped me out the other day. Yeah It doesn't appear cordova provides this kind of logic... :cry: