As everyone know, Blackberry smartphones can install apps programmatically. So, how to do it on a playbook? I’ve searched around the internet, but nothing found 🙁
Thanks in advance for any response.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
If you mean having one app programmatically install another app, this is not currently possible. Apps are “sandboxed” — tightly restricted in what they can do — and there is no API allowing this. It’s quite possible RIM will never expose this capability to us, even when the native SDK is released.
If you mean programmatically installing from outside the PlayBook, this can be done. Search for “side-loading” and you’ll find at least one AIR-based tool which someone built by reverse engineering the protocol. This technique requires the tablet be put into development mode, and may involve other restrictions depending on what you’re trying to achieve.