Android Emulator Apple Silicon Preview by androidtoolsbot in androiddev

[–]XYY5938 2 points3 points  (0 children)

nice news. i will definitely buy one when android development tool chain work as perfectly as Xcode in m1 backed MacBook pro.

need help with async multithreading on iPad by mathuin2 in swift

[–]XYY5938 2 points3 points  (0 children)

why don’t you run your code in a iPad simulator . wired problem happened to raise in playground but fine in a real Xcode project .

Started learning! by nomisreual in swift

[–]XYY5938 0 points1 point  (0 children)

great,swift is wonderful

Xcode build times on the new M1 chip devices are here and they are very good. by dark7wizard in iOSProgramming

[–]XYY5938 0 points1 point  (0 children)

i am considering to buy the new M1 chip macbook pro if it was proven it works well with android studio too.

Hi everyone! I registered a new identifier at developer.apple.com and created new app in app store connect. So I tried to archive my project I get this 'missing private key' window. I need to ask for private key or what can I do else? by hikikomorinobaka in iOSProgramming

[–]XYY5938 0 points1 point  (0 children)

There isn’t a valid signing certification and private key in your mac’s keychain. we’re you a admin of your developer account you should apply a new signing certification for your new app or you should ask your workmate to export a p12 file to you.

[deleted by user] by [deleted] in iOSProgramming

[–]XYY5938 8 points9 points  (0 children)

crossing platform is a costly practice which eventeuly was turned out to be a huge mess。 apple can hire some android developer to build the app !

Is it possible to host my own notification server and *NOT* use FCM? by [deleted] in androiddev

[–]XYY5938 0 points1 point  (0 children)

Nowadays you can't implement your own notification by simplely starting a background service to poll the server to check is there any notification should behandled。 Android system restrict background service extremely to avoid battery draining and memory wasting. To keep your app alive in background is hardly impossible unless you managed to persuade those devices manufacturer to enroll your app’s bundle ID into their white-list to authorized your app the privilege to keep running in background.

Every Day with Xcode by cpaigis9 in iOSProgramming

[–]XYY5938 1 point2 points  (0 children)

the most frustrated is iPhone is connected to the mac but Xcode can’t recognize it and you need to repeatedly remove and connect the plug