Skip to main content

All Questions

Tagged with
0 votes
0 answers
16 views

Ionic 3 issue while generating AAB file

I am trying to create AAB file to upload into play store using Ionic 3 using below 2 commands. This was working fine before, but now it is showing attached issue. Don’t know what has been changed ...
Vishwaprasad H G's user avatar
0 votes
0 answers
52 views

Last Update for old ionic 3 App with angular 5

I've an old ionic 3 project, which I want to update a last time to make some changes to prepare the users and the data for the big update when going to ionic 7 some day. I've cloned my repository and ...
bastifix's user avatar
  • 463
1 vote
2 answers
1k views

Ionic 3 and Android SDK 33 - Opening Camera not working

I have an app that uses Ionic version 3 and Cordova to open the camera. However, the Google Play Store required me to update the android-targetSdkVersion from 31 to 33. As a result, the camera opening ...
Victor Soares's user avatar
0 votes
2 answers
58 views

How to set "search" icon in the navigation tab bar in Ionic?

I'm working on an Ionic project and I want to set the "search" icon in the tab bar of my navigation. Here's what I've tried so far: <ion-tabs> <ion-tab [root]="tab1Root"...
micex's user avatar
  • 43
0 votes
3 answers
2k views

-Ionic Project Requesting For Notification Permission

After updating the minimumTargetSDK from 31 to 33 in the config.xml file, notifications are no longer being sent to the mobile device. I have noticed that this is because of an update in how Android ...
Yeo Bryan's user avatar
  • 397
0 votes
1 answer
3k views

Android build error after change compileSdkVersion from 33 to 34

I'm getting the following error after change compileSdkVersion from 33 to 34. The project itself forced me to make this update and I can't build the project anymore
Giulia Lage's user avatar
1 vote
1 answer
250 views

Ionic 3 - Cordova 10: Android Exported

I have a problem with Ionic 3 and Cordova 10/11. I'm trying to build an application with SDK API 32, but when I built it, I got this message: When I search about the problem of "android:exported&...
Nicolas Papp's user avatar
0 votes
1 answer
5k views

how to change my app's target API level from 29 to 31 in ionic android

I have updated my config.xml <preference name="android-minSdkVersion" value="22" /> <preference name="android-targetSdkVersion" value="32" />...
Terry Windwalker's user avatar
1 vote
3 answers
2k views

IONIC Cordova app is giving android exported error

We have an app developed using IONIC CORDOVA. When I am trying to upload app on the play store then it gives an error "Apps targeting Android 12 and higher are required to specify an explicit ...
Krish's user avatar
  • 409
3 votes
6 answers
4k views

Cannot read property 'find' of null with cordova-android 11 in ionic 3

I have upgraded cordova-android to version 11 to support API Level 31 or above but when I'm creating build its giving error Cannot read property 'find' of null I have done changes as suggested here ...
Ajay verma's user avatar
2 votes
1 answer
336 views

Not able to create prod build on ionic with API Level 31 in ionic 3

I have changed targetSdk to 31 which giving error with cordova-android 10.1.1 Apps targeting Android 12 and higher are required to specify an explicit value for android:exported when the corresponding ...
Ajay verma's user avatar
0 votes
1 answer
2k views

Change targetSdkVersion 30 to 31 error ionic cordova

after changing targetSdkVersion to 31 I'm getting this error: Task :app:processReleaseMainManifest FAILED Apps targeting Android 12 and higher are required to specify an explicit value for `...
Giulia Lage's user avatar
2 votes
1 answer
2k views

How can I upgrade Node JS to v14.x with Ionic 3?

According to errors I faced with this TS/Node project (for a simple TypeScript only REST API) the suggested fix (mentioned here (https://github.com/heineiuo/rippledb/issues/148)) is that I needed ...
Meryan's user avatar
  • 1,395
1 vote
0 answers
813 views

How can we implement Face and fingerprint in IONIC 5/Angular with Cordova which works both in IOS and Android

I implemented Biometric with Fingerprint AIO, It works fine for Fingerprint but Face auth is not working, it gives an error while Authenticating message when I try to login using face, Any solution ...
Developer's user avatar
0 votes
1 answer
149 views

ionic3 Stripe returning error code "AccessDenied"

I have integrated Stripe payment in my ionicv3 app. Earlier it was working fine but suddenly it has started giving me below error: Stripe code in my app: let elements = this.stripe.elements() var ...
Mr. Void's user avatar

15 30 50 per page
1
2 3 4 5
88