發表文章

目前顯示的是 1月, 2019的文章

My App was Rejected by App Store??!!!

1.0 二進位檔被拒絕 2019年1月8日 Hello, Thank you for the response. Regarding 4.2, your app still provides a limited user experience as it is not sufficiently different   2019年1月8日 下午11:48 來自 Apple 4. 2 Design: Minimum Functionality Hello, Thank you for the response. Regarding 4.2, your app still provides a limited user experience as it is not sufficiently different from a mobile browsing experience. As such, the experience it provides is similar to the general experience of using Safari. Including iOS features such as push notifications, Core Location, and sharing do not provide a robust enough experience to be appropriate for the App Store. To resolve this issue, it would be appropriate to revise your app to provide a more robust user experience by including additional native iOS functionality. We look forward to reviewing your resubmitted app. Best regards, A

android x google signin issue

圖片
最近升級到android x, 一堆問題,首先你必須先run migrate to anroidx   然後沒事還好,當然有發生當機問題:   java.lang.IncompatibleClassChangeError:  Class 'com.google.android.gms.auth.api.signin.internal.SignInHubActivity'  does not implement interface 'androidx.lifecycle.LifecycleOwner'  in call to 'androidx.lifecycle.Lifecycle androidx.lifecycle.LifecycleOwner.getLifecycle()'  (declaration of 'androidx.lifecycle.LiveData'  appears in /data/app/.../base.apk!classes2.dex)   找了老半天才找到解法: solution: add two line to app\build.gradle into dependencies {}   implementation 'androidx.core:core:1.+' implementation 'androidx.appcompat:appcompat:1.+'