I keep getting this error
java.lang.RuntimeException: Unable to get provider com.rakuten.tech.mobile.miniapp.MiniappSdkInitializer: java.lang.NumberFormatException: For input string: ""
However, I am written nothing in my code. My manifest file is
To Reproduce
- Add the latest verion 5.1.0 in gradle file. Add the meta data as suggested in documentaion. Run the program.
I am confused how should I provide app id and subscription key. Is the mistake while assigning them? Lets say I have a mini app on a server, how can I call it in this app. I think the documentation can be more clear.
I keep getting this error
java.lang.RuntimeException: Unable to get provider com.rakuten.tech.mobile.miniapp.MiniappSdkInitializer: java.lang.NumberFormatException: For input string: ""
However, I am written nothing in my code. My manifest file is
To Reproduce
I am confused how should I provide app id and subscription key. Is the mistake while assigning them? Lets say I have a mini app on a server, how can I call it in this app. I think the documentation can be more clear.