How To Implement In Apps in my Application - iphone

In iPhone i have created application now i want to put my application on iTune store i have my account on iPhone portal and on iTune now How i can put my application on iTune to implement this funcationality What i want to do.
My Question,
1) To implement inApps i have to code in application? Which specifyed in this link by iPhone developer.com if yes So where i have to make this coding in my application in delegate class or where.
2) About in apps i dont know anything now i have created application what should i don now just let me know.
Please, Help me
Thanks in advance.

Go here for the iPhone Dev Program homepage. There is general info on distribution here, but you'll need to log in to your dev program account to actually access the tools. If you don't have an account, you'll need to create one and pay the fee.

Related

iOS push notification and distribute the application inhouse

I just want to make an iOS mobile application for my in house company use. I am very new to iOS. Just studying. I got some doubts
Is it necessary to buy iOS developer account for developing such an application. From readings I found that its necessary.
Got a push notification in my application. So Can I develop and test the push notification with out purchasing the developer license ?
I know these are beginners question. But when I googled I found that someone's saying about the provision certificate making and make application with uid and all. Just confused.
Please any one give me a little idea.
Thanks in advance.
You need to buy developer license for creating any application.
Below are few things which are not possible without purchasing developer license, and which are compulsory.
Create certificate
Create Application ID
Add device identifier for AdHoc development (Testing)
Create Provisioning Profiles
So without developer account you won't be able to test your code as well.
Hope this helps.

Is there a way to directly download an iOS app (without using the app store)

I would like to have users be directed to a link which will immediately start downloading an app on an iOS device. I know you can register for Enterprise application or do limited ad-hoc distribution, but this is not the case here. The app I would like to link to is already on the app store. I would like to know if users can download the app directly without going through the app store.
Thanks in advance.
As mentioned above, you cannot provide a direct link to the application. There are ways of circumventing the app store, such as ad-hoc distribution and ADC's enterprise program. However, neither of these would provide the convenience you seek as potential users would have to install certificates generated by you before installing your application. Your best option would be to use the app store or possibly a web app.As David V mentioned, you can provide a direct link to your app in the app store!
Good luck,
-Alex
They will need to go through the App Store. You can provide them a link to your app in the App Store though.
In fact, even in jailbroken devices, you need to use a store. Apple seems not to have a auto-installing url scheme implemented.
Would be nice, though.
No. This is not possible on stock OS iOS devices
You can do that if your app is based on Safari (web app) instead of native (iOS).

Iphone: Application feasibility

I am very new to developing apps on the Iphone (In-fact I am new to application development all together). I would like to know what the feasibility for an idea for a app on the iphone is.
1)The application would allow users to download content (audio or if possible video files) onto the device.
2)Each of these files will need to be purchased before downloading, at a fixed price.
3)The user can then play the downloaded files on the device.
Is such an app possible to be made on the Iphone?
If so can anyone give me pointers on how the payment procedure should be, and how revenue will be shared with apple?
From what you described, that sounds very possible.The users would pay you directly through a credit card for the files.
If you are already a registered apple-Developer, have a look at the InAppPurchase(IAP) ProgrammingGuide in the iOS-Devcenter.
The purchase of any content must be handled through IAP.
This is written in the App Store Review Guidelines, Item 11.2 (Because I'm new, I can't provide a link. Sorry for that)
It is not possible that users pay you directly.

How to publish an app for testing

I'm currently creating an iPhone app and we need some testing with about 20~30 users.
Actually we put the app on our iPhone by connecting the iPhone to the computer and debugging the app.
But now we need to have a more efficient way to install the app on iPhone but without submitting it to Apple Store and also without the need to connect the iPhone to the computer hosting Xcode.
Do you think there is a way to do that ?
Thanks in advance :)
Yeah there's a very slick way to do adhoc distribution under iOS 4 that's outlined here. This method involves absolutely zero usb cables and does not require a jailbroken device either. Perfectly legit and above board.
You need to use AdHoc installation. Please see this nice Apple document, it should cover every step necessary even with step-by-step instructions.
I use www.TestFlightApp.com, it's a great services, not out yet, but recently opened up their beta's, it does all the ad hoc stuff for you alls you need to do is invite testers, let it export it to your dev portal. Then you just upload the ipa to the site, and all your testers get an email.

register iphone application

Please guide summary me step by step to register iphone application in Apple store
I created an iphone sample application. I want to deploy it in real device.
but i dont know how to do.
Thank you~
Start by visiting Apple's developer site on the app submission process.