I’m updating all of my apps (all but Dead Words done straight in Xcode) with an extra credits screen that shows off the other CTG apps and when tapped will link to them.
I just tried this in Unity iPhone Basic and I used the Application.OpenURL method to do this in a GUI button. Sadly, I got this error in the Xcode debugger console …
Application.OpenURL is not supported in Unity iPhone Basic
Really? I guess I didn’t read the fine print well enough eh?
I can’t open a browser window or link to my other games in the app store? Is there any way around this? Is there no way at all to make a button link to the store? Or am I stuck for a long time until I can save enough to upgrade?
Any other way?
Nuts. I guess not, just read the page. Damn, that was a very bad one to miss on my part. Damn it. OK, DW will be the one app without this feature then. That won’t help sales.
EDIT LATER … At least I can still add the check for the SignerIdentity hack right in the app delegate in the Info.plist that every single pirated app runs and pop a message up that allows the person running the cracked version to either gracefully shut down or buy my app via the …
[[UIApplication sharedApplication] openURL:[NSURL URLWithString:@“urlhere”]];
method. So I can link to the store there at least.