This question already has answers here:
Closed 10 years ago.
Possible Duplicate:
Create provisioning profile in iphone application
i developed my iphone app and i want to test it on my IPhone. i have the account of dev.apple so no need to register. i just want to login with my account. what process i will perform for the getting liencense? im confused how i can do this?
if you want to test your application on real iPhone device then your should check below tutorial
Deploying iPhone Apps to Real Devices
Wei-Meng Lee has described complete procedure step by step in easy way.
let me know if you get any trouble in this i have done!!
You can easily search for that. There is nothing for confusion. Go through this link for enrolling your paid developer account and get licence and certificates
Related
This question already has an answer here:
How do I check if a particular app is installed on the user's device on iOS? [duplicate]
(1 answer)
Closed last year.
does anyone know how I can verify that the huawei health application is installed on an IOS device using swift? I haven't found a way.
iOS has very strong security protections - every app is sandboxed and so you have no way of automatically checking whether a user has the app without some kind of permission on their part.
Your best bet would be to use a universal link to link them to the Huawei health app, but I don't think you will have a way of verifying the link works.
This question already has answers here:
Closed 10 years ago.
Possible Duplicate:
Test iOS app on device without apple developer program or jailbreak
Is there any way to test iphone application on real device without paying $99 to Apple?...
No, you must have a valid iOS Developer Program in order to test your app on a real device.
EDIT
This Answer is not correct any more. You can now enroll as a private person for free in the apple developer program and test your apps on a real device.
http://www.jailcoder.com/
Use this site and jailbreak your device. And It'll work.
If you have a friend who has already paid for the $99 program, you can get him to add your device as a test device, then get him to run the app on your device.
You, yourself however, won't be able to build the app from computer since you would need the team developer provisioning profile in order to put the app onto your device.
There are over the air services like TestFlight which makes it easier for your friend to build and send the app to your device, but at the end of the day, someone's got to pay that $99 :D
$99 is reasonable if you have a job and if you are serious about getting into the app development business.
Just a little more insight for you in case you choose to bite the bullet and pay $99. In order to open an iOS developer account, you'll need to have a business name either as a company or a sole trader/individual with your country.
Once you've signed up as a iOS developer, you can begin generating your provision profile so you can put your app on your device.
This question already has an answer here:
Closed 10 years ago.
Possible Duplicate:
read iphone sms messages?
I have following question related to get sms.
I want to get All SMS Text, sender number, date.
How can i send sms through my app?
Afterward i want to upload app on app store, so will apple allow me to upload app for doing above tasks?
Kindly help me on these issues and also share with me helping materiel or tutorial relevant to this tasks. Thanks in Advance :).
Not possible.
Check this
For SMS sending through application allowed but for accessing inbox for sms/email not allowed.
As of iOS 4, you can't get access to SMS data for reading, as there are serious privacy concerns.
And Apple wouldn't allow an app onto the store that does this.
Here's a related question & answer with more detail.
It is possible if you have a jailbroken device.
You may use jailcoder to fake code signing and then move your app to /Applications folder.
This way you can access to any database in your iOS device jailbroken.
Obviously Apple deny you app but not in Cydia.
This question already has answers here:
Closed 10 years ago.
Possible Duplicate:
Any finger scanning sample tutorial iPhone sdk
i say a one app in appstore Fingerprint Security
http://itunes.apple.com/us/app/fingerprint-security-pro/id312912865?mt=8
and i say a video in youtube
http://www.youtube.com/watch?v=5GWagOcy35A&noredirect=1
is it possible to capture fingerprint?
if yes can any one tell me how to get that.
and which sdk supports?
plz.. plz...
No. To capture a finger print, you need a scanner/camera of some sort. The iPhone screen is neither of those.
From the Fingerprint Security page: "This app is intended for entertainment purposes only and does not provide security functionality. "
The iPhone screen can not read the details of a fingerprint, only touch/no-touch.
Not at all, that is one app that is meant only for entertainment. It can't be done. The appstore link even gives you instructions on how to perform this "trick".
This question already has an answer here:
Closed 11 years ago.
Possible Duplicate:
Merging existing iPhone and iPad app ids into a single universal app id
I know how to make the project an universal binary and if def for the different devices my problem comes from the app store. Both of the apps are already available for sale.
-The apps are paid and I need to allow the users of the iPad to be able to download the iPhone version.
-or ideally i will be able to merge the two apps and be left with 1 app only.
-I know i could just delete one of the apps and make the other universal but what happens to the users who bought the other one.
-Also i know i could make both of the apps universal but in this way i duplicate app store content and i don't want to do that.
Does anyone knows other solutions?
Thanks in advance for any reply.
Short and simple. The answer is, no.
I'm affraid you will have to make that universal app.