Blackberry RRT signing problem! - blackberry

Gurus, I got the keys from RIM to sign my application, however, the signing tool won't sign the RRT, I'm succesfully signing the RCR but not the RRT so the application won't run on a device, I'm getting this error that speaks for it's self:
alt text http://www.techlocus.com/blackberry/problem.png
I'm using Eclipse with the plugin 1.1. JRE 5.0.0.
Any help would be appreciated, if you need more information please let me know
Thanks in advance!

RIM sends back your signing keys as three separate emails (RCR, RRT, and RBB) - make sure that you clicked on the attachment for all three of them to register them on your computer.

Related

Can not add iOS bundle identifier

I have seen other similar posts for this and no response from LinkedIn yet (and they direct you here for support). I have an app for both iOS & Android, com.witopia.securemyemail - I am using the package name for Android, but whenever I try to add the iOS bundle identifier (of the same name), I receive: "Your changes could not be saved right now, please try again." We have checked with all of our developers and can not find this name used any place else. Is there any way we can look this up and see if it's being used by some other account? Or a way to obtain more detailed error reporting as to the issue with the name? We are using the same bundle identifier in xCode as well as iTunes Connect for our App so I doubt some other developer has taken it, but who knows...
Error:- "Your changes could not be saved right now, please try again." - LinkedIn Developer Account.
I also created the same for Android and raised to Linkedin help center but after so many conversations finally, I got the reply which is in a screenshot.
I am also unable to update my application package name & hash in the LinkedIn Developer.
We have to wait until this issue not will be solved by a LinkedIn technical team.

ios Application - Manually Installation for a Custom Application

I am currently developing an iOS application for iPhone and iPad and i need to manually install the application without the need for xcode.
Is any way to install the custom application manually like the way i do with android. For example to copy the package to the phone and install it?
The idea is to update the application after every bug fix without the need of xcode because the client does not have a mac.
Thanks!
If I understand your question, then my answer will help you.
As your client doesn't having mac and assuming that you have created a build of app u want to install with valid distribution certificate.
Just upload your build here - http://www.diawi.com (You can upload provisioning profile too)
It will give you a link. just send that link to your client and let hih/her open that link in iDevice's safari browser. Then simply hit install button to install app.
Use TestFlight.
EDIT: If you want to client to know update about app, then I will suggest to go for TestFlight as you can mention the version and also can add comment about each build updated there and client can read it by logging in that app from it's device.
Easy way, Make its .ipa file upload it on here - http://www.diawi.com, it will give yoy url, this url give yor client and open it on safari, your application will install in client iphone without Xcode.
They can do it via iTunes or iPhone Configuration Utility. Refer the link

how to build corona sdk for android?

hi friends any one him help to me solve this problem in corona sdk
i have account in indie android when i build.when i build for for android os they make question
continue trial
verify purchase
upgrade
i will choose a 2nd(verify purchase) option. And they show build window. In that window I'll fill the application,version code,package,and when browse a keystore file .And they make again the same question above and i again choose the verify purchase .And it does not give permission to choose keystore .and it automatically select the default keystore file.
And it build app as trial users
This sounds like a verification issue that you will need to file a support ticket to resolve. If you have changed your email address or password that may have caused the issue.
You can contact support here: http://developer.coronalabs.com/forms/support
Someone will be able to assist you from there - alternatively if you have changed your email or password temporarily changing it back may provide a temporary solution while this is being resolved.
If its a verification issue you could also try to deauthorize your computer in Corona SDK: Corona Simulator -> Preferences->Deauthorize and Quit
or delete these in ~/library/Preferences/ folder.
com.anscamobile.ratatouille.plist
com.anscamobile.Corona_Simulator.plist

Blackberry error: "Module attempts to access secure API"

I am trying to run my application on Blackberry 9360. I am getting an error:
Module attempts to access secure API
I have already signed the application, but still I am getting this error. Can anybody tell me the solution?
You will need to sign the code every time you make a new build.
I had to move the code over to blackberry device using Eclipse > > Load Project(s) on device, as opposed to using blackberry desktop manager.
If you are using Windows, make sure you have turned UAC off.
make sure your signing keys are valid. If it is please build the code again and re-sign it. So the sign the code again and make sure all succeeds. it should work. I had a look at Signing server status and it shows that some of them failed. So maybe you tried to sign during the failure period.

how to debug java app in blackberry

I am developing a bluetooth application for blackberry. I am getting some BluetoothStateException's whil running the app on the phone. I am wondering if there is any way to debug th application on the phone?
Thanks.
UDPATE: There is an option in JDE I found to debug on device, but it keeps asking me to install signing keys.But I have not used any BB API's AFAIK
You cant install a BB app on handset without signing it. Get a developer account on BlackBerry developer website, and you should be able to set up signing, it is almost trivial to do so.
You shouldn't have to sign if you haven't used the BlackBerry APIs that require signing keys. In particular, the basic UiApplication class and the BluetoothStateException don't require the keys.
Having said that, it sounds like you used a protected API in there somewhere (they're really all over the place, the PersistentStore for example, or the Display class in the system package). You can enable warnings within Eclipse for when you use protected APIs. Under Window->Preferences->BlackBerry Java Plug-In, check the Warnings sub-item and make sure all 3 checkboxes are unchecked. Then look at your Eclipse warnings/error view.
Also, I agree with #omermuhammed, it's really easy to get signing keys.

Resources