Hi, is there a way to detect location spoofing? (eg: as result of imyphone anyto applications)
Post
Replies
Boosts
Views
Activity
Hi,
When I go to https://appstoreconnect.apple.com/ it automatically redirects to https://appstoreconnect.apple.com/access/developers and I can't seem to navigate to any other page. How can I manage my apps in the play store?
The account is a company account but I have admin rights as shown in pictures below.
Kind regards
Wim
Hi,
I work by default on a Enterprise Team but by accident created a profile on my personal team using a new identifier... Is there a way to delete this personal bundle id?
Hi,
I am new at developing with Swift so I guess I am missing something...
I have an iOS app built in Swift 3, which is no longer supported in xCode. So I guess I need to migrate to a newer version of swift. Xcode (10.1) suggests Swift 4.2.
But ... There is a dependency which uses Swift 3. I tried recompiling this library (using Xcode 12.1 because I get some built errors in Xcode 10.1). In that project the Swift version is set on Swift 4.2. I compiled the and added the package to the original app.
Now I get an error: Module compiled with Swift 5.3 cannot be imported by the Swift 4.2 compiler.
How can is get the package compiled with Swift 4.2?
Thanks