Hello I've created an app and I'm looking for a way to install the application with the help of LINK ... everyone be able to use it
Thanks in advance
You can upload your app on diawi , This site used to generate a link through which your app can be installed by anyone.
Related
Recently i got an order to create a iOS app. The problem is that the man made the order is really far from me and he want to test the app before i publish it to iTunes. He is not a developer himself. How that could be done?
Its very simple.
In one word: TestFlight
You can use below link. The only thing you need to do is to make zip of your build and drag it to the area provided in site. It will provide a link which you can open on test device on browser and all the things would be done!!
link
You can try This for wireless installation
Thanks.
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
I am developing an app where I need to use BlackBerry Messenger (BBM) in it. As I am new to Blackberry development I don't know how to do it. Actually I have gone through many sites & I came to know that I need to install BBM SDK ... after that I get problem not find class error .. I solved this by verifying the jar and used the generated one, but I still have the problem that I get the error and can't build the project .. So I need to know how to integrate BBM into my App?
As I am new to this development any small help will be appreciated.
Thanks in advance ...
This is the official page:
http://us.blackberry.com/sites/developers/blackberry-messenger.html
Also have a look at the TicTacToe sample project inside JDE.
I have problem with installing the provisional profile from the web view. The profile is enterprise one. I'll load a web page in the safari and if i click install button on the page in safari, from the server the profile is downloaded and then it is installed. But If the same web page is opened in the webView then there will be a error(Frame load something :( ) but I was able to collect the response object and the data coming from the server but I am not able to install by using the [[UIApplication sharedApplication] openURL:];. Will someone help me on this please. I dont know how safari does that but I am not able to do the same. PLease any one help if it can be done . Or please tell me it cant be done and suggest me alternate ways.
Thanks in advance...
Safari has access to the iOS Certificate/Profile store. UIWebView does not. You cannot install configuration or provisioning profiles via a UIWebView. In fact, you cannot install them through any API. It's only IPCU/Safari.
In simultaor ,is it possible to download the app form any site?
Thanks
SKtest
Yes it's possible to get an app from a website. Make sure you have your mds proxy running then open the app url in the simulator web browser. This will usually be to a .jad file.
Cheers
Ray