appstore-approval

AppStore approval and md5

耗尽温柔 提交于 2019-12-18 13:29:30
问题 I'm using md5 from <CommonCrypto/CommonDigest.h> . I don't use it for encryption purposes. I know that in submitting an app to AppStore, it's asked if the app uses encryption. Is this the case to answer yes? 回答1: MD5 is not an encryption algorithm, it's a hashing algorithm. Encryption has to be reversible. 回答2: As it is not an encyrption, you can say "No" without hesitation. I use CC_MD5 in my projects too. I always say "No" when asked if the app uses encryption just before submitting. None

How to properly use location in background - app got rejected 3 times

佐手、 提交于 2019-12-18 12:33:47
问题 My app got rejected by Apple three times, all with the same rejection letter, which is: We found that your app uses a background mode but does not include functionality that requires that mode to run persistently. This behavior is not in compliance with the App Store Review Guidelines. We noticed your app declares support for location in the UIBackgroundModes key in your Info.plist but does not include features that require persistent location. It would be appropriate to add features that

How to test iOS app on supporting IPv6? Apple rejected app as it is not IPv6 compatible

跟風遠走 提交于 2019-12-18 11:50:46
问题 have apps, built 2015 and 2014. How can I test them for IPv6? If my apps doesn't support IPv6, what should I do? My apps are using AFNetworking and Alamofire. I'm connecting mostly to domains ( Ex. api.example.com/v1/...). Only 1 app use IP: (ex: 12.12.12.12:3000/api/v1/...). 回答1: This solution only works if you have an ethernet connection. For creating an iPV6 NAT64 wifi network, follow these steps Step 1 : Open system preferences Step 2 : Open Sharing Step 3 : Click on internet sharing Step

iOS app review process: app requires external hardware (connecting over WiFi)

妖精的绣舞 提交于 2019-12-18 11:11:26
问题 We've written an app for our clients that connects to external hardware over Wifi (hardware designed by our client). My question is, how do we go about submitting this for review? The software won't do very much without the hardware. Just to be clear, the hardware does not connect directly to the iPad with a cable, it connects over WiFi only. I just want to get some clarity on what we need to do to get this app through the review process and into the App Store. Any insight will be appreciated

Cannot update .geojson file for app submission on App Store

ε祈祈猫儿з 提交于 2019-12-18 07:09:14
问题 My GeoJSON file is supposed to cover the entire world. Here is the GeoJSON file: { "type": "MultiPolygon", "coordinates": [ [[[-169.4,58.8], [-168.0,83.4], [188.4,83.3], [194.0,-72.8], [-166.6,-73.6], [-169.4,58.8]]] ] } The name of the file is example.GeoJSON . I keep getting the following error when uploading the file: Your routing app coverage file is invalid. For more information see the Developer Guide. What is wrong with the above file? My app has a mapkit that shows the annotation of a

iOS App Submission, Invalid Image Sizes

与世无争的帅哥 提交于 2019-12-17 21:51:40
问题 I just received the following message with my iOS app submission: Invalid Image - For iOS applications, icons included in the binary submission must be in the PNG format. -If your application supports the iPhone device family, you must include square icons of the following dimensions: 57x57 pixels and 120x120 pixels. -If your application supports the iPad device family, you must include square icons of the following dimensions: 72x72 pixels, 76x76 pixels and 152x152 pixels I assume that these

Make an iPhone specific app work on iPad to meet Apple requirements

痞子三分冷 提交于 2019-12-17 16:17:51
问题 My app has been in the AppStore for a couple of months now and always only worked on iPhone. I recently submitted an update which was rejected because the App does not run on an iPad. The exact reason it was rejected was: Reasons for Rejection: 2.10: iPhone apps must also run on iPad without modification, at iPhone resolution, and at 2X iPhone 3GS resolution What do I need to do in Xcode to make my app run on an iPad in the little box with the 2X icon? Any tips instructions will be massively

How to use HTTP Live Streaming protocol in iPhone SDK 3.0

跟風遠走 提交于 2019-12-17 10:59:32
问题 I have developed on IPhone application and submitted to App store. But my application got rejected based on below criteria. Thank you for submitting your yyyyyyyy application. We have reviewed your application and have determined that it cannot be posted to the App Store at this time because it is not using the HTTP Live Streaming protocol to broadcast streaming video. HTTP Live Streaming is required when streaming video feeds over the cellular network, in order to have an optimal user

Obtain Apple software id number before appstore submission (for Appirater)

对着背影说爱祢 提交于 2019-12-17 10:48:19
问题 I'd like to use the wonderful Appirater code to encourage users to rate my app, which I have yet to submit. In order for this to work, you need to have the software id supplied by Apple. As I haven't yet submitted my app, I don't have this id number. I do of course have my Bundle Seed ID and Bundle Identifier but my understanding is that these are not the same. Is it possible to obtain the software id before submission? Or will I have to update the app as soon as it is released? Thanks,

iOS installing apps without app store [closed]

守給你的承諾、 提交于 2019-12-17 10:48:13
问题 Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow. Closed 4 months ago . is there any LEGAL way (w/o jailbreak) to install iOS application to iOS device (ipad, iphone, ipod) without publishing to application store? For example - application for closed group of users (admins/moderators etc of some web application). 回答1: Apple supports "Ad-Hoc" application distribution for exactly