Posts

Post marked as solved
9.3k Views

App rejected from TestFlight Review but no feedback?

Hi, we submitted an iPhone app for TestFlight review last week so that we could distribute to our beta test group. It was rejected over the weekend but we have not received any rejection emails containing details or for that matter can't find any reason online? Have raised a question online to the iTunes review team and awaiting response but wondering if any other developers have had similar issues recently with not receiving communications from the review team? I am obviously checking SPAM folders and received OK the state change email when the app was first uploaded but nothing since? Thanks in advance Graeme
Asked
by wispaws.
Last updated
.
Post not yet marked as solved
219 Views

Support for MiFare Classic 1k tags in iOS 14

I am sure that I have seen somewhere that MiFare Classic 1k tags are now supported in iOS 14. However I have been unable to make them work in my app and have been searching the forums and documentation all day with no success. Is there anyone that can definitely confirm one way or another whether the popular MiFare Classic tags can now be read and if possible point towards appropriate documentation/sample code? Regards Graeme
Asked
by wispaws.
Last updated
.
Post not yet marked as solved
504 Views

App rejected and removed from account while under appeal?

We have just had one of our apps rejected for reasons I understand but have appealed from what we believe are valid arguments and await a response to our appeal.However, going back into the MyApps Dashboard 36 hours later I find that the app is no longer present in the dashboard but appears in 'Apps Removed from Account' section. I have never experienced this before but this may be a new feature of the store submission process. Our concern is that the app has been removed from our account in error and is therefore no longer on someone's review queue to process our response to the rejection.We ask therefore, has anyone else experienced a rejection and the app moved to the 'Removed' section but the app continued through it's appeal process as normal? If yes, then that gives us confidence that the app is still in the review cycle and we can sit back and wait for feedback.However, the reason we question whether this is the new 'normal' process is that while the app is in the 'Removed from Account' state, there is no longer protection for the App Name so someone could come along and use the same name while we await our appeal results. If successful we would not then be able to release under it's present name. This does not feel like the Apple way and therefore raises the question on whether the App appeal is actually still in review.Welcome any experiences from fellow developers that could put our mind at rest or comment from Apple to confirm whether our app name is at risk during the appeal process and if so whether this is seen as being a valid sitution.RegardsGraeme
Asked
by wispaws.
Last updated
.
Post not yet marked as solved
3k Views

swiftshot error

I am getting an error when attempting to build the SwiftShot ARKit2 sample code in Xcode10-beta and have been unable to identify a fix. The error displayed is...Usage: ./undeploy_png.sh xcode directoryThis script requires 'xcode' safety argument and a folder to prevent accidental deletion of source textures.Command PhaseScriptExecution failed with a nonzero exit codeIt seems many others have been able to build this version successfully so wondered if there are any suggestions on resoilving this issue.Thanks in advanceAttempting to build on an iPad 2018 running version 12.0 ( 16A5288q) iOSRegardsGraeme
Asked
by wispaws.
Last updated
.
Post not yet marked as solved
2.6k Views

Dynamically add images to use with ARKit image recognition

Is it possible to dynamically add images to either the xcassets folder or other resource to use in the image recognition capability released in iOS 11.3. I can access the images successfully and perform the image recognition process but would like to be able to download new images at runtime and use these new images as the source for image recognition.
Asked
by wispaws.
Last updated
.
Post not yet marked as solved
3.5k Views

Add images to Assets.xcassets programmatically

Is it possible to add images and associated meta data to Assets.xcassets programmatically so that images may be updated/added while the app is running?Thank you for any and all suggestionsRegardsGraeme
Asked
by wispaws.
Last updated
.
Post not yet marked as solved
628 Views

hotspothelper: no network access with captive portal

I am successfull using the hotspot helper to provide passwords to hotspots that are protected with WPA2 passwords. However, I need to also be able to deliver automatic authentication for open network protected by a captive portal.From researching on this forum and other sources I understand that to achieve this I provide the appropriate response to the .evaluate process. However, I believe I have identified conflicting guidance from various sources and wish to confirm.1) What confidence response should be delivered in reponse to the .Evaluate process, none, low or high to cause transition to the authenticate process?I would have expected High if this is the network myApp wishes to manage. Low if myApp is just one of many apps that could perform the management or None if it is not a Captive portal connection. Is this correct?2) The reason I ask is that causing the transition to the .Authenticate process I do not seem to have network access to allow me to process the API calls necessary to perform authentication on the network. Is this because I am passing the wrong response to the .Evaluate or could this be another issue?3) I have also seen that one possible solution to this would be to bind the (NEHotspotHelperCommand*)cmd from the .Authenticate process to the NSMutableURLRequest making the authentication API calls using [NSMutableURLRequest bindToHotspotHelperCommand:]e.g. [NSMutableURLRequest bindToHotspotHelperCommand:cmd];As this still does not seem to be working I believe I must be misunderstanding the process but have been unable to identify my error so welcome recommendations.Graeme
Asked
by wispaws.
Last updated
.
Post not yet marked as solved
1.8k Views

request access to hotspot helper

HI, we have submitted a request to access the HotspotHelper APIs for a client project we are running but we have no sight of whether the request is being processed or how long we should expect to wait for a response. Our original request was submitted in 16 December 2016.The requirement is to allow the app in development to interface with the services provided by the wifi access control deployed by our customer in their retail mall location so that the app can automatically log users into the wifi network from within the iOS APP.Does anyone have any expereince on how long it should take to get a request to access the HotspotHelperAPIs or whether there is a more appropriate forum/contact to enquire on how our request is proceeding?Although the original request was made a ferw months ago, a repeat request was made a week back but due to the original time gap we are trying to understand the process better.Thanks for any insightRegardsGraeme
Asked
by wispaws.
Last updated
.