Unanswered questions in Edureka Community

0 votes
0 answers

Is it possible to create turn-by-turn GPS navigation app on Android/iOS using Google Maps?

Today I've talked to a client and ...READ MORE

Nov 11, 2022 in Mobile Development by gaurav
• 23,260 points
442 views
0 votes
0 answers

Should I choose Hiberlite for integrating SQLite into my Win/iOS application?

I am a composer by profession and ...READ MORE

Nov 11, 2022 in Mobile Development by gaurav
• 23,260 points
229 views
0 votes
0 answers

IOS: copy a file in documents folder

In my project I have two file ...READ MORE

Nov 11, 2022 in Mobile Development by gaurav
• 23,260 points
222 views
0 votes
0 answers

How to disable ad personalization as "boolean" using on iOS using GOOGLE_ANALYTICS_DEFAULT_ALLOW_AD_PERSONALIZATION_SIGNALS?

The documentation says: To set the default personalized ...READ MORE

Nov 11, 2022 in Mobile Development by gaurav
• 23,260 points
361 views
0 votes
0 answers

is there any working twitter integration for android and ios

I have tried so many codes for ...READ MORE

Nov 11, 2022 in Mobile Development by gaurav
• 23,260 points
199 views
0 votes
0 answers

In which language is basically written Chrome Browser on Android?

What language is the Android version of ...READ MORE

Nov 10, 2022 in Android by Edureka
• 13,620 points
739 views
0 votes
0 answers

iOs build fails with FacebookLogin package

I'm currently using the Facebook Login package for ...READ MORE

Nov 10, 2022 in Mobile Development by gaurav
• 23,260 points
589 views
0 votes
0 answers

iOS + Firebase Analytics not showing correct location

I'm using Unity 2019 LTS and Firebase ...READ MORE

Nov 10, 2022 in Mobile Development by gaurav
• 23,260 points
562 views
0 votes
0 answers

How to fetch the width and height of a programatically added view in Swift/ iOS?

I have added a UIView and a ...READ MORE

Nov 10, 2022 in Mobile Development by gaurav
• 23,260 points
727 views
0 votes
0 answers

What is the new URL schema for Here WeGo v4 on iOS/Android?

The URL schema for Here WeGo on ...READ MORE

Nov 10, 2022 in Mobile Development by gaurav
• 23,260 points
320 views
0 votes
0 answers

How to open app from Twitter for iOS WebView on iOS 9

My question pertains to deeplinking from a ...READ MORE

Nov 10, 2022 in Mobile Development by gaurav
• 23,260 points
407 views
0 votes
0 answers

Merge PDF files on iOS

Is there a way in iOS to ...READ MORE

Nov 10, 2022 in Mobile Development by gaurav
• 23,260 points
408 views
0 votes
0 answers

iOS15 How can I test the App Icon in Xcode 13?

In the session Get ready to optimize your ...READ MORE

Nov 10, 2022 in Mobile Development by gaurav
• 23,260 points
300 views
0 votes
0 answers

FB Login not working with React Native iOS v13+

I've a project with following configuration. "react": "16.8.3", "react-native": ...READ MORE

Nov 10, 2022 in Mobile Development by gaurav
• 23,260 points
1,067 views
0 votes
0 answers

How to draw heart shape in UIView (iOS)?

I want to create different shapes. Below ...READ MORE

Nov 10, 2022 in Mobile Development by gaurav
• 23,260 points
419 views
0 votes
0 answers

How facebook measure app installs - Android/IOS

Facebook ads has a feature that it ...READ MORE

Nov 10, 2022 in Mobile Development by gaurav
• 23,260 points
283 views
0 votes
0 answers

Remote control Samsung TV from iOS app

I wonder what are requirements for developing ...READ MORE

Nov 10, 2022 in Mobile Development by gaurav
• 23,260 points
344 views
0 votes
0 answers

Tab Bar Appearances before ios 13

I have upgraded to Xcode 13, I'm ...READ MORE

Nov 10, 2022 in Mobile Development by gaurav
• 23,260 points
317 views
0 votes
0 answers

Xcode(version 13.3.1) doesn’t support iOS 15.6

I updated my iPhone to iOS 15.6 ...READ MORE

Nov 10, 2022 in Mobile Development by gaurav
• 23,260 points
402 views
0 votes
0 answers

How can i create an app for Samsung smart tv Remote in iOS programming?

I need to create a remote control ...READ MORE

Nov 10, 2022 in Mobile Development by gaurav
• 23,260 points
979 views
0 votes
0 answers

iOS: transforming a view into cylindrical shape

With Quartz 2D we can transform our ...READ MORE

Nov 10, 2022 in Mobile Development by gaurav
• 23,260 points
455 views
0 votes
0 answers

Notification issue in iOS 15.3

The below function is triggered when notification ...READ MORE

Nov 9, 2022 in Mobile Development by gaurav
• 23,260 points
362 views
0 votes
0 answers

OneLogin Portal iOS App Not Sending Domain Redirect URI

I have set up a Custom Connection ...READ MORE

Nov 9, 2022 in Mobile Development by gaurav
• 23,260 points
223 views
0 votes
0 answers

iOS Custom Notification Sound (UNNotificationSound) doesn't play when iPhone is locked

My app uses remote notifications with a ...READ MORE

Nov 9, 2022 in Mobile Development by gaurav
• 23,260 points
800 views
0 votes
0 answers

How to use iOS Reachability

I'm developing an iPhone app that uses ...READ MORE

Nov 9, 2022 in Mobile Development by gaurav
• 23,260 points
360 views
0 votes
0 answers

How to login to a site using POST request? (Swift,iOS)

I want to create an iOS Application ...READ MORE

Nov 9, 2022 in Mobile Development by gaurav
• 23,260 points
553 views
0 votes
0 answers

What is "callback hell" and how and why does RX solve it?

Can someone provide a precise description and ...READ MORE

Nov 9, 2022 in Java by Nicholas
• 7,760 points
389 views
0 votes
0 answers

Why were Javascript `atob()` and `btoa()` named like that?

A base64 string and window are both ...READ MORE

Nov 9, 2022 in Java by Nicholas
• 7,760 points
432 views
0 votes
0 answers

What is the difference between ( for... in ) and ( for... of ) statements?

I'm familiar with a for... in loop (it iterates over the keys), but this is the first I've heard of a for... of loop (it iterates over values). I don't understand the for...of loop. var arr = [3, 5, 7]; arr.foo ...READ MORE

Nov 9, 2022 in Java by Nicholas
• 7,760 points
199 views
0 votes
0 answers

How do you use the ? : (conditional) operator in JavaScript?

In simple words, what is the ?: ...READ MORE

Nov 9, 2022 in Java by Nicholas
• 7,760 points
355 views
0 votes
0 answers

How to round to at most 2 decimal places, if necessary

I'd like to round at most two ...READ MORE

Nov 9, 2022 in Java by Nicholas
• 7,760 points
515 views
0 votes
0 answers

Usage of android:process

I have this AndroidManifest.xml file: <manifest xmlns:android="http://schemas.android.com/apk/res/android" android:versionCode="1" android:versionName="1.0.0.0721" android:process="com.lily.process" ...READ MORE

Nov 9, 2022 in Android by Edureka
• 12,690 points
250 views
0 votes
0 answers

How to keep marker on road? Google Maps Android

I'm working on an app that displays ...READ MORE

Nov 9, 2022 in Android by Edureka
• 12,690 points
216 views
0 votes
0 answers

What is an Intent in Android?

I have a few questions related to ...READ MORE

Nov 9, 2022 in Android by Edureka
• 12,690 points
192 views
0 votes
0 answers

How do I make a splash screen?

I added a splash screen because I ...READ MORE

Nov 9, 2022 in Android by Edureka
• 12,690 points
241 views
0 votes
0 answers

Android: why the ICICI iMobile Pay App shows the "rooted/jailbroken" device with my app?

The ICICI iMobile Pay app displays the ...READ MORE

Nov 9, 2022 in Android by Edureka
• 12,690 points
721 views
0 votes
0 answers

GCP - how to add a Google account as an IAM principal to a project?

How do I add a Google account ...READ MORE

Nov 9, 2022 in GCP by Ashwini
• 5,430 points
243 views
0 votes
0 answers

How to test a Cloud Function in Google Cloud Platform (GCP)?

I've been looking everywhere for the answer ...READ MORE

Nov 9, 2022 in GCP by Ashwini
• 5,430 points
263 views
0 votes
0 answers

How can I get nested virtualization working on e2-micro GCP VM?

I've been attempting to use the Google ...READ MORE

Nov 9, 2022 in GCP by Ashwini
• 5,430 points
510 views
0 votes
0 answers

Billing account for project is not open GCP

Using the command line, I'm attempting to launch a compute instance into GCP: gcloud compute instances create instance-1 --zone=uscentral1-a Additionally, it ...READ MORE

Nov 9, 2022 in GCP by Ashwini
• 5,430 points
348 views
0 votes
0 answers

How to receive single tap and hold Remote-Control Event with iOS

I'm looking for my app to listen ...READ MORE

Nov 8, 2022 in Mobile Development by gaurav
• 23,260 points
214 views
0 votes
0 answers

List of iOS font names

If you look at this nice list ...READ MORE

Nov 8, 2022 in Mobile Development by gaurav
• 23,260 points
861 views
0 votes
0 answers

Can't play video on iOS in Safari: NotAllowedError

When I click a play button on ...READ MORE

Nov 8, 2022 in Mobile Development by gaurav
• 23,260 points
1,120 views
0 votes
0 answers

Change English Number To Persian Numbers in Text Swift,IOS

Hi How can i replace english numbers ...READ MORE

Nov 8, 2022 in Mobile Development by gaurav
• 23,260 points
220 views
0 votes
0 answers

Opening Instagram app from a link on iOS

I am providing a feed which is ...READ MORE

Nov 8, 2022 in Mobile Development by gaurav
• 23,260 points
906 views
0 votes
0 answers

Facebook log in keep redirecting in iOS

I have an Unity application using Facebook ...READ MORE

Nov 8, 2022 in Mobile Development by gaurav
• 23,260 points
241 views
0 votes
0 answers

Facebook iOS 9 SDK login redirects to mbasic.facebook.com on Safari

I'm using the iOS 9 Facebook SDK to manage ...READ MORE

Nov 8, 2022 in Mobile Development by gaurav
• 23,260 points
947 views
0 votes
0 answers

Swift - Find antilog for 4 digit Integer in iOS

I need to find an antilog for 5995. ...READ MORE

Nov 8, 2022 in Mobile Development by gaurav
• 23,260 points
789 views
0 votes
0 answers

Accurate timing in iOS

I am looking at the 'Metronome' sample ...READ MORE

Nov 8, 2022 in Mobile Development by gaurav
• 23,260 points
217 views
–2 votes
0 answers

Android Webiew does not load indexed Sdcard (file://sdcard)

When attempting to use mobile browsers to ...READ MORE

Nov 8, 2022 in Android by Edureka
• 13,620 points
1 flag 23,504 views