iOS : Where to start for AliPay integration? [closed] - ios

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 8 years ago.
Improve this question
I've a requirement to integrate AliPay payment gateway into my app, I've dived into google sea but unfortunately there's no fish for my need.
From somewhere, I found this link, https://globalprod.alipay.com/order/integrationGuide.htm, but there's no integration steps for the iOS app.
Does anyone implemented this before? Any documentation out there? Anything?

Generally, there are two ways to do alipay.
1. Integrate the alipay SDK and use alipay App to do the job.
SDK download from: https://openhome.alipay.com/doc/docIndex.htm#goto=https://openhome.alipay.com/doc/viewKbDoc.htm?key=236698_261849&type=info
2. Develop a wap web to pay on web, this is not our job...

Related

Push Notification in ios with asp.net [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 5 years ago.
Improve this question
I need to apply push notification in ios mobile apps with asp.net. Have anyone solution in window Microsoft Server ?
Please find Link :
Push Notification with C#
Make Sure Import certificate from keychain without private key if any excecption occurs
There is step by step process, hope it helps:-
Below is the link:
http://www.c-sharpcorner.com/uploadfile/pandeypradip/apple-push-notification-using-asp-net/

Can I submit an iOS app which only gets the device IDFA and open third party app programmatically? [closed]

Closed. This question is opinion-based. It is not currently accepting answers.
Want to improve this question? Update the question so it can be answered with facts and citations by editing this post.
Closed 6 years ago.
Improve this question
Will this kind of App get approved?
I only need this app in order for my mobile website to be able to instruct this app to open another third party app(if installed on the device).
The chances of application rejection is pretty much high if your application only opens a web page or third party app. In that case apple developers will you to refer to your website or construct a webpage to solve your purpose.

How to convert website in to iOS mobile app? [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 6 years ago.
Improve this question
We have already build a website. Is there any way to convert that website into mobile iOS app and make sure that it follows the iOS standards?
It is technically possible (easy, even) but Apple's guidelines specifically say that apps that are just repackaging of a website will be rejected, so no, your approach is a non-starter.
This can be doable using cordova as a wrapper application. But this application will be rejected by Apple. We faced same issue couple of months back, this kind of app accepted in google play but not in apple app store.

Using Google direction api in iOS 6 [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 5 years ago.
Improve this question
Can I use Google map direction APIs to draw poly line on apple maps (obviously on the mapView) in iOS6?
If yes then will it be approved by apple?
Thanks in advance.
Then ofcourse they will approve. Now there is an issue arised with ios6 apple maps. So they won't force any developers to use only apple maps.
And also if you want to give support to older versions of ios devices then you need to integrate the google directions api only. So no need to worry about the approval about the google directions api.

Submitting an ios app to the app store [closed]

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 11 years ago.
Improve this question
I have been looking following tutorials online for the past two days and I can not get anywhere.
Can someone please give me step by step instructions on how to submit my app to the app store for xcode 4.2.
I have an xcode project ready to go, but the submission process seems to be ridiculously convoluted. I know this question has already been asked but the past answers aren't helping me.
Apple recently added Start Developing iOS Apps Today to their iOS Developer Library. It includes instructions on how to write Objective-C, get started with the framework and, most importantly, Your First App Store Submission. Here Apple details the process for submitting applications for review.

Resources