I've been trying to create an app that can run seperate from Rally. I figured out how to use the LoginKey, but I ran into an issue when I upgraded to 2.0rc1 and now it no longer works.
Before I had:
<script type="text/javascript" src="https://rally1.rallydev.com/apps/1.25/sdk.js?loginKey=secret></script>
Now:
<script type="text/javascript" src="https://rally1.rallydev.com/apps/2.0rc1/sdk.js?loginKey=secret></script>
Any ideas why the it works for 1.25 not 2.0rc1?