Im working on an app and I have to be able to make phone calls from within my app. I have googled it, but did not find anything. Maybe Im not searching for the right thing? Would love some pointers to how to make phone calls programmatically.
You use well documented tel: URL scheme. This will open the Phone app with the phone number entered. The user can then initiate the call or not. There is no alternate way to dial without user approval.