M1Dr05/IsTheApp

Parent App crashes after successful login

Closed this issue · 8 comments

parent app crashes after successful login it also shows permission denied
I tried to apply storage permission to app manually in settings but still crashes just after login

in log cat i cant see any kind of red error message but certain codes suggest it could be the error of firebase database permission

need ur help

In what version of android are you running the application?

you could show in detail the error that shows you in the logcat

does any setting required in firebase databse? i have compiled both apps ..

problems:
tested on 7.1.2 android
1 - child app not being hide.. its always struck on hiding
2- outgoing sms logs not recording. incoming sms logs recording and showing in parent app.
3- Call logs not working, Calls table is not available in firebase realtime database. , calls recording as well not working. ( does any manual setting required in firebase storage to save calls recording and photos?
4- pictures not capturing

can u change MAP feature. because free google map api key required to submit credit card info, so many people doesnt have valid credit card. it will be easy if only cordinates showing

kindly guide me..

parent app crashes after successful login it also shows permission denied
I tried to apply storage permission to app manually in settings but still crashes just after login

in log cat i cant see any kind of red error message but certain codes suggest it could be the error of firebase database permission

need ur help

same problem..help me..how did u fix...
2019-03-02 19:23:14.528 17776-17776/com.github.midros.istheapp E/AndroidRuntime: FATAL EXCEPTION: main
Process: com.github.midros.istheapp, PID: 17776
io.reactivex.exceptions.OnErrorNotImplementedException: Permission denied
at io.reactivex.internal.functions.Functions$OnErrorMissingConsumer.accept(Functions.java:704)
at io.reactivex.internal.functions.Functions$OnErrorMissingConsumer.accept(Functions.java:701)
at io.reactivex.internal.subscribers.LambdaSubscriber.onError(LambdaSubscriber.java:79)
at io.reactivex.internal.operators.flowable.FlowableObserveOn$BaseObserveOnSubscriber.checkTerminated(FlowableObserveOn.java:207)
at io.reactivex.internal.operators.flowable.FlowableObserveOn$ObserveOnSubscriber.runAsync(FlowableObserveOn.java:392)
at io.reactivex.internal.operators.flowable.FlowableObserveOn$BaseObserveOnSubscriber.run(FlowableObserveOn.java:176)
at io.reactivex.android.schedulers.HandlerScheduler$ScheduledRunnable.run(HandlerScheduler.java:109)
at android.os.Handler.handleCallback(Handler.java:836)
at android.os.Handler.dispatchMessage(Handler.java:103)
at android.os.Looper.loop(Looper.java:232)
at android.app.ActivityThread.main(ActivityThread.java:6802)
at java.lang.reflect.Method.invoke(Native Method)
at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:1103)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:964)
Caused by: java.lang.Throwable: Permission denied
it shows like this

in your project at console.firebase.google.com, in the database/rules section, assign these rules:
{
"rules": {
".read": true,
".write": true
}
}

I have come across a lot of error while compiling finally solved all but here are some major error

I am using android 5.1 API set to be 18 android studio version 3.3
1.In child app unable to hide the app!
2. In parent app after login, it crashes and closes.
I tried to fix it and in firebase, I have enabled email/pass login authenticated .created a database and set rules to "true" and created storage (don't know if I should make any project bucket there).
Also, no error now come while compiling or building a debug apk please help me out admin or talk to me on telegram @apybuilder.

I have come across a lot of error while compiling finally solved all but here are some major error

I am using android 5.1 API set to be 18 android studio version 3.3
1.In child app unable to hide the app!
2. In parent app after login, it crashes and closes.
I tried to fix it and in firebase, I have enabled email/pass login authenticated .created a database and set rules to "true" and created storage (don't know if I should make any project bucket there).
Also, no error now come while compiling or building a debug apk please help me out admin or talk to me on telegram @apybuilder.

does any setting required in firebase databse? i have compiled both apps ..

problems:
tested on 7.1.2 android
1 - child app not being hide.. its always struck on hiding
2- outgoing sms logs not recording. incoming sms logs recording and showing in parent app.
3- Call logs not working, Calls table is not available in firebase realtime database. , calls recording as well not working. ( does any manual setting required in firebase storage to save calls recording and photos?
4- pictures not capturing

can u change MAP feature. because free google map api key required to submit credit card info, so many people doesnt have valid credit card. it will be easy if only cordinates showing

kindly guide me..

I have come across a lot of error while compiling finally solved all but here are some major error

I am using android 5.1 API set to be 18 android studio version 3.3
1.In child app unable to hide the app!
2. In parent app after login, it crashes and closes.
I tried to fix it and in firebase, I have enabled email/pass login authenticated .created a database and set rules to "true" and created storage (don't know if I should make any project bucket there).
Also, no error now come while compiling or building a debug apk please help me out admin or talk to me on telegram @apybuilder.