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

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.

Related

iOS app is not visible as a result in Google Search [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 6 years ago.
Improve this question
2 months ago I uploaded an iOS app to the App Store. Right now it is visible on the App Store and in iTunes, but while searching my iOS app in Google search it is not showing my app link. But if I search any other iOS apps in Google search it is showing. Do I need to add any code to my app to get it to show?
No, you do not need to add any code to your app for this to show up. The main reason your app isn't showing up is probably because it hasn't had enough views on its own to provide a search result. No matter what adding code would not help because you aren't the owner of the iOS App Store domain, therefore meaning that you cannot make changes to its code.

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.

Is it possible to inject custom settings into my iOS application "Notifications" settings dialog? [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 9 years ago.
Improve this question
I cannot find any explanation on the internet how to inject my custom subscription settings into the Notifications settings dialog. For example iPhoto has an extra setting "Show Photos Stream Alerts From". Is it some hardcoded stuff from Apple that I cannot do in my App?
The specialized Notifications settings for iPhoto are specific for that app. As you guessed, it's coded by Apple. iPhoto is an included (default) app, and you cannot do the same thing in your own app.
You will have to put your app settings in the Settings app (settings bundle) or in the app itself.

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.

Resources