Posts

Post not yet marked as solved
0 Replies
700 Views
I'm planning to publish my paid app (not free). However, I'd like to give my app for free to all my investors. Does it mean they can download my app for free if they use promo codes? The problem is that promo codes are limited to only 100 people! Or should I use offer codes instead, which has like 150,000 codes? What option should I choose, there are many supporters of my app, and I don't want them to pay for it. Thanks!
Posted
by rethgil2.
Last updated
.
Post not yet marked as solved
1 Replies
503 Views
I just upgraded XCODE to 13.3.1 , and my app crashes on startup on TestFilght. When I build it directly on the phone there is no issue with the app. The only solution that worked was disabling bitcode but I don't want to disable it. There are no crash logs and can't see the logs on the device itself. I don't know what will happen if I'll publish it to the store and I don't want to try. The app should work on TestFlight Solutions that didn't work- -Updating to 13.4 - didn't help -Adding "-Wl,-weak-lswift_Concurrency -Wl,-rpath,/usr/lib/swift"- didn't help -Adding libswift_Concurrency.tbd in the "Link Binary with Libraries" - didn't help
Posted
by rethgil2.
Last updated
.
Post not yet marked as solved
2 Replies
12k Views
I use AES encryption on my app (it's a game), I encrypt the user data (JSON file) (levels / scores / etc...) This is how I answered the App Store Connect questions, not sure if it's correct:-Does your app use encryption? Select Yes even if your app only uses the standard encryption within Apple’s operating system. YES-Does your app qualify for any of the exemptions provided in Category 5 You can select Yes for this question if the encryption of your app is: (a) Specially designed for medical end-use (b) Limited to intellectual property and copyright protection (c) Limited to authentication, digital signature, or the decryption of data or files (d) Specially designed and limited for banking use or “money transactions”; or (e) Limited to “fixed” data compression or coding techniques NO-Does your app implement any encryption algorithms that are proprietary or not accepted as standards by international standard bodies (IEEE, IETF, ITU, etc.)? NO-Does your app implement any standard encryption algorithms instead of, or in addition to, using or accessing the encryption within Apple’s operating system? YESIs your app going to be available on the App Store in France? YESNow it's sending me to Encryption page - Add Export Compliance Documentation for ITC.apps.universal.platformName.iosIs your app designed to use cryptography or does it contain or incorporate cryptography? (Select Yes even if your app is only utilizing the encryption available within Apple’s operating system.) YESDoes your app meet any of the following: (a) Qualifies for one or more exemptions provided under Category 5 Part 2 (b) Use of encryption is limited to encryption within Apple’s operating system (c) Only makes calls over HTTPS (d) App is made available only in the U.S. and/or Canada NODoes your app implement any encryption algorithms that are proprietary or not accepted as standards by international standard bodies (IEEE, IETF, ITU, etc.)? NODoes your app implement any standard encryption algorithms instead of, or in addition to, using or accessing the encryption within Apple’s operating system? YES (it asks me to submit a copy of your French encryption declaration approval form- not sure what it is so I changed it to NO meanwhileClicked OK and then nothing happens. I'm not sure how to continue from here, In order to submit my app to test flight I need to provide export compliance information, which asks my the questions above, and then sends me to Add Export Compliance Documentation, but nothing was added ...
Posted
by rethgil2.
Last updated
.