Jump to content

Juan Martinez

Members
  • Content Count

    14
  • Joined

  • Last visited

Community Reputation

6 Neutral

Technical Information

  • Delphi-Version
    Delphi 10.4 Sydney

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

  1. Juan Martinez

    The android app doesn't start at specific devices

    Hello Neil, (my English is bad. Sorry). I've tested the project in Samsung A10 and ... it's not ok. Following the steps: 1º) Run the app with 32 bits debug 2º) Go to YourProjectFolder\Android\Debug\Project1\library\lib\armeabi-v7a folder and check the libProject1.so exists ( view the create date ) 3º) Delphi IDE: Deployment - Select Debug configuration - Android 64 bit platform. 4º) UNCHECK ($BDS)\lib\android\debig\armeabi-v7a\ 5º) Add the file "libprojec.so" (step2) and set "remote path" to "library\lib\armeabi-v7a\" I've tested in a Samsung A10 and now all it's fine.
  2. Juan Martinez

    The android app doesn't start at specific devices

    Hello Dave, I've discovered the problem. I upload and 64 bits apk with a reference to a prebuilt 32 bits apk. I had problems with the aab support in the previous version of Delphi and I prefer this way. The problem was that I referenced an old .so file in the Android64 deployment window. Samsung J3, Samsung A10... are 32 bits. Problem Solved. I've learned: check carefully the libs and so referenced in deployment. Dave: THANK YOU VERY MUCH. It's not the first time you try to help me, and you don't know how useful was your workarounds and firebase examples in your blog. Very talented Delphi developer, no doubt Thanks
  3. Juan Martinez

    The android app doesn't start at specific devices

    Hello Dave, Thanks for your response, The package name: com.tallentto.com The app is available in all regions: https://play.google.com/store/apps/details?id=com.tallentto.com Thank you very much!
  4. Juan Martinez

    The android app doesn't start at specific devices

    Sorry. Delphi 10.4.1
  5. Hello. I have a problem with a comercial android app. The app runs fine in the majority of android devices. But it's fail in two popular model in Spain: Galaxy A10 (With android 9) and Galaxy J7 Prime (Android 8 ) y Galaxy XCover4 SM-G390F (Android 9). I have no problem with more than 24 samsung tested models I've tested the two first devices in browserstack.com and i have the attached logcat Could someone help me? I don't know where to start Thanks in advance. (and sorry, my English is not good) log-all.txt log-onlypackage.txt
  6. Juan Martinez

    Content not filling screen on iPhone 6

    Thank you very much David! You are great.
  7. Juan Martinez

    Content not filling screen on iPhone 6

    Hello I am migrating my production application to Delphi 10.4 (Iphone/Ipad app). I work with an Iphone 6s I could do it easily but when I run the app on iphone6 the content does not fill the screen. There's a big black margin at the top and bottom. I also don't see the splash screen (all in black) I tried another app and the same thing happens. I imagine that it could be due to some problem with the LauchScreen and storyboards theme but I don't know how to solve it Has anyone tried your app on an iphone6 ? I think there are some clues in the following links, but I don't know what I can do from Delphi https://developer.apple.com/forums/thread/128138 The attached image is useful to understand the problem. I've tried putting it on fullscreen but the problem remains. Thanks.
  8. Juan Martinez

    news about the beta of 10.3.4

    Anyone have news about the beta of 10.3.4?. EDITED: I'm sorry. I was talking about the "new" 10.3.3 version, focused on Android 64.
  9. Juan Martinez

    Application Loader no longer included in Xcode11

    and probably this: https://developer.apple.com/documentation/security/notarizing_your_app_before_distribution/customizing_the_notarization_workflow But I don't know about details. I hope someday Embarcadero do it for us.
  10. Juan Martinez

    Application Loader no longer included in Xcode11

    I haven't tried, but maybe this could work: https://stackoverflow.com/questions/56436345/how-to-upload-to-app-store-from-command-line-with-xcode-11
  11. Juan Martinez

    Screenshots for new app

    I have done the following without any problem: I'm sorry, my English is not good but I hope you can understand me. 1. Run the app in windows. Set the forms dimensions with the same aspect ratio you want to simulate. You have to divide the original apple device width and height in order to fit in standard windows screen resolution. 2388 x 1668 iPad Pro - - > divide by 3 796 x 556 -> The same aspect ration. It's easy to screenshot with this size. Note: I'm talking about client dimensions. You have to drop the borders and title bar. 2. Take the screenshots 3. Scale the screenshots by the same factor you applied in step one. 4. The result will not pixel perfect but it usually enough because the screenshots is shown in a small frame. 5. You can add a device frame
  12. Very good news: https://community.idera.com/developer-tools/b/blog/posts/google-play-store-android-32-bit-extension-for-delphi-and-c-builder-customers
  13. For me, the key info are: Would someone know how to develop this solution? Could it be generic? I would pay for it. I imagine he would not be the only one. Sorry, my English is not very good.
×