itunesconnect - Can't create and select valid iOS In-App-Purchase -


first off, i've found tons of regarding topic none seem fit specific situation.

so on itunes connect i'm trying add iap app. steps done (say signed paid application contract , i'm admin)

enter image description here have "approved" in app purchase , 1 "ready submit".

next when try add app, ready 1 shown. in fact if don't have iap "ready submit" status, whole section not visible.

enter image description here

and when try fetch either of these product id's both seem invalid...

  public func productsrequest(_ request: skproductsrequest, didreceive response: skproductsresponse) {     print("loaded list of products...")     let products = response.products      invalidid in response.invalidproductidentifiers {       print("invalid: \(invalidid)")     }      p in products {       print("found product: \(p.productidentifier) \(p.localizedtitle) \(p.price.floatvalue)")     }   } 

enter image description here

is there i'm missing? have submit working version first? i'd have more interactive debugging considering ~2 day review time.

i thought able use approved iap, , apple documentation doesn't show more steps have done.

i think 1 shown in second screenshot (when add them app) "ready submit" one, check product id, says: ads

so good, when send app review reviewed too.

as them being invalid think might using wrong identifiers when requesting them, far can see on console screenshot requesting them as: shomething.remove_ads , apparently product id only: remove_ads


Comments

Popular posts from this blog

php - Vagrant up error - Uncaught Reflection Exception: Class DOMDocument does not exist -

vue.js - Create hooks for automated testing -

Add new key value to json node in java -