Using Google direction api in iOS 6 [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 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.

Related

How to open waze carpool app from swift code? [closed]

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 4 years ago.
Improve this question
There is a waze:// url that open the waze standard app but I can't find a carpool deeplink to do the same.
All supported deeplink documentation for waze are in here
This documentation describes what features are supported by deeplink and waze sdk.
After playing with some link (within iPhone safari browser) which invoke the waze carpoll app install, i figure out two undocumented way.
using com.waze.rider://
using wazerider://
The first one is more robust and not likely to be changed in near future.
NB: Don't forget to add these into your info.plist > LSApplicationQueriesSchemes.

Screen sharing in native iOS app using WebRTC [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 4 years ago.
Improve this question
I'm exploring WebRTC, I made a demo using it and it works perfectly, but now I want to share my app screen using WebRTC in my native project.
Is it possible?. I searched many documents but I didn't find any solution.
Yes, it is possible (not sure about existing open source projects). But you can refactor the apprtc-ios into streaming the screen snapshots instead of the camera feed. Here are some useful resources:
https://webrtc.org/native-code/ios/
https://github.com/ISBX/apprtc-ios
Apple's ReplayKit/ReplayKit2 allows you to stream from the screen or the camera to the air. You should try using that with WebRTC.
Have a look here :- https://github.com/StraaS/StraaS-iOS-sdk/wiki/Live-Streaming-with-Apple's-ReplayKit
You may want to look Apple's ReplayKit. Since iOS 11, you can record your screen but also choose to which ReplayKit Provider. I think TeamViewer already uses this on iOS.
https://developer.apple.com/documentation/replaykit/rpscreenrecorder
https://forums.developer.apple.com/thread/89165

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.

Close another iOS app through a button [closed]

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 8 years ago.
Improve this question
I made an app. Now I want to close an other app (not mine) - does anybody here know how that is going to work?
I don't want to publish the App in the App Store - so it is only for private purposes but I dont want to jailbreak my iPhone.
For security reason an app cannot control another one.
You cannot do it.
It's not possible - your app is contained within its own sandbox separate from other apps on the device.
For more information, you can read Secutiy Overview: Code Security in the iOS Developer Library.

iOS : Where to start for AliPay integration? [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 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...

Resources