Android Dev - Work Manager 2.7.0 is now stable! |
- Work Manager 2.7.0 is now stable!
- Google releases Android 12 CCD compatibility definition document
- Detecting App Cloning & Location Spoofing on Android
- How can i make a messenger chat bubble-like ?or in other words a ui the run over other apps?
- Question About Jetpack Navigation Component
- In this video you will learn how to level up your Android app's debugging process using Chucker library.
- MoPub account suspended
- Trouble with room migrations
- Need help solving policy violation issue on Google Play Store
- Facebook Audience Network bidding system to serve ads
- Do you guys/ gals encounter "Zip Path Traversal Vulnerability" recently in Android 11?
Work Manager 2.7.0 is now stable! Posted: 13 Oct 2021 07:20 PM PDT
| ||
Google releases Android 12 CCD compatibility definition document Posted: 13 Oct 2021 09:17 PM PDT
| ||
Detecting App Cloning & Location Spoofing on Android Posted: 14 Oct 2021 06:29 AM PDT
| ||
How can i make a messenger chat bubble-like ?or in other words a ui the run over other apps? Posted: 14 Oct 2021 03:35 AM PDT i mainly need it to be triggered when a certain event occur and perform some actions then pop out and i don't know where to start or what i have to learn to do it . [link] [comments] | ||
Question About Jetpack Navigation Component Posted: 13 Oct 2021 11:03 PM PDT Hi Guys, How to handle custom toolbar with Jetpack Navigation Component(toolbar title text-centered and change toolbar component screen to screen) [link] [comments] | ||
Posted: 13 Oct 2021 11:48 PM PDT
| ||
Posted: 14 Oct 2021 04:25 AM PDT Hello, is there anyone who faced this issue and managed to get their account back? I have 100k USD in the account and suddenly I cannot login into my account. I tried to contact [policy@mopub.com](mailto:policy@mopub.com) multiple times but they only say " Due to MoPub internal protocol, we are unable to disclose the specific policy in violation.". Nothing else. [link] [comments] | ||
Posted: 13 Oct 2021 11:49 PM PDT i'm trying to add new attributes to my tables as shown here: ``` @Entity( tableName = "invoices", indices = [Index(value = [...], unique = true)] ) data class Invoice( ... override val created_at: Long = 0, override var approved_at: Long? = 0, ) : ICD ``` so i created the following migration: val MIGRATION_3_4 = object: Migration(3, 4) { override fun migrate(database: SupportSQLiteDatabase) { database.execSQL("ALTER TABLE invoices ADD COLUMN created_at INTEGER NOT NULL DEFAULT 0") database.execSQL("ALTER TABLE invoices ADD COLUMN approved_at INTEGER DEFAULT 0 ") } } but whenever i try to run it says the migration wasnt handled properly and shows this as expected: TableInfo{name='invoices', columns={... ,created_at=Column{name='created_at', type='INTEGER', affinity='3', notNull=true, primaryKeyPosition=0, defaultValue='null'}, approved_at=Column{name='approved_at', type='INTEGER', affinity='3', notNull=false, primaryKeyPosition=0, defaultValue='null'}}, ... } and this as whats found: TableInfo{name='invoices', columns={... ,created_at=Column{name='created_at', type='INTEGER', affinity='3', notNull=true, primaryKeyPosition=0, defaultValue='0'}, approved_at=Column{name='approved_at', type='INTEGER', affinity='3', notNull=false, primaryKeyPosition=0, defaultValue='0'}}, ... } can anyone tell me why is it expecting default value null please? [link] [comments] | ||
Need help solving policy violation issue on Google Play Store Posted: 14 Oct 2021 04:29 AM PDT Hello all, Googles bot hell has caused our latest app update to be rejected repeatedly. Appeals do not seem to work. The flagged violation:" During review, we found that your app violates the Malware policy. We don't allow apps with any code that could put a user, a user's data, or a device at risk. You can read through the Malware policy page and review the User Data policy for more details. For example, your app is uploading users' Contact List information to <our\_backend> without posting a valid privacy policy in the Play distributed app itself. " I think the main issue is that our API backend operates on a different domain than our frontend domain. We have a privacy policy on our frontend domain that states the application uploads data to both servers and they belong to the same company and that all terms, conditions and privacy policy apply to both domains. Even after our repeated attempts to clarify the issue with Google we are still getting the flag that we are uploading to third party... If at all possible we would like to avoid moving our backend under our frontend domain, even though I am sure that would make the problem go away. We have prominent disclosure everywhere we request contacts access, and we explain to users that this data is only used to invite users or send them gifts. I should note the app passed about 10 updates without issue with the same configuration. Any advice? [link] [comments] | ||
Facebook Audience Network bidding system to serve ads Posted: 13 Oct 2021 01:34 PM PDT Hi, I'm using the FAN sdk to serve banner ads in my android app, and since they have shifted into a bidding system, I would like to know if I can still serve ads in my app with the FAN SDK? And also can I use the bidding system or do I need to use a mediation platform for this? Thank you. [link] [comments] | ||
Do you guys/ gals encounter "Zip Path Traversal Vulnerability" recently in Android 11? Posted: 13 Oct 2021 10:46 AM PDT Google always recommend us to implement " Zip Path Traversal Vulnerability", if our app perform zip file extraction - https://support.google.com/faqs/answer/9294009 This is what is recommended by Google - https://support.google.com/faqs/answer/9294009 That works pretty well for quite some time, until recently I encounter some crash from Google Play Console, and Firebase Crashlytics, all 100% origin from Android 11. I am not able to reproduce it under Android 11 emulator, or Android 11 real device (pixel) Do anyone have experience the same problem as I do, recently? I posted a detailed finding here - https://stackoverflow.com/questions/69559718/what-are-some-possible-reasons-for-zip-path-traversal-vulnerability-happens-on Looking forward your feedback. Thanks. [link] [comments] |
You are subscribed to email updates from Developing Android Apps. To stop receiving these emails, you may unsubscribe now. | Email delivery powered by Google |
Google, 1600 Amphitheatre Parkway, Mountain View, CA 94043, United States |
No comments:
Post a Comment