Kişisel Sayfaları
İlgi Alanları
İş Tecrubesi
Eğitim Geçmişi
Sertifikalar & Başarılar
Kullanıcıya ait test sonucu bulunmamaktadır.
Dil Becerileri
Son Forum Aktiviteleri
5Android Uygulama İçin Reklam SDK Oluşturma
Kendi sunucumda firmalarına bağlı olmadan Reklam SDK oluşturmak için nasıl bir yol izlemeliyim,
Google Play Uyarı HostnameVerifier
Selamlar,
Hello Google Play Developer,
Your app(s) listed at the end of this email have an unsafe implementation of the HostnameVerifier interface, which accepts all hostnames when establishing an HTTPS connection to a remote host with the setDefaultHostnameVerifier API, thereby making your app vulnerable to man-in-the-middle attacks. An attacker could read transmitted data (such as login credentials), and even change the data transmitted on the HTTPS connection.
What's happening
Beginning March 1, 2017, Google Play will block publishing of any new apps or updates that use an unsafe implementation of HostnameVerifier. Your published APK version will remain unaffected, however any updates to the app will be blocked unless you address this vulnerability.
Action required: To properly handle hostname verification, change the verify method in your custom HostnameVerifier interface to return false whenever the hostname of the server does not meet your expectations.
Next steps
Update your app using the steps highlighted above.
Sign in to your Developer Console and submit the updated version of the app.
Check back after five hours; we'll show a warning message if the app hasn't been updated correctly.
We're here to help
If you have technical questions about the vulnerability, you can post to Stack Overflow and use the tag "android-security." For clarification on steps you need to take to resolve this issue, please contact our developer support team.
Regards,
The Google Play Team
Google Play'den yukarıdaki şekilde uyarı mesajı geldi, araştırmalardan bir sonuç elde edemedim.Google Play yazdıım oradan da cevap alamadım.
Bu konunun çözümü ile ilgili yardımcı olunursa çok memnun olurum.
Saygılarımla,
Android AlarmManager
Merhaba,
Geliştirmekte olduğum uygulamada Alarm Manager kullandım,
Aşağıda ki belirtiğim şekilde bir sorun ile karşılaşıyorum bu konuda yardımcı olabilirseniz çok memnun olurum.
Her gün 6 değişik zamanda alarm planlaması yaptım , fakat saatler her gün değişmekte
Alarm gayet iyi bir şekilde çalışmakta, fakat alarm zamanı sabah saat 08:00 öncesi olduğunda 3 dakika veya 5 dakika gecikme ile alarm çalışmaktadır.
Örneğin alarm zamanını sabah 5:45 ayarlaması olduğunda 5:45 yerine 5:48 veya 5:50 olduğunda alarm devreye girmektedir.
Alarm Manager için RTC_WAKEUP yöntemini kullandım.
Android Sürümü :5.0.1
Saygılarımla.
Android AlarmManager
Merhaba,
Arka plan için bir aşağıda ki şekilde bir Service hazırladım,
mIntentFilter.addAction(Intent.ACTION_TIME_TICK);
Bu service ile her dakikayı kontrol edebiliyorum.
Acaba bu yöntem pil tüketimini fazla yapar mı? Yoksa alarm manager daha mı iyi olur.
Saygılarımla.
Android AlarmManager
Merhaba,
Android 5.01 için AlarmManager.AlarmClockInfo yöntrm ile test ettim, bu şekilde sorunsuz çalışıyor, eski sürümlerde ise bu özellik çalışmadığından eski yöntem ile test ediyorum o şekilde de sorun yok gibi.
Eski sürümler için aşağıda ki şekilde alarm ayarlaması yapıyorum.
alarmManager.set(android.app.AlarmManager.RTC_WAKEUP, wakeUp_cal.getTimeInMillis(), createPendingIntent(mcontext,0));
1 gün oldu test yapalı, teste devam ediyorum.
Cevabınız için teşekkürler.
Saygılarımla,